rust/src/test
bors b5efe5727f Auto merge of #92179 - Aaron1011:incr-loaded-from-disk, r=michaelwoerister
Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result

Currently, you can use `#[rustc_clean]` to assert to that a particular
query (technically, a `DepNode`) is green or red. However, a green
`DepNode` does not mean that the query result was actually deserialized
from disk - we might have never re-run a query that needed the result.

Some incremental tests are written as regression tests for ICEs that
occured during query result decoding. Using
`#[rustc_clean(loaded_from_disk="typeck")]`, you can now assert
that the result of a particular query (e.g. `typeck`) was actually
loaded from disk, in addition to being green.
2022-01-03 11:20:08 +00:00
..
assembly Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa 2021-12-29 22:35:11 +00:00
auxiliary
codegen Update references to -Z symbol-mangling-version to use -C 2022-01-01 15:53:11 -08:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
debuginfo tests: Ignore test/debuginfo/rc_arc.rs on windows-gnu 2021-11-28 23:09:33 +08:00
incremental Auto merge of #92179 - Aaron1011:incr-loaded-from-disk, r=michaelwoerister 2022-01-03 11:20:08 +00:00
mir-opt Use panic() instead of panic!() in some places in core. 2021-12-21 10:39:00 +01:00
pretty Move equal sign back into head ibox 2021-12-29 12:26:50 -08:00
run-make Stabilize asm! and global_asm! 2021-12-12 11:20:03 +00:00
run-make-fulldeps Update references to -Z symbol-mangling-version to use -C 2022-01-01 15:53:11 -08:00
run-pass-valgrind
rustdoc Rollup merge of #92332 - GuillaumeGomez:where-clause-order, r=jsha 2022-01-01 22:49:50 +01:00
rustdoc-gui Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jsha 2021-12-31 23:14:49 +01:00
rustdoc-js Fix warnings in rustdoc JS tests 2021-11-28 11:49:12 -08:00
rustdoc-js-std
rustdoc-json Create rustdoc_internals feature gate 2021-11-24 21:57:18 +01:00
rustdoc-ui Add regression test for #59502 2021-12-28 14:09:20 -08:00
ui Auto merge of #92080 - Aaron1011:pattern-ice, r=cjgillot 2022-01-03 06:59:52 +00:00
ui-fulldeps Remove unnecessary sigils around Ident::as_str() calls. 2021-12-15 17:32:42 +11:00
COMPILER_TESTS.md