rust/compiler/rustc_middle/src
2021-05-12 13:58:46 +02:00
..
dep_graph Introduce CompileMonoItem DepNode 2021-04-12 13:58:12 +02:00
hir Use () for HIR queries. 2021-05-12 13:58:42 +02:00
ich Fix outdated crate names in compiler docs 2021-04-08 11:12:14 -05:00
infer Add var to BoundRegion. Add query to get bound vars for applicable items. 2021-03-31 10:16:37 -04:00
middle Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebank 2021-05-12 07:18:00 +09:00
mir Use () for entry_fn. 2021-05-12 13:58:42 +02:00
query Use () for codegen queries. 2021-05-12 13:58:46 +02:00
traits Make traits with GATs not object safe 2021-04-27 14:34:23 -04:00
ty Use () for codegen queries. 2021-05-12 13:58:46 +02:00
util Make panic/assert calls in rustc compatible with Rust 2021. 2021-02-03 22:42:53 +01:00
arena.rs Split crate_hash from index_hir. 2021-04-29 21:36:48 +02:00
lib.rs Use new thread-local const-init 2021-05-02 14:06:07 -04:00
lint.rs Implement span quoting for proc-macros 2021-05-12 00:51:31 -04:00
macros.rs
tests.rs