rust/tests
bors 11ee3a830b Auto merge of #131201 - compiler-errors:unop-not, r=cjgillot
Disable jump threading `UnOp::Not` for non-bool

Fix #131195, where jumpthreading was optimizing `!a == b` into `a != b` for non-bool, where this is definitely not true.
2024-10-04 04:18:15 +00:00
..
assembly
auxiliary
codegen Avoid emptiness check in PeekMut::pop 2024-10-03 22:15:52 +08:00
codegen-units
coverage
coverage-run-rustdoc
crashes Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxu 2024-10-03 21:52:46 +02:00
debuginfo
incremental
mir-opt Disable jump threading UnOp::Not for non-bool 2024-10-03 15:37:31 -04:00
pretty
run-make Rollup merge of #126930 - Xaeroxe:file-checksum-hint, r=chenyukang 2024-10-02 21:26:58 -07:00
run-pass-valgrind
rustdoc Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle 2024-10-01 04:30:33 +00:00
rustdoc-gui
rustdoc-js
rustdoc-js-std Fix rustdoc-js-std path-ordering test due to API removal 2024-10-02 11:15:48 +02:00
rustdoc-json
rustdoc-ui Auto merge of #131076 - lukas-code:doc-stab2, r=notriddle 2024-10-01 04:30:33 +00:00
ui Rollup merge of #131187 - Zalathar:bad-attr-ice, r=jieyouxu 2024-10-03 21:52:46 +02:00
ui-fulldeps
COMPILER_TESTS.md