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 }}
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.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
Extract
rustc_hir
out of
rustc
- #67803
#67803
Merged
bors
merged 20 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:librustc_hir
Centril/rust:librustc_hir
Copy head branch name to clipboard
Jan 5, 2020
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Extract
rustc_hir
out of
rustc
#67803
bors
merged 20 commits into
rust-lang:master
rust-lang/rust:master
from
Centril:librustc_hir
Centril/rust:librustc_hir
Copy head branch name to clipboard
Commits
Commits on Jan 4, 2020
fn adt_kind -> wfcheck
Centril
committed
c19ed3b
View commit details
Copy full SHA for c19ed3b
Browse repository at this point
extract rustc::middle::codegen_fn_attrs
Centril
committed
66f5bf1
View commit details
Copy full SHA for 66f5bf1
Browse repository at this point
canonicalize FxHash{Map,Set} imports
Centril
committed
7901c7f
View commit details
Copy full SHA for 7901c7f
Browse repository at this point
define_id_collections -> rustc_data_structures
Centril
committed
f507403
View commit details
Copy full SHA for f507403
Browse repository at this point
move Node{Map,Set} -> rustc_session::node_id
Centril
committed
5ccc1e4
View commit details
Copy full SHA for 5ccc1e4
Browse repository at this point
canonicalize rustc_session imports
Centril
committed
8e15bb6
View commit details
Copy full SHA for 8e15bb6
Browse repository at this point
DefId{Map,Set} -> rustc::hir::def_id
Centril
committed
ca297f8
View commit details
Copy full SHA for ca297f8
Browse repository at this point
{HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap
Centril
committed
2f64ab6
View commit details
Copy full SHA for 2f64ab6
Browse repository at this point
remove DefId::to_dep_node (dead code)
Centril
committed
e0e9ff0
View commit details
Copy full SHA for e0e9ff0
Browse repository at this point
move describe_as_module to where it's used
Centril
committed
7eb7b23
View commit details
Copy full SHA for 7eb7b23
Browse repository at this point
move def_id to new rustc_hir crate
Centril
committed
7a14073
View commit details
Copy full SHA for 7a14073
Browse repository at this point
move `HirId` to librustc_hir::hir_id
Centril
committed
72241ad
View commit details
Copy full SHA for 72241ad
Browse repository at this point
split hir/mod.rs -> hir.rs & hir/hir.rs
Centril
committed
3b66f4e
View commit details
Copy full SHA for 3b66f4e
Browse repository at this point
hir::hir: simplify some imports
Centril
committed
e108721
View commit details
Copy full SHA for e108721
Browse repository at this point
move {Par}DeepVisitor to intravisit
Centril
committed
60d5d36
View commit details
Copy full SHA for 60d5d36
Browse repository at this point
simplify self::Namespace::* import
Centril
committed
702b2d7
View commit details
Copy full SHA for 702b2d7
Browse repository at this point
extract Export, ExportMap from hir::def
Centril
committed
1f7b4e9
View commit details
Copy full SHA for 1f7b4e9
Browse repository at this point
hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir
Show description for ef08662
Centril
committed
ef08662
View commit details
Copy full SHA for ef08662
Browse repository at this point
cleanup librustc_hir/Cargo.toml
Centril
committed
937c76b
View commit details
Copy full SHA for 937c76b
Browse repository at this point
pacify the parallel compiler
Centril
committed
cdf32e1
View commit details
Copy full SHA for cdf32e1
Browse repository at this point
You can’t perform that action at this time.