rust/src/test
Yuki Okushi 91fb223f59
Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco
Don't mark for loop iter expression as desugared

We typically don't mark spans of lowered things as desugared. This helps Clippy rightly discern when code is (not) from expansion. This was discovered by ``@flip1995`` at https://github.com/rust-lang/rust-clippy/pull/7789#issuecomment-939289501.
2021-10-22 19:42:45 +09:00
..
assembly test fix: aarch64 atomics are only outlined on Linux. 2021-10-15 06:19:08 +02:00
auxiliary
codegen Update src/test/codegen/debug-vtable.rs 2021-10-19 11:36:21 -04:00
codegen-units Support incremental in compiletest for non-incremental modes. 2021-09-23 12:16:51 -07:00
debuginfo Fix function-names test for GDB 10.1 2021-10-11 17:20:45 +02:00
incremental Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco 2021-10-22 19:42:45 +09:00
mir-opt Bless tests 2021-10-15 02:36:58 -05:00
pretty Use ZST for fmt unsafety 2021-09-21 10:04:44 -05:00
run-make Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot 2021-10-09 13:13:07 +00:00
run-make-fulldeps Add missing bcrypt.lib to make-fulldeps Makefile. 2021-10-15 13:25:39 +02:00
run-pass-valgrind
rustdoc Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jsha 2021-10-20 04:35:15 +09:00
rustdoc-gui Rollup merge of #90097 - GuillaumeGomez:duplicated-sidebar-entry-reexported-macro, r=notriddle 2021-10-21 14:11:11 +09:00
rustdoc-js
rustdoc-js-std Fix linkcheck issues 2021-09-12 02:30:24 +00:00
rustdoc-json Add regression test for #89852 2021-10-14 02:12:18 +02:00
rustdoc-ui Add test to ensure that the missing_doc_code_examples is not triggered on foreign trait implementations 2021-10-20 16:52:56 +02:00
ui Rollup merge of #89257 - aDotInTheVoid:macro-error-2, r=estebank 2021-10-22 19:42:43 +09:00
ui-fulldeps Bless tests 2021-10-15 02:36:58 -05:00
COMPILER_TESTS.md