rust/src/librustc_middle
2020-04-28 11:49:55 +02:00
..
benches rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
dep_graph Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
hir Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
ich Add hash of source files in debug info 2020-04-02 14:13:19 -07:00
infer rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
middle Remove Option from the return type of def_kind. 2020-04-24 13:44:07 -05:00
mir Change return type of entry_fn query to return a LocalDefId 2020-04-27 23:58:11 +01:00
query Move a few queries to using an arena. 2020-04-28 11:49:55 +02:00
traits Do not emit note for projected derived obligations 2020-04-18 16:37:08 -07:00
ty Move a few queries to using an arena. 2020-04-28 11:49:55 +02:00
util use direct import for ErrorReported 2020-04-02 13:40:43 +02:00
arena.rs Fix incremental compilation. 2020-04-28 11:38:32 +02:00
build.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
Cargo.toml Remove unused dependencies 2020-04-20 17:59:27 +09:00
lib.rs rustc -> rustc_middle part 5 -- fix tests 2020-03-30 07:21:44 +02:00
lint.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
macros.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
README.md rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
tests.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00

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