Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update subtree/library to 2025-03-02 #8

Closed
wants to merge 313 commits into from
Closed
Changes from 3 commits
Commits
Show all changes
313 commits
Select commit Hold shift + click to select a range
66541f0
Document that locking a file fails on Windows if the file is opened o…
joshtriplett Feb 11, 2025
7fb3f7f
Remove the common prelude module
ehuss Feb 11, 2025
a3aa8e0
Revert "Stabilize `extended_varargs_abi_support`"
workingjubilee Feb 12, 2025
703da52
Optionally add type names to `TypeId`s.
kpreid Jan 27, 2025
dbf8f03
library: amend revert of extended_varargs_abi_support for beta diff
workingjubilee Feb 12, 2025
64453dd
Rollup merge of #136874 - tgross35:likely-unlikely-tracking, r=jhpratt
matthiaskrgr Feb 12, 2025
c01794b
expect EINVAL for pthread_mutex_destroy for aix
mustartt Feb 12, 2025
c747c4c
`f16` is half-precision
eyelash Feb 12, 2025
d7a3037
`f128` is quadruple-precision
eyelash Feb 12, 2025
7b900a0
Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleL…
bors Feb 12, 2025
eac6d78
Rollup merge of #136875 - BoxyUwU:rdg-push, r=jieyouxu
GuillaumeGomez Feb 12, 2025
4104dfa
Rollup merge of #136915 - eyelash:float-precision, r=workingjubilee
GuillaumeGomez Feb 12, 2025
b2adc75
Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez
bors Feb 12, 2025
8676bc8
Remove ignored `#[must_use]` attributes from portable-simd
samueltardieu Feb 12, 2025
384e699
std: replace the `FromInner` implementation for addresses with privat…
joboet Feb 7, 2025
3715d9e
Change swap_nonoverlapping from lang to library UB
saethlin Feb 11, 2025
0e05aa5
Rollup merge of #136890 - saethlin:swap_nonoverlapping, r=RalfJung
GuillaumeGomez Feb 12, 2025
9219f4e
Add diagnostic item for `std::io::BufRead`
samueltardieu Feb 12, 2025
fc1fd29
Fix import in bench for wasm
ehuss Feb 12, 2025
7b96a46
add `IntoBounds` trait
pitaj Feb 12, 2025
c795fe4
Rollup merge of #134090 - veluca93:stable-tf11, r=oli-obk
jhpratt Feb 13, 2025
5583030
Rollup merge of #136699 - joboet:netaddr_from_inner, r=cuviper
jhpratt Feb 13, 2025
966b014
Rollup merge of #136818 - a1phyr:io_repeat_exact, r=jhpratt
jhpratt Feb 13, 2025
19c0893
Rollup merge of #136945 - samueltardieu:push-rsqlyknnvyqm, r=fmease
jhpratt Feb 13, 2025
b103517
Implement and use BikeshedGuaranteedNoDrop for union/unsafe field val…
compiler-errors Feb 6, 2025
32f3b03
Merge from rustc
Feb 13, 2025
8ea18d8
`transmute` should also assume non-null pointers
scottmcm Feb 8, 2025
1ee869f
Rollup merge of #136660 - compiler-errors:BikeshedGuaranteedNoDrop, r…
jhpratt Feb 13, 2025
3a3d327
Rollup merge of #136949 - ehuss:wasm-bench-time, r=jhpratt
jhpratt Feb 13, 2025
da4ed38
Windows: Update generated bindings to 0.59
ChrisDenton Feb 13, 2025
0ab18c7
Use `slice::fill` in `io::Repeat` implementation
DaniPopes Feb 13, 2025
d7dc0a0
Replace mem::zeroed with mem::MaybeUninit::uninit for large struct in…
xizheyin Feb 10, 2025
6f4d923
Consistently using as_mut_ptr() and as_ptr() in thread
xizheyin Feb 11, 2025
216bdd3
alloc boxed: docs: use MaybeUninit::write instead of as_mut_ptr
jedbrown Feb 13, 2025
c8c0557
core: Apply unsafe_attr_outside_unsafe
ehuss Feb 13, 2025
680d549
library: Update rand to 0.9.0
ehuss Feb 13, 2025
ad44a59
Auto merge of #134633 - GrigorenkoPV:get_disjoint_mut, r=cuviper
bors Feb 13, 2025
55127d7
Migrate coretests to Rust 2024
ehuss Feb 11, 2025
e983f6a
alloc: Workaround hidden doctest line
ehuss Feb 13, 2025
8aab2dd
alloc: Apply unsafe_attr_outside_unsafe
ehuss Feb 13, 2025
eb27443
alloc: Apply missing_unsafe_on_extern
ehuss Feb 13, 2025
3140f7d
std: Apply unsafe_attr_outside_unsafe
ehuss Feb 12, 2025
3783449
std: Apply missing_unsafe_on_extern
ehuss Feb 12, 2025
a9dddc5
std: Apply dependency_on_unit_never_type_fallback
ehuss Feb 12, 2025
d5feb71
std: Apply rust_2024_incompatible_pat
ehuss Feb 12, 2025
163c287
std: Apply fixes for tail drop expressions
ehuss Feb 12, 2025
f158ad2
test: Apply deprecated_safe_2024
ehuss Feb 13, 2025
346c0f5
std: Apply deprecated_safe_2024
ehuss Feb 13, 2025
ab632ba
Implement `f{16,32,64,128}::{erf,erfc}`
GrigorenkoPV Jan 30, 2025
44c37a8
Update backtrace
ehuss Feb 13, 2025
e455964
Rollup merge of #136904 - pitaj:range-into_bounds, r=tgross35
workingjubilee Feb 14, 2025
a8d9067
Rollup merge of #136908 - mustartt:aix-mutex-destory-einval, r=joboet
workingjubilee Feb 14, 2025
30de706
Rollup merge of #136992 - ehuss:update-backtrace, r=workingjubilee
workingjubilee Feb 14, 2025
74c0eea
Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obk
bors Feb 14, 2025
8275939
Add safe new to NotAllOnes
kornelski Feb 11, 2025
d8188dd
Rollup merge of #136052 - no1wudi:fix, r=workingjubilee
matthiaskrgr Feb 14, 2025
a26d6a8
Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhpratt
matthiaskrgr Feb 14, 2025
ab7e5e6
Rollup merge of #136967 - DaniPopes:io-repeat-fill, r=joboet
matthiaskrgr Feb 14, 2025
0617326
Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgr…
matthiaskrgr Feb 14, 2025
4c1262b
core: Apply unsafe_op_in_unsafe_fn
ehuss Feb 13, 2025
1ed3d40
panic_abort: Apply unsafe_op_in_unsafe_fn
ehuss Feb 13, 2025
0ed0d92
panic_unwind: Apply unsafe_op_in_unsafe_fn
ehuss Feb 13, 2025
9902116
unwind: Apply unsafe_op_in_unsafe_fn
ehuss Feb 13, 2025
13e034d
Fix safety of windows uwp functions
ehuss Feb 12, 2025
231fc7d
std: Apply unsafe_op_in_unsafe_fn
ehuss Feb 13, 2025
5f7a207
proc_macro: Apply unsafe_op_in_unsafe_fn
ehuss Feb 13, 2025
a1d6e57
Stabilize (and const-stabilize) `integer_sign_cast`
GrigorenkoPV Feb 14, 2025
64d4df8
Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=Amanieu
workingjubilee Feb 14, 2025
147f248
Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35
workingjubilee Feb 14, 2025
9691b85
Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35
bors Feb 15, 2025
d241320
Merge from rustc
Feb 15, 2025
a7c46dd
replaced the four occurrences of issue ="50547" in
progressive-galib Feb 15, 2025
c887174
Forward all default methods for I/O impls
thaliaarchi Feb 15, 2025
f138560
Simplify `slice::Iter::next` enough that it inlines
scottmcm Feb 9, 2025
304ce1b
Save another BB by using `SubUnchecked` instead of a call to `arith_o…
scottmcm Feb 14, 2025
c71d9b1
Go back to `Some` instead of transmuting to it.
scottmcm Feb 14, 2025
4558031
Add real safety comments
scottmcm Feb 15, 2025
7496de0
tidying up tidy
progressive-galib Feb 15, 2025
2d1f245
Rollup merge of #135687 - joseluis:feat-reexport_from_coroutine, r=sc…
jhpratt Feb 15, 2025
df76106
Rollup merge of #136749 - mzeitlin11:extend-asciichar, r=scottmcm
jhpratt Feb 15, 2025
2bc3e8b
Rollup merge of #136879 - kornelski:non1, r=Noratrieb
jhpratt Feb 15, 2025
94b1a33
Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=Amanieu
jhpratt Feb 15, 2025
c2b1e08
Rollup merge of #137062 - thaliaarchi:io-optional-methods/write, r=wo…
jhpratt Feb 15, 2025
16ea589
Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhpratt
bors Feb 15, 2025
27d76de
docs: fix broken intra-doc links that never worked
notriddle Jan 31, 2025
4f6a457
remove MaybeUninit::uninit_array
cyrgani Feb 15, 2025
6b9b271
Make ub_check message clear that it's not an assert
kornelski Feb 8, 2025
263e4b2
Restrict DerefPure for Cow<T> impl to T = impl Clone, [impl Clone], str.
zachs18 Feb 16, 2025
9b26bae
Merge from rustc
RalfJung Feb 16, 2025
0ca4645
Add an example for std::error::Error
ChrisDenton Feb 16, 2025
0aeba5b
fix docs for inherent str constructors
m4rch3n1ng Feb 16, 2025
bfeda0a
add MAX_LEN_UTF8 and MAX_LEN_UTF16 constants
HTGAzureX1212 Feb 2, 2024
c9de094
invalid_from_utf8[_unchecked]: also lint inherent methods
GrigorenkoPV Feb 15, 2025
f49474e
Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb
matthiaskrgr Feb 16, 2025
78f5f68
Rollup merge of #137114 - ChrisDenton:error, r=Noratrieb
matthiaskrgr Feb 16, 2025
61eea6c
Improve WTF-8 comments
thaliaarchi Feb 5, 2025
d68ea39
Simplify control flow with while-let
thaliaarchi Feb 6, 2025
25f6fd4
Synchronize platform adaptors for OsString/OsStr
thaliaarchi Feb 6, 2025
e9eaf8f
stabilize (const_)ptr_sub_ptr
bend-n Feb 16, 2025
900e66f
Merge from rustc
Feb 17, 2025
319f080
Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton
matthiaskrgr Feb 17, 2025
ebcf8a3
Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau
matthiaskrgr Feb 17, 2025
4888488
Rollup merge of #137105 - zachs18:cow-derefpure-restrict, r=Nadrieril
matthiaskrgr Feb 17, 2025
087c32b
tests: Also gate `f16::erfc()` doctest with `reliable_f16_math` cfg
Feb 17, 2025
083489d
Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr
bors Feb 17, 2025
f6b7cbc
Use tell for <File as Seek>::stream_position
thaliaarchi Feb 17, 2025
b7b8146
Rollup merge of #137165 - thaliaarchi:file-tell, r=ChrisDenton
matthiaskrgr Feb 17, 2025
33d4cd0
Remove obsolete MinGW ThinLTO+TLS workaround
kornelski Feb 17, 2025
c439b11
Update some comparison tests now that they pass in LLVM20
scottmcm Feb 18, 2025
74abdb5
Remove std::os::wasi::fs::FileExt::tell
thaliaarchi Feb 18, 2025
dad8c58
Add #[track_caller] to Duration Div impl
petertodd Feb 18, 2025
1eb38ed
add last std diagnostic items for clippy
cyrgani Feb 18, 2025
84472b8
Clarify that locking on Windows also works for files opened with `.re…
joshtriplett Feb 18, 2025
ba8bd37
Reorder "This lock may be advisory or mandatory." earlier in the lock…
joshtriplett Feb 18, 2025
ac553cb
update version placeholders
cuviper Feb 17, 2025
d43df0d
Fix typo in hidden internal docs of `TrustedRandomAccess`
steffahn Feb 18, 2025
48b0213
update `cfg(bootstrap)`
cuviper Feb 18, 2025
d911058
Rollup merge of #136750 - kornelski:ub-bug, r=saethlin
Urgau Feb 18, 2025
1220ccf
Rollup merge of #137167 - martn3:reliable_f16_math-f16-erfc, r=tgross35
Urgau Feb 18, 2025
5b72eaa
Rollup merge of #137205 - thaliaarchi:remove-wasi-fileext-tell, r=ale…
Urgau Feb 18, 2025
102e63b
Rollup merge of #137214 - cyrgani:clippy_diagnostic_items, r=compiler…
Urgau Feb 18, 2025
f1f08ca
Rollup merge of #136876 - joshtriplett:locking-might-not-be-advisory,…
matthiaskrgr Feb 18, 2025
1eeac08
Rollup merge of #137126 - m4rch3n1ng:fix-inherent-str-docs, r=Amanieu
matthiaskrgr Feb 18, 2025
2a68133
Remove outdated target `unexpected_cfgs`
cuviper Feb 18, 2025
d48df9d
Auto merge of #137235 - matthiaskrgr:rollup-2kjua2t, r=matthiaskrgr
bors Feb 18, 2025
7f4597f
Rollup merge of #137026 - GrigorenkoPV:integer_sign_cast, r=jhpratt
matthiaskrgr Feb 19, 2025
fd5d2c6
Rollup merge of #137228 - steffahn:one-coerces-to-supertypes-not-subt…
matthiaskrgr Feb 19, 2025
af9fc8f
Merge from rustc
Feb 19, 2025
e3bbe48
remove assume_init in stack_overflow
xizheyin Feb 19, 2025
667572f
core/net: IpAddr*::as_octets()
mammothbane Feb 5, 2025
9584036
Update library/std/src/fs.rs
allevo Feb 19, 2025
ff43a1f
Fix `*-win7-windows-msvc` target since 26eeac1a1e9fe46ffd80dd0d3dafdd…
QianNangong Feb 19, 2025
1893126
fix by comments
xizheyin Feb 19, 2025
baacf0f
Rollup merge of #134995 - DaniPopes:stable-const_slice_flatten, r=Ama…
matthiaskrgr Feb 19, 2025
d1667fc
Rollup merge of #136301 - hkBst:patch-33, r=thomcc
matthiaskrgr Feb 19, 2025
2a2c9d8
Rollup merge of #136347 - allevo:patch-1, r=Amanieu
matthiaskrgr Feb 19, 2025
3a375d0
Rollup merge of #136794 - cberner:stabilize, r=joshtriplett
matthiaskrgr Feb 19, 2025
85ae6a2
stabilize `inherent_str_constructors`
m4rch3n1ng Feb 19, 2025
daabdc1
Rollup merge of #120580 - HTGAzureX1212:HTGAzureX1212/issue-45795, r=…
matthiaskrgr Feb 19, 2025
0083d27
Rollup merge of #132268 - elichai:string_try_from_vec, r=Amanieu
matthiaskrgr Feb 19, 2025
105431d
Rollup merge of #136690 - Voultapher:use-more-explicit-and-reliable-p…
matthiaskrgr Feb 19, 2025
7b3d14c
Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco
matthiaskrgr Feb 19, 2025
fb34526
Rollup merge of #137155 - thaliaarchi:wtf8-organize, r=ChrisDenton
matthiaskrgr Feb 19, 2025
e7decbc
Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgr
bors Feb 19, 2025
b51ff7a
Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-construct…
matthiaskrgr Feb 19, 2025
f9d795e
Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr
bors Feb 20, 2025
86402a4
Add fast path for displaying pre-validated Wtf8Buf
thaliaarchi Feb 6, 2025
f1c6d78
Skip scanning for surrogates when not known valid
thaliaarchi Feb 7, 2025
d6b87df
add `IntoBounds::intersect` and `RangeBounds::is_empty`
pitaj Feb 20, 2025
5fb2e42
Implement feature `isolate_most_least_significant_one` for integer types
okaneco Feb 12, 2025
ca767c6
Enable `f16` for MIPS
Feb 19, 2025
7f2f0cc
Correct doc about `temp_dir()` behavior on Android
aviraxp Feb 20, 2025
c33f021
Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboet
bors Feb 20, 2025
3205f6f
Stabilise `os_str_display`
riverbl Feb 16, 2025
e05373b
Rollup merge of #134340 - Urgau:stabilize-num_midpoint_signed, r=scot…
workingjubilee Feb 20, 2025
beb7d40
Rollup merge of #137270 - QianNangong:master, r=ChrisDenton
workingjubilee Feb 20, 2025
56175d3
Implement read_buf for zkVM stdin
thaliaarchi Feb 8, 2025
388d94e
Implement read_buf for WASI stdin
thaliaarchi Feb 5, 2025
0a38e5c
Auto merge of #137192 - kornelski:windows-tls-lto, r=ChrisDenton
bors Feb 21, 2025
919ca9f
Explain how Vec::with_capacity is faithful
hkBst Jan 23, 2025
71a1fb9
Rollup merge of #136089 - jwong101:box-default-debug-stack-usage, r=A…
matthiaskrgr Feb 21, 2025
c572f02
Highlight thread_local! const init in docs
kornelski Feb 17, 2025
267c460
Use faster thread_local in current_thread_id()
kornelski Feb 17, 2025
42e10af
Use faster thread_local! for stdout
kornelski Feb 17, 2025
e7ca18e
Do not use CString in the examples of CStr.
hkBst Jan 28, 2025
5a68dd2
Auto merge of #137371 - matthiaskrgr:rollup-3qkdqar, r=matthiaskrgr
bors Feb 21, 2025
ec588f1
stabilize `unsigned_is_multiple_of`
folkertdev Feb 21, 2025
28e2c6a
Stabilize `unbounded_shifts`
chorman0773 Feb 21, 2025
dd5703d
Use `public-dependencies` in all sysroot crates
tgross35 Jan 28, 2025
4563548
Replace some instances of `pub` with `pub(crate)`
tgross35 Jan 30, 2025
b8795e9
Rollup merge of #136148 - kpreid:type-str, r=joboet
matthiaskrgr Feb 21, 2025
72deb39
Rollup merge of #136609 - mammothbane:master, r=scottmcm
matthiaskrgr Feb 21, 2025
f192be5
Rollup merge of #137336 - riverbl:stabilise-os-str-display, r=tgross35
matthiaskrgr Feb 21, 2025
8960db9
Rollup merge of #137353 - thaliaarchi:io-optional-methods/wasi-stdin,…
matthiaskrgr Feb 21, 2025
00c5f8a
Fix unbounded_shifts tests
chorman0773 Feb 21, 2025
e2bc4b8
Fix(lib/fs/tests): Disable rename POSIX semantics FS tests under Wind…
PaulDance Feb 21, 2025
6a5acde
Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr
bors Feb 21, 2025
37defc9
Rollup merge of #137207 - petertodd:2025-add-track-caller-to-duration…
matthiaskrgr Feb 22, 2025
9294e5f
Rollup merge of #136910 - okaneco:sig_ones, r=thomcc
matthiaskrgr Feb 22, 2025
a36adc4
Rollup merge of #137388 - PaulDance:disable-rename-posix-semantics-te…
matthiaskrgr Feb 22, 2025
359de44
make the new intrinsics safe
RalfJung Feb 22, 2025
36a59f8
Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3
matthiaskrgr Feb 22, 2025
e5b671a
Rollup merge of #137121 - bend-n:master, r=Noratrieb
matthiaskrgr Feb 22, 2025
85335cc
Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-o…
matthiaskrgr Feb 22, 2025
f31cb93
Update `compiler-builtins` to 0.1.147
tgross35 Feb 20, 2025
947d1fa
Rollup merge of #136826 - xizheyin:issue-136737, r=thomcc
jhpratt Feb 23, 2025
97b3a66
Rollup merge of #137194 - kornelski:ftls, r=tgross35
jhpratt Feb 23, 2025
4eb3105
add stdarch compatibility hack
RalfJung Feb 23, 2025
3abc694
Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum
bors Feb 23, 2025
9d830bd
Return error on unexpected termination in `Thread::join`.
fuzzypixelz Feb 23, 2025
66d3b75
Win: use existing wrappers for `SetFileInformationByHandle` in `File:…
seritools Feb 23, 2025
0d6361e
stabilize extract_if
bend-n Feb 16, 2025
eb9a602
Stabilize `core::str::from_utf8_mut`
WaffleLapkin Feb 7, 2025
e29396c
Fix documentation for unstable sort
chenyukang Feb 23, 2025
e11873b
rename sub_ptr 😅
bend-n Feb 23, 2025
33e45d6
Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35
tgross35 Feb 23, 2025
87f8878
Rollup merge of #137297 - tgross35:update-builtins, r=tgross35
tgross35 Feb 23, 2025
4fb5a27
Rollup merge of #137483 - bend-n:😅, r=Noratrieb
tgross35 Feb 23, 2025
f7b2885
Added into_value const function to ControlFlow<T, T>
madhav-madhusoodanan Feb 23, 2025
7be8a82
remove uses of rustc_intrinsic_must_be_overridden from standard library
RalfJung Feb 23, 2025
377b0d5
Merge from rustc
RalfJung Feb 24, 2025
e63e6ce
Rollup merge of #137061 - progressive-galib:gen_future-closing#76249,…
jhpratt Feb 24, 2025
42749e0
Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=A…
jhpratt Feb 24, 2025
8b8593f
Rollup merge of #137482 - rust9x:win-file-open-truncate, r=ChrisDenton
jhpratt Feb 24, 2025
c0b3b02
Rollup merge of #137484 - chenyukang:yukang-fix-sort-doc, r=Noratrieb
jhpratt Feb 24, 2025
474351c
Rollup merge of #137495 - madhav-madhusoodanan:feature-unstable-contr…
jhpratt Feb 24, 2025
9bcae8d
Update `compiler-builtins` to 0.1.148
tgross35 Feb 24, 2025
2dad078
remove some unnecessary rustc_const_unstable
RalfJung Feb 24, 2025
9d1ad26
Remove speculation on cause of error
fuzzypixelz Feb 24, 2025
4c451e8
Update string.rs
robertbastian Feb 24, 2025
f5c2e86
std: Fix another new symlink test on Windows
petrochenkov Feb 24, 2025
780a3d4
Simplify trait error message for CoercePointee validation
compiler-errors Feb 19, 2025
fdc6f87
Rollup merge of #134655 - GrigorenkoPV:hash_extract_if, r=cuviper
tgross35 Feb 24, 2025
3fc5093
Rollup merge of #135933 - hkBst:patch-19, r=workingjubilee
tgross35 Feb 24, 2025
128fd65
Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=Amanieu
tgross35 Feb 24, 2025
00bb0b9
Rollup merge of #136775 - robertbastian:patch-2, r=Amanieu
tgross35 Feb 24, 2025
8df024d
Rollup merge of #137109 - bend-n:knife, r=oli-obk
tgross35 Feb 24, 2025
763f918
Rollup merge of #137349 - thaliaarchi:io-optional-methods/zkvm, r=Nor…
tgross35 Feb 24, 2025
4ed2ab3
Rollup merge of #137516 - RalfJung:rustc_const_unstable-cleanup, r=Am…
tgross35 Feb 24, 2025
3b6f96f
Rollup merge of #137321 - aviraxp:patch-1, r=cuviper
compiler-errors Feb 25, 2025
0e4b3df
Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_ov…
compiler-errors Feb 25, 2025
34f05a3
Rollup merge of #137543 - petrochenkov:wintest, r=ChrisDenton
compiler-errors Feb 25, 2025
bdf0950
Don't doc-comment BTreeMap<K, SetValZST, A>
goffrie Feb 25, 2025
4857341
Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35
bors Feb 25, 2025
24657f1
Merge from rustc
RalfJung Feb 25, 2025
33c2639
disable a potentially bogus test on Miri
RalfJung Feb 25, 2025
ea230c2
Rollup merge of #137576 - goffrie:setvalzst, r=lcnr
fmease Feb 25, 2025
87be353
Use `.expect(..)` instead
fuzzypixelz Feb 25, 2025
9768712
Rollup merge of #137515 - tgross35:update-builtins, r=tgross35
fmease Feb 25, 2025
3aeaf51
fix doc in library/core/src/pin.rs
xizheyin Feb 25, 2025
129cda1
fix: attr cast for espidf
SergioGasquez Feb 25, 2025
df916c9
Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease
bors Feb 25, 2025
38b8947
Auto merge of #137594 - RalfJung:miri-sync, r=RalfJung
bors Feb 25, 2025
d98eda3
Rollup merge of #137154 - thaliaarchi:wtf8-fast-paths, r=ChrisDenton
fmease Feb 26, 2025
9f8f1da
Rollup merge of #137311 - martn3:enable-f16-mips, r=tgross35
fmease Feb 26, 2025
af61cb5
Rollup merge of #137614 - xizheyin:issue-134874, r=cuviper
fmease Feb 26, 2025
f30b9d5
Fix Windows `Command` search path bug
ChrisDenton Feb 26, 2025
ea50b43
Rollup merge of #134585 - cyrgani:uninit_array, r=Amanieu
fmease Feb 26, 2025
97600a0
Rollup merge of #136187 - hkBst:patch-27, r=workingjubilee
fmease Feb 26, 2025
83e302a
Rollup merge of #137620 - SergioGasquez:fix/espidf-maybeunit, r=Chris…
fmease Feb 26, 2025
bcd2e09
require trait impls to have matching const stabilities as the traits
fee1-dead Feb 7, 2025
8e62371
Rollup merge of #137304 - pitaj:rangebounds-is_empty-intersect, r=ibr…
matthiaskrgr Feb 27, 2025
655937c
Rollup merge of #137480 - fuzzypixelz:fix/124466, r=workingjubilee
matthiaskrgr Feb 27, 2025
527700a
make `simd_insert` and `simd_extract` `const fn`s
folkertdev Feb 24, 2025
ce363e1
checked_ilog tests: deal with a bit of float imprecision
RalfJung Feb 27, 2025
eeaf188
Rollup merge of #137197 - scottmcm:cmp-20, r=ibraheemdev
jieyouxu Feb 28, 2025
f7930f3
Rollup merge of #137551 - folkertdev:import-simd-intrinsics, r=RalfJung
jieyouxu Feb 28, 2025
23d9066
Rollup merge of #137673 - ChrisDenton:search-path-bug, r=dtolnay
jieyouxu Feb 28, 2025
071d976
Rollup merge of #137730 - RalfJung:checked_ilog_tests, r=tgross35
matthiaskrgr Mar 1, 2025
0f3a7e9
[create-pull-request] automated change
tautschnig Mar 11, 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

These merge commits were added into this branch cleanly.

There are no new changes to show.