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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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.4k
Star
115k
Code
Issues
5k+
Pull requests
1.3k
Actions
Projects
Security and quality
6
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
More NodeId pruning
- #61984
#61984
Merged
bors
merged 13 commits into
rust-lang:master
rust-lang/rust:master
from
ljedrz:more_node_id_pruning
ljedrz/rust-1:more_node_id_pruning
Copy head branch name to clipboard
Jun 22, 2019
Conversation
Commits
13
(13)
Checks
Files changed
Merged
More NodeId pruning
#61984
bors
merged 13 commits into
rust-lang:master
rust-lang/rust:master
from
ljedrz:more_node_id_pruning
ljedrz/rust-1:more_node_id_pruning
Copy head branch name to clipboard
Commits
Commits on Jun 20, 2019
replace NodeId with HirId in traits::ObligationCauseCode
ljedrz
committed
4410916
View commit details
Copy full SHA for 4410916
Browse repository at this point
remove TyCtx::expr_span (unused)
ljedrz
committed
b710e08
View commit details
Copy full SHA for b710e08
Browse repository at this point
replace NodeId with HirId in infer::SubregionOrigin
ljedrz
committed
f6eb392
View commit details
Copy full SHA for f6eb392
Browse repository at this point
remove hir::map::name
ljedrz
committed
468647c
View commit details
Copy full SHA for 468647c
Browse repository at this point
rename hir::map::name_by_hir_id to ::name
ljedrz
committed
98cc18a
View commit details
Copy full SHA for 98cc18a
Browse repository at this point
make hir::def_kind work with HirId
ljedrz
committed
3ed7585
View commit details
Copy full SHA for 3ed7585
Browse repository at this point
remove definitions::def_index_to_node_id (unused)
ljedrz
committed
21e63dd
View commit details
Copy full SHA for 21e63dd
Browse repository at this point
remove uses of the NodeId hir::map::expr
ljedrz
committed
2d1e223
View commit details
Copy full SHA for 2d1e223
Browse repository at this point
rename hir::map::expect_expr_by_hir_id to expect_expr
ljedrz
committed
fe044a8
View commit details
Copy full SHA for fe044a8
Browse repository at this point
make blocks::Code work with HirId
ljedrz
committed
ae72c91
View commit details
Copy full SHA for ae72c91
Browse repository at this point
remove hir::map::get
ljedrz
committed
a64456e
View commit details
Copy full SHA for a64456e
Browse repository at this point
rename hir::map::get_by_hir_id to get
ljedrz
committed
73cb9ab
View commit details
Copy full SHA for 73cb9ab
Browse repository at this point
Commits on Jun 21, 2019
revert the NodeId to HirId parameter change to get_path_res
ljedrz
committed
0a511cc
View commit details
Copy full SHA for 0a511cc
Browse repository at this point
You can’t perform that action at this time.