rust/src/test
Scott McMurray 5145c97087 Add LLVM15-specific codegen test for try/?s that now optimize away
These still generated a bunch of code back in Rust 1.63 (<https://rust.godbolt.org/z/z31P8h6rz>), but with LLVM 15 merged they no longer do 🎉
2022-08-17 12:09:59 -07:00
..
assembly RISC-V ASM test: relax label name constraint. 2022-08-02 10:10:11 +02:00
auxiliary
codegen Add LLVM15-specific codegen test for try/?s that now optimize away 2022-08-17 12:09:59 -07:00
codegen-units Warn about dead tuple struct fields 2022-08-03 12:17:23 +02:00
debuginfo Add min-gdb-version 2022-08-04 11:46:30 +02:00
incremental Bless incremental tests. 2022-08-01 21:39:56 +02:00
mir-opt Rollup merge of #100192 - tmiasko:rm-duplicated-locals, r=nagisa 2022-08-11 22:46:59 +05:30
pretty Add pp-exact test involving where T: 2022-06-16 17:03:47 -07:00
run-make Rollup merge of #100366 - davidtwco:translation-never-fail, r=compiler-errors 2022-08-12 20:39:14 +05:30
run-make-fulldeps Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc 2022-08-10 07:21:33 +02:00
run-pass-valgrind Remove even more box syntax uses from src/test 2022-08-07 04:22:20 +02:00
rustdoc Update rustdoc tests 2022-08-14 13:31:46 +02:00
rustdoc-gui Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_crates_selection, r=notriddle 2022-08-11 22:53:07 +02:00
rustdoc-js rustdoc: also index raw pointers 2022-05-31 11:21:55 -07:00
rustdoc-js-std Rollup merge of #96887 - notriddle:notriddle/as-raw-fd, r=jsha 2022-05-11 13:16:31 +09:00
rustdoc-json Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez 2022-08-13 21:06:48 -07:00
rustdoc-ui Rollup merge of #100229 - RalfJung:extra-const-ub-checks, r=lcnr 2022-08-12 20:39:11 +05:30
ui Rollup merge of #100526 - Nilstrieb:tests!, r=Mark-Simulacrum 2022-08-14 20:16:03 +02:00
ui-fulldeps Adapt ui-fulldeps test. 2022-08-10 18:34:54 +02:00
COMPILER_TESTS.md