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
16.7k
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
Continue refactoring resolve and hygiene
- #63535
#63535
Merged
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
petrochenkov:expndata
petrochenkov/rust:expndata
Copy head branch name to clipboard
Aug 16, 2019
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Continue refactoring resolve and hygiene
#63535
bors
merged 16 commits into
rust-lang:master
rust-lang/rust:master
from
petrochenkov:expndata
petrochenkov/rust:expndata
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2019
syntax_pos: Introduce a helper for checking whether a span comes from expansion
petrochenkov
committed
dfcbe75
View commit details
Copy full SHA for dfcbe75
Browse repository at this point
syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()`
Show description for 67d6ce4
petrochenkov
committed
67d6ce4
View commit details
Copy full SHA for 67d6ce4
Browse repository at this point
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Show description for 6cb28b6
petrochenkov
committed
6cb28b6
View commit details
Copy full SHA for 6cb28b6
Browse repository at this point
hygiene: Remove `Option`s from functions returning `ExpnInfo`
Show description for 73dee25
petrochenkov
committed
73dee25
View commit details
Copy full SHA for 73dee25
Browse repository at this point
resolve: Move macro resolution traces from `Module`s to `Resolver`
Show description for 23b82c3
petrochenkov
committed
23b82c3
View commit details
Copy full SHA for 23b82c3
Browse repository at this point
resolve: Do not "normalize away" trait/enum modules prematurely
Show description for cfbb60b
petrochenkov
committed
cfbb60b
View commit details
Copy full SHA for cfbb60b
Browse repository at this point
resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`
Show description for 1a1557c
petrochenkov
committed
1a1557c
View commit details
Copy full SHA for 1a1557c
Browse repository at this point
resolve: Eliminate `InvocationData`
Show description for 59dd07a
petrochenkov
committed
59dd07a
View commit details
Copy full SHA for 59dd07a
Browse repository at this point
resolve: Make `ParentScope` `Copy`
Show description for ea68bc8
petrochenkov
committed
ea68bc8
View commit details
Copy full SHA for ea68bc8
Browse repository at this point
resolve: Privatize `BuildReducedGraphVisitor`
petrochenkov
committed
310ee4d
View commit details
Copy full SHA for 310ee4d
Browse repository at this point
resolve: Add some comments to the main modules
petrochenkov
committed
aca1353
View commit details
Copy full SHA for aca1353
Browse repository at this point
hygiene: Merge `ExpnInfo` and `InternalExpnData`
petrochenkov
committed
1a44773
View commit details
Copy full SHA for 1a44773
Browse repository at this point
syntax_pos: Remove the duplicate global edition
Show description for 74190a5
petrochenkov
committed
74190a5
View commit details
Copy full SHA for 74190a5
Browse repository at this point
hygiene: Merge a tiny bit of the "share expansion definition data" PR
petrochenkov
committed
650f19a
View commit details
Copy full SHA for 650f19a
Browse repository at this point
hygiene: `ExpnInfo` -> `ExpnData`
Show description for 136db22
petrochenkov
committed
136db22
View commit details
Copy full SHA for 136db22
Browse repository at this point
resolve: `ParentScope::default` -> `ParentScope::module`
petrochenkov
committed
c762773
View commit details
Copy full SHA for c762773
Browse repository at this point
You can’t perform that action at this time.