rust/tests
bors 8d321f7a88 Auto merge of #109843 - scottmcm:better-transmute, r=WaffleLapkin
Allow `transmute`s to produce `OperandValue`s instead of needing `alloca`s

LLVM can usually optimize these away, but especially for things like transmutes of newtypes it's silly to generate the `alloc`+`store`+`load` at all when it's actually a nop at LLVM level.
2023-04-05 03:26:38 +00:00
..
assembly Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk 2023-03-31 08:50:35 +00:00
auxiliary
codegen Auto merge of #109843 - scottmcm:better-transmute, r=WaffleLapkin 2023-04-05 03:26:38 +00:00
codegen-units
debuginfo
incremental
mir-opt Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk 2023-03-31 08:50:35 +00:00
pretty
run-make Auto merge of #109770 - jyn514:run-make-fulldeps, r=Mark-Simulacrum 2023-04-03 01:34:05 +00:00
run-make-fulldeps try to fix test-various 2023-04-02 17:54:24 -04:00
run-pass-valgrind
rustdoc Rollup merge of #109937 - compiler-errors:rustdoc-rpit-cant-be-documented, r=GuillaumeGomez 2023-04-04 09:27:47 -07:00
rustdoc-gui Add tests to check that collapsed content is expanded when jumping to it 2023-03-31 16:51:50 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister 2023-04-04 20:01:05 +00:00
ui Auto merge of #109944 - cjgillot:lint-cstring-macro, r=Nilstrieb 2023-04-04 22:35:09 +00:00
ui-fulldeps Don't emit the OS error in a note 2023-03-31 03:49:21 +02:00
COMPILER_TESTS.md