rust/src/test
Scott McMurray 71f5cfb21f MIRI says reverse is UB, so replace it with an implementation that LLVM can vectorize
For small types with padding, the current implementation is UB because it does integer operations on uninit values.  But LLVM has gotten smarter since I wrote the previous implementation in 2017, so remove all the manual magic and just write it in such a way that LLVM will vectorize.  This code is much simpler (albeit nuanced) and has very little `unsafe`, and is actually faster to boot!
2021-11-11 20:32:18 -08:00
..
assembly Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
auxiliary
codegen MIRI says reverse is UB, so replace it with an implementation that LLVM can vectorize 2021-11-11 20:32:18 -08:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01: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 Run reveal_all on MIR more often. 2021-11-06 15:56:29 +01:00
pretty Don't destructure args tuple in format_args! 2021-11-06 14:28:08 -05:00
run-make Auto merge of #83846 - torhovland:issue-10971, r=davidtwco 2021-11-11 02:52:32 +00:00
run-make-fulldeps Auto merge of #88368 - jyn514:metadata-error, r=petrochenkov 2021-11-07 23:03:55 +00:00
run-pass-valgrind
rustdoc Add test for removed one character last line in rustdoc 2021-11-06 20:21:29 +01:00
rustdoc-gui Fix missing bottom border for headings in sidebar 2021-11-04 20:07:24 +01:00
rustdoc-js Fix invalid handling of generics 2021-10-29 20:54:15 +02:00
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 more missing methods to IntraLinkCrateLoader 2021-11-08 02:27:21 +00:00
ui Auto merge of #89550 - lcnr:coherence-specialization, r=nikomatsakis 2021-11-11 05:47:37 +00:00
ui-fulldeps Don't abort compilation after giving a lint error 2021-11-08 01:22:28 +00:00
COMPILER_TESTS.md