Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rust-lang
/
rust
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
15.9k
Star
119k
Code
Issues
5k+
Pull requests
1.4k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Do not re-export macros that are already at the crate root
- #88335
#88335
Closed
cjgillot
wants to merge 19 commits into
rust-lang:master
rust-lang/rust:master
from
cjgillot:no-macro-reexport
cjgillot/rust:no-macro-reexport
Copy head branch name to clipboard
Conversation
Commits
19
(19)
Checks
Files changed
Closed
Do not re-export macros that are already at the crate root
#88335
cjgillot
wants to merge 19 commits into
rust-lang:master
rust-lang/rust:master
from
cjgillot:no-macro-reexport
cjgillot/rust:no-macro-reexport
Copy head branch name to clipboard
Commits
Commits on Aug 14, 2021
Treat macros as HIR items
inquisitivecrystal
committed
0f5e7cd
View commit details
Copy full SHA for 0f5e7cd
Browse repository at this point
Lift `#[macro_export]` macros to top level in HIR
inquisitivecrystal
committed
d493c1b
View commit details
Copy full SHA for d493c1b
Browse repository at this point
Remove obsolete `MacroDef` variant of `OwnerNode`
inquisitivecrystal
committed
f08d2b5
View commit details
Copy full SHA for f08d2b5
Browse repository at this point
Teach rustdoc that macros are now HIR items
inquisitivecrystal
committed
5c5fdef
View commit details
Copy full SHA for 5c5fdef
Browse repository at this point
Update tests
inquisitivecrystal
committed
b9a85b3
View commit details
Copy full SHA for b9a85b3
Browse repository at this point
Teach clippy that macros are now HIR items
inquisitivecrystal
committed
19b208c
View commit details
Copy full SHA for 19b208c
Browse repository at this point
Fix minor spacing error
inquisitivecrystal
committed
e26ce59
View commit details
Copy full SHA for e26ce59
Browse repository at this point
Commits on Aug 15, 2021
Revert "Lift `#[macro_export]` macros to top level in HIR"
Show description for 5f9b921
inquisitivecrystal
committed
5f9b921
View commit details
Copy full SHA for 5f9b921
Browse repository at this point
Adjust rustdoc implementation
inquisitivecrystal
committed
9347710
View commit details
Copy full SHA for 9347710
Browse repository at this point
Stop tracking whether macros are exported in HIR
inquisitivecrystal
committed
020a391
View commit details
Copy full SHA for 020a391
Browse repository at this point
Fix tools
inquisitivecrystal
committed
b0c6d6a
View commit details
Copy full SHA for b0c6d6a
Browse repository at this point
Update test
inquisitivecrystal
committed
542746e
View commit details
Copy full SHA for 542746e
Browse repository at this point
Commits on Aug 18, 2021
Perform minor cleanup
inquisitivecrystal
committed
b8061b8
View commit details
Copy full SHA for b8061b8
Browse repository at this point
Perform minor cleanup (tools edition)
inquisitivecrystal
committed
43802ec
View commit details
Copy full SHA for 43802ec
Browse repository at this point
Eliminate `hir::MacroDef`
inquisitivecrystal
committed
fef71af
View commit details
Copy full SHA for fef71af
Browse repository at this point
Eliminate `hir::MacroDef` (tools edition)
inquisitivecrystal
committed
c662241
View commit details
Copy full SHA for c662241
Browse repository at this point
Keep using syntactic visibility in rustdoc for now
inquisitivecrystal
committed
9dce366
View commit details
Copy full SHA for 9dce366
Browse repository at this point
Commits on Aug 25, 2021
Merge branch '9dce366ee25b279a7f4c81f5194d259f6b53d555'
cjgillot
committed
3646bc2
View commit details
Copy full SHA for 3646bc2
Browse repository at this point
Do not reexport macros that are already at the crate root.
cjgillot
committed
fc67af1
View commit details
Copy full SHA for fc67af1
Browse repository at this point
You can’t perform that action at this time.