rust/src/test
2022-10-09 13:05:53 +00:00
..
assembly Enable inline stack probes on X86 with LLVM 16 2022-09-29 19:49:23 -07:00
auxiliary experiment: trying to encode the end-to-end test as a ui test via rust_test_helpers. This instance is almost certainly insufficient because we need to force optimization flags for both the C and Rust sides of the code. but lets find out for sure. 2022-07-06 10:53:28 -04:00
codegen add a few more assert_unsafe_precondition 2022-10-07 14:35:12 +02:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser 2022-09-13 01:19:05 +00:00
incremental Rewrite representability 2022-10-07 09:33:46 -05:00
mir-opt Rollup merge of #102778 - nbdd0121:mir, r=tmiasko 2022-10-08 14:38:19 +02:00
pretty address review 2022-09-26 14:21:39 +02:00
run-make test: run-make: skip when cross-compiling 2022-10-05 21:54:55 -07:00
run-make-fulldeps rustdoc: give .line-number / .line-numbers meaningful names 2022-09-26 11:48:03 -07:00
run-pass-valgrind Remove even more box syntax uses from src/test 2022-08-07 04:22:20 +02:00
rustdoc rustdoc: remove unused HTML class="item-list" 2022-10-06 10:55:33 -07:00
rustdoc-gui Rollup merge of #102815 - notriddle:notriddle/mobile-topbar, r=GuillaumeGomez 2022-10-08 23:32:05 +02:00
rustdoc-js
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Rustdoc-Json: List impls for primitives 2022-09-26 18:06:48 +01:00
rustdoc-ui Rewrite representability 2022-10-07 09:33:46 -05:00
ui Add a test for the for_loop_over_fallibles lint 2022-10-09 13:05:53 +00:00
ui-fulldeps errors: rename typeck.ftl to hir_analysis.ftl 2022-10-03 13:52:17 +01:00
COMPILER_TESTS.md