Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
762895d
Consolidate panicking functions in `slice/index.rs`
Kmeakin Jul 25, 2025
39b257b
Auto merge of #145647 - RalfJung:miri, r=RalfJung
bors Aug 21, 2025
a4c23bf
Rollup merge of #137494 - nabijaczleweli:dup, r=Mark-Simulacrum
jhpratt Aug 21, 2025
e20e258
Rollup merge of #144541 - folkertdev:c-variadic-same-program-multiple…
jhpratt Aug 21, 2025
43bd23d
Rollup merge of #144613 - pantsman0:nintendo_switch_cpu_features, r=w…
jhpratt Aug 21, 2025
f03972b
Rollup merge of #144780 - bjorn3:mir_build_debug, r=matthewjasper
jhpratt Aug 21, 2025
fc2e278
Rollup merge of #145137 - Kmeakin:km/optimize-slice-index-panicking, …
jhpratt Aug 21, 2025
2afea99
Rollup merge of #145507 - jdonszelmann:refactor-attr-parsing, r=david…
jhpratt Aug 21, 2025
b7d394b
Rollup merge of #145604 - compiler-errors:static-closure, r=fmease
jhpratt Aug 21, 2025
f87a302
Rollup merge of #145648 - bjorn3:tidy_deps_stricter, r=davidtwco
jhpratt Aug 21, 2025
b56e152
Rollup merge of #145661 - folkertdev:s390x-codegen-test-cleanup, r=di…
jhpratt Aug 21, 2025
6e58ab9
Rollup merge of #145672 - compiler-errors:query-instab-ice, r=lcnr
jhpratt Aug 21, 2025
d85acfe
Rollup merge of #145689 - cuviper:panic_unwind-cfg, r=joshtriplett
jhpratt Aug 21, 2025
817efb1
Rollup merge of #145700 - nnethercote:fix-145696, r=lcnr
jhpratt Aug 21, 2025
31b394a
Rollup merge of #145703 - Gelbpunkt:ci-llvm-mips, r=Kobzol
jhpratt Aug 21, 2025
a270587
Rollup merge of #145704 - marcoieni:no-windows-disk-cleanup, r=jieyouxu
jhpratt Aug 21, 2025
05384d1
Rollup merge of #145705 - folkertdev:prefetch-remove-as-cast, r=RalfJung
jhpratt Aug 21, 2025
813f48a
Rollup merge of #145712 - notJoon:fix/outdate-link, r=lqd
jhpratt Aug 21, 2025
3629e47
Auto merge of #145728 - jhpratt:rollup-nwbw8de, r=jhpratt
bors Aug 21, 2025
8f1b479
Prepare for merging from rust-lang/rust
Aug 22, 2025
cdb29a2
Merge ref '8e3710ef31a0' from rust-lang/rust
Aug 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
125ff8a788c5d6a66917f499abdc00051afe6886
8e3710ef31a0b2cdf5a1c2f3929b7735d1e28c20
2 changes: 1 addition & 1 deletion tests/panic/oob_subslice.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

thread 'main' ($TID) panicked at tests/panic/oob_subslice.rs:LL:CC:
range end index 5 out of range for slice of length 4
range end index 4 out of range for slice of length 4
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
Loading