rust/compiler/rustc_mir_build/src
bors f94942d842 Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakis
Store THIR in `IndexVec`s instead of an `Arena`

This is a necessary step to store the THIR in a query: #85273. See [relevant discussion on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/278509-project-thir-unsafeck/topic/THIR-dependent.20queries.20design).

r? `@ghost` cc `@cjgillot` `@nikomatsakis`
2021-05-19 18:41:23 +00:00
..
build Store THIR in IndexVecs instead of an Arena 2021-05-19 16:03:35 +02:00
thir Adapt the THIR visitor to the vec-stored THIR 2021-05-19 16:03:41 +02:00
check_unsafety.rs Auto merge of #83842 - LeSeulArtichaut:thir-vec, r=nikomatsakis 2021-05-19 18:41:23 +00:00
lib.rs Introduce the (WIP) THIR unsafety checker 2021-05-11 15:33:00 +02:00
lints.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00