rust/src/test
bors 63b8f01bb5 Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk
Separate const prop lints from optimizations

r? `@oli-obk`

Separates lints and optimizations during const prop by moving the lints into their own file and checking them during post borrowck cleanup.
Thanks to `@oli-obk` for mentoring me.
2022-03-24 20:22:27 +00:00
..
assembly short-circuit the easy cases in is_copy_modulo_regions 2022-03-10 01:19:02 -08:00
auxiliary
codegen Update allocation id 2022-03-23 16:50:42 +00:00
codegen-units
debuginfo Fix debuginfo tests with GDB 11.2 2022-03-17 20:19:10 -06:00
incremental
mir-opt Disable the test on wasm32 2022-03-10 01:19:02 -08:00
pretty Format core and std macro rules, removing needless surrounding blocks 2022-03-11 15:26:51 -08:00
run-make
run-make-fulldeps Rollup merge of #95219 - ojeda:update-alloc-no-oom-handling-test, r=Dylan-DPC 2022-03-23 03:05:33 +01:00
run-pass-valgrind
rustdoc Add test to ensure auto-traits are respecting constraints 2022-03-18 11:27:18 +01:00
rustdoc-gui Remove animation on source sidebar 2022-03-19 16:59:56 +01:00
rustdoc-js
rustdoc-js-std
rustdoc-json rustdoc-json: Lifetime tests 2022-03-15 18:34:16 +00:00
rustdoc-ui fix typos 2022-03-15 02:00:08 +01:00
ui Auto merge of #94934 - Lireer:const-prop-lint, r=oli-obk 2022-03-24 20:22:27 +00:00
ui-fulldeps rustc_error: make ErrorReported impossible to construct 2022-03-16 10:35:24 -05:00
COMPILER_TESTS.md