rust/src/librustc
2020-01-05 12:47:11 +01:00
..
benches Format the world 2019-12-22 17:42:47 -05:00
dep_graph remove DefId::to_dep_node (dead code) 2020-01-04 19:01:42 +01:00
hir librustc/hir.rs -> librustc/hir/mod.rs 2020-01-05 12:47:11 +01:00
ich hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir 2020-01-04 19:03:27 +01:00
infer DefId{Map,Set} -> rustc::hir::def_id 2020-01-04 19:01:42 +01:00
lint move Node{Map,Set} -> rustc_session::node_id 2020-01-04 18:59:28 +01:00
middle DefId{Map,Set} -> rustc::hir::def_id 2020-01-04 19:01:42 +01:00
mir canonicalize FxHash{Map,Set} imports 2020-01-04 18:57:22 +01:00
query move describe_as_module to where it's used 2020-01-04 19:01:42 +01:00
traits Auto merge of #67808 - Marwes:projection_normalization_recurse, r=nikomatsakis 2020-01-05 01:18:57 +00:00
ty Use self profile infrastructure for -Z time and -Z time-passes 2020-01-05 02:57:14 +01:00
util Use self profile infrastructure for -Z time and -Z time-passes 2020-01-05 02:57:14 +01:00
arena.rs {HirId,ItemLocal}{Map,Set} -> rustc::hir & nix rustc::nodemap 2020-01-04 19:01:42 +01:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml move def_id to new rustc_hir crate 2020-01-04 19:01:42 +01:00
lib.rs Use self profile infrastructure for -Z time and -Z time-passes 2020-01-05 02:57:14 +01:00
macros.rs Retire impl_stable_hash_for. 2019-11-22 20:01:48 +01:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
tests.rs librustc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00

For more information about how rustc works, see the rustc guide.