rust/src/test
bors 201cf3dba3 Auto merge of #95723 - SparrowLii:const_goto, r=fee1-dead
enhance `ConstGoto` mir-opt by moving up `StorageDead` statements

From the `FIXME` in the implementation of `ConstGoto` miropt. We can move `StorageDead` statements up to the predecessor. This can expand the scope of application of this opt.
2022-04-06 10:08:08 +00:00
..
assembly short-circuit the easy cases in is_copy_modulo_regions 2022-03-10 01:19:02 -08:00
auxiliary
codegen Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandry 2022-03-31 00:26:30 +02:00
codegen-units
debuginfo debuginfo: Fix debuginfo for Box<T> where T is unsized. 2022-03-24 11:12:41 +01:00
incremental Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00
mir-opt enhance ConstGoto mir-opt by moving up StorageDead statements 2022-04-06 15:17:41 +08:00
pretty Format core and std macro rules, removing needless surrounding blocks 2022-03-11 15:26:51 -08:00
run-make errors: implement sysroot/testing bundle loading 2022-04-05 07:01:02 +01:00
run-make-fulldeps Address review comments and add a test 2022-04-02 17:26:39 +02:00
run-pass-valgrind
rustdoc Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-primitive, r=jyn514 2022-04-05 09:33:24 +02:00
rustdoc-gui Add GUI test to ensure that the width of the item-info does not overflow its parent 2022-04-05 18:11:27 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json rustdoc-json: Lifetime tests 2022-03-15 18:34:16 +00:00
rustdoc-ui resolve: Fix resolution of empty paths passed from rustdoc 2022-04-05 16:55:53 +03:00
ui Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-errors 2022-04-05 22:58:59 +02:00
ui-fulldeps macros: support translatable suggestions 2022-04-05 07:01:03 +01:00
COMPILER_TESTS.md