rust/src/librustc_middle
bors e61621c307 Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov
Remove `librustc_ast` session globals

By moving the data onto `Session`.

r? @petrochenkov
2020-08-08 05:58:57 +00:00
..
benches
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
middle Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
mir Auto merge of #75037 - richkadel:llvm-coverage-map-gen-5.2, r=wesleywiser 2020-08-05 05:08:19 +00:00
query Auto merge of #75008 - eddyb:rmeta-indexed-trait-impls, r=nikomatsakis 2020-08-06 03:23:57 +00:00
traits fix clippy::iter_next_slice: use .get(0) instead of .iter().next() 2020-08-07 22:47:32 +02:00
ty Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov 2020-08-08 05:58:57 +00: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 Remove GCX_PTR. 2020-08-03 09:40:41 +10:00
lib.rs Remove GCX_PTR. 2020-08-03 09:40:41 +10: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
tests.rs

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