rust/src/librustc
2020-03-21 22:18:57 +01:00
..
benches
dep_graph hir: replace "items" terminology with "nodes" where appropriate. 2020-03-19 14:36:04 +02:00
hir move CrateDisambiguator -> rustc_ast 2020-03-21 22:18:57 +01:00
ich rustc: use LocalDefId instead of DefIndex in hir::map::definitions. 2020-03-19 11:16:08 +02:00
infer rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
middle remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
mir more type annotations to help inference 2020-03-20 23:28:01 +01:00
query rustc/query: tweak comments on hir_owner{,_nodes}. 2020-03-19 19:05:41 +02:00
traits Avoid ICEs when we emit errors constructing the specialization graph 2020-03-15 13:22:34 +00:00
ty separate out an arena for HIR 2020-03-21 22:18:57 +01:00
util Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
arena.rs separate out an arena for HIR 2020-03-21 22:18:57 +01:00
build.rs
Cargo.toml Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis 2020-03-03 13:27:52 +00:00
lib.rs Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc 2020-03-18 18:03:44 +01:00
lint.rs add_elided_lifetime_in_path_suggestion -> rustc_session 2020-03-21 22:18:57 +01:00
macros.rs Move macro enum_from_u32 to rustc_data_structures. 2020-02-11 23:03:53 +01:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
tests.rs

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