rust/compiler/rustc_codegen_ssa/src
bors 44995f7afb Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisa
Turn vtable_allocation() into a query

This PR removes the untracked vtable-const-allocation cache from the `tcx` and turns the `vtable_allocation()` method into a query.

The change is pretty straightforward and should be backportable without too much effort.

Fixes https://github.com/rust-lang/rust/issues/89598.
2021-10-08 09:04:06 +00:00
..
back Rollup merge of #88137 - joshtriplett:osx-strip-symbols-no-option, r=michaelwoerister 2021-10-07 20:26:10 -07:00
coverageinfo Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
debuginfo Remove re-export. 2021-10-03 16:08:54 +02:00
mir Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink 2021-09-25 11:01:13 +00:00
traits Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
base.rs Move EncodedMetadata to rustc_metadata. 2021-09-30 19:41:32 +02:00
common.rs Remove support for floating-point constants in asm! 2021-05-14 14:58:21 +01:00
glue.rs Refactor to make interpreter and codegen backend neutral to vtable internal representation. 2021-06-15 01:59:00 +08:00
lib.rs Move rustc_middle::middle::cstore to rustc_session. 2021-10-03 16:08:51 +02:00
meth.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00
mono_item.rs rustc_target: move LayoutOf to ty::layout. 2021-09-02 01:17:14 +03:00
target_features.rs Remove crypto composite feature from allowed aarch64 features. 2021-08-03 12:07:56 +00:00