rust/src/librustc_middle
Amanieu d'Antras 1e7b246086 Add asm! to MIR
2020-05-18 14:41:31 +01:00
..
benches rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
dep_graph Fix clippy warnings 2020-05-11 17:13:32 +02:00
hir Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk 2020-05-16 02:37:21 +02:00
ich Simplify the tcx.alloc_map API 2020-05-08 10:59:08 +02:00
infer Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-m 2020-05-09 03:10:14 +02:00
middle Minor fixes to comments 2020-05-14 16:39:36 -04:00
mir Add asm! to MIR 2020-05-18 14:41:31 +01:00
query implement type_implments_trait query 2020-05-15 15:37:11 +08:00
traits HIR passes for asm! 2020-05-18 14:41:31 +01:00
ty Add asm! to MIR 2020-05-18 14:41:31 +01:00
util use direct import for ErrorReported 2020-04-02 13:40:43 +02:00
arena.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
build.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
Cargo.toml Reintegrate chalk using chalk-solve 2020-05-07 17:35:58 -04:00
lib.rs use min_specialization for some rustc crates where it requires no changes 2020-05-10 11:25:00 +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.