rust/tests
bors c720a9cd12 Auto merge of #113344 - scottmcm:alt-slice-zst-handing, r=the8472
Get `!nonnull` metadata on slice iterators, without `assume`s

This updates the non-ZST paths to read the end pointer through a pointer-to-`NonNull`, so that they all get `!nonnull` metadata.

That means that the last `assume(!ptr.is_null())` can be deleted, without impacting codegen -- the codegen tests confirm the LLVM-IR ends up exactly the same as before.
2023-07-21 00:11:41 +00:00
..
assembly
auxiliary
codegen Get !nonnull metadata consistently in slice iterators, without needing assumes 2023-07-20 11:33:49 -07:00
codegen-units
debuginfo
incremental
mir-opt Auto merge of #113344 - scottmcm:alt-slice-zst-handing, r=the8472 2023-07-21 00:11:41 +00:00
pretty
run-coverage
run-coverage-rustdoc
run-make Auto merge of #113695 - bjorn3:fix_rlib_cdylib_metadata_handling, r=pnkfelix,petrochenkov 2023-07-20 09:00:10 +00:00
run-make-fulldeps On nightly, dump ICE backtraces to disk 2023-07-19 14:10:07 +00:00
run-pass-valgrind
rustdoc Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,GuillaumeGomez 2023-07-20 17:19:32 +02:00
rustdoc-gui Update rustdoc GUI tests 2023-07-18 14:34:24 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk 2023-07-20 03:18:41 +00:00
ui Auto merge of #113856 - WaffleLapkin:vtablin', r=oli-obk 2023-07-20 20:34:06 +00:00
ui-fulldeps
COMPILER_TESTS.md