rust/src/librustc_middle
2020-07-28 16:26:38 -04:00
..
benches rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
dep_graph Edit docs for rustc_middle::dep_graph::dep_node 2020-07-14 22:34:25 -07:00
hir Move hir::Place to librustc_middle/hir 2020-07-16 18:57:03 -04:00
ich Hygiene serialization implementation 2020-07-26 18:37:02 -04:00
infer Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-m 2020-05-09 03:10:14 +02:00
middle Migrate rustc_depr uses to use deprecation attribute 2020-07-20 21:22:14 -04:00
mir Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk 2020-07-27 13:07:46 +00:00
query Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb 2020-07-21 03:09:04 +00:00
traits Use ty::Instance::resolve to identify 'static bound source 2020-07-22 12:25:55 -07:00
ty Cache non-exhaustive separately from attributes 2020-07-28 16:26:38 -04:00
util Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
arena.rs Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
Cargo.toml Update Chalk 2020-06-24 00:48:33 -04:00
lib.rs Revert "Compare tagged/niche-filling layout and pick the best one" 2020-07-21 20:02:30 -04:00
lint.rs Hygiene serialization implementation 2020-07-26 18:37:02 -04:00
macros.rs Use track caller for bug! macro 2020-06-15 14:17:58 +00: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.