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-13 #273

Merged
merged 463 commits into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
463 commits
Select commit Hold shift + click to select a range
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
0e3713a
Undeprecate env::home_dir
arlosi 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
fbd1c78
Clarify/update comments in `BufRead::read_line`'s default body
steffahn Feb 20, 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
f9b2f52
[illumos] attempt to use posix_spawn to spawn processes
sunshowers Feb 11, 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
fb4e1b8
span: add a "future" edition
davidtwco Feb 12, 2025
780a3d4
Simplify trait error message for CoercePointee validation
compiler-errors Feb 19, 2025
4a4acbf
Stablize `string_extend_from_within`
aDotInTheVoid Feb 24, 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
34c878b
fix doc in library/core/src/sync/atomic.rs
xizheyin 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
f6439ab
More precisely document `Global::deallocate()`'s safety.
kpreid 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
3931422
Enable `f16` for LoongArch
heiher Feb 26, 2025
f30b9d5
Fix Windows `Command` search path bug
ChrisDenton Feb 26, 2025
07c0a80
Fix unused import in coretests on wasm32
bjorn3 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
bcf698c
Delete tuple unsizing
Darksonn 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
eef63e5
Count char width at most once in Formatter::pad
thaliaarchi Feb 6, 2025
5142c87
Inline VecDeque<u8> and BorrowedCursor methods
thaliaarchi Feb 15, 2025
de1dedd
Override default Write methods for cursor-like types
thaliaarchi Feb 16, 2025
9ddd920
Fix char count in Display for ByteStr
thaliaarchi Feb 28, 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
be38382
Do not require that unsafe fields lack drop glue
jswrenn Feb 28, 2025
37cad6d
Use correct error message casing for `io::const_error`s
Noratrieb Feb 28, 2025
b6401ed
Specialize OsString::push for strings
thaliaarchi Feb 28, 2025
6f643c3
Specialize constructing OsString from strings
thaliaarchi Feb 28, 2025
88563dd
Stabilize [T]::split_off... methods
cramertj Feb 28, 2025
1769d57
correct the docs on `simd_` comparison operators
folkertdev Feb 24, 2025
435f141
intrinsics::simd: document that masks must be signed integer vectors
folkertdev Feb 28, 2025
c4a6461
Tweak BufReader::peek() doctest to expose bug in Buffer::read_more()
wgwoods Mar 1, 2025
67dc2fd
Fix logic error in Buffer::read_more()
wgwoods Mar 1, 2025
071d976
Rollup merge of #137730 - RalfJung:checked_ilog_tests, r=tgross35
matthiaskrgr Mar 1, 2025
5506ca0
stabilize `box_uninit_write`
slanterns Mar 1, 2025
6e6d080
Rollup merge of #137809 - Noratrieb:io-error-casing, r=thomcc
matthiaskrgr Mar 1, 2025
ce33bb9
Rollup merge of #137828 - folkertdev:simd-intrinsic-doc-fixes, r=work…
matthiaskrgr Mar 1, 2025
f31b2f7
uefi: Add Service Binding Protocol abstraction
Ayush1325 Feb 23, 2025
09b7558
Update `compiler-builtins` to 0.1.150
tgross35 Feb 25, 2025
b03df54
fix `RangeBounds::is_empty` documentation
pitaj Mar 1, 2025
9046ba2
Disable `f16` on Aarch64 without `neon`
tgross35 Mar 1, 2025
c631fa8
float: Update some constants to `pub(crate)`
tgross35 Dec 9, 2024
0963dce
dec2flt: Update documentation of existing methods
tgross35 Dec 9, 2024
18e13b5
dec2flt: Rename `Decimal` to `DecimalSeq`
tgross35 Dec 9, 2024
1e78b10
dec2flt: Rename `Number` to `Decimal`
tgross35 Dec 9, 2024
e3c1689
dec2flt: Rename fields to be consistent with documented notation
tgross35 Dec 9, 2024
a6d01b3
dec2flt: Refactor float traits
tgross35 Dec 9, 2024
c17d715
dec2flt: Refactor the fast path
tgross35 Dec 9, 2024
5272d97
Document workings of successors more clearly
hkBst Jan 22, 2025
1262ab4
Rollup merge of #137375 - steffahn:clarify-read_line-comment, r=Mark-…
matthiaskrgr Mar 2, 2025
d096ef5
Rollup merge of #137641 - kpreid:dealloc, r=Amanieu
matthiaskrgr Mar 2, 2025
195c766
Rollup merge of #137871 - pitaj:rangebounds-is_empty-intersect, r=sco…
matthiaskrgr Mar 2, 2025
220dacb
Rollup merge of #137873 - tgross35:disable-f16-without-neon, r=workin…
matthiaskrgr Mar 2, 2025
809ce0f
fix order on shl impl
speedy-lex Mar 3, 2025
c94967b
Rollup merge of #137054 - jhpratt:phantom-variance, r=Mark-Simulacrum
matthiaskrgr Mar 3, 2025
fc90fca
Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr
bors Mar 4, 2025
fbd7405
Fix some typos
fuyangpengqi Mar 4, 2025
7e45b3b
atomic: clarify that failing conditional RMW operations are not 'writes'
RalfJung Mar 4, 2025
6c41114
Fix test hangs on AIX
mustartt Mar 3, 2025
9119bf3
Added documentation for flushing
pcorwin Feb 10, 2025
ae3814d
Ensure that negative auto impls are always applicable
compiler-errors Feb 28, 2025
4a7fcd9
Rollup merge of #137634 - tgross35:update-builtins, r=tgross35
workingjubilee Mar 4, 2025
5a551b6
Rollup merge of #137829 - cramertj:stabilize-split-off, r=jhpratt
workingjubilee Mar 5, 2025
18ea575
Rollup merge of #137850 - slanterns:box_uninit_write, r=ibraheemdev
workingjubilee Mar 5, 2025
784016e
Rollup merge of #137986 - fuyangpengqi:master, r=Amanieu
workingjubilee Mar 5, 2025
87d5004
Update `compiler-builtins` to 0.1.151
tgross35 Mar 5, 2025
0f84f75
Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee
bors Mar 5, 2025
72e4ab9
Rollup merge of #134063 - tgross35:dec2flt-refactoring, r=Noratrieb
jieyouxu Mar 5, 2025
f21f527
Rollup merge of #136662 - thaliaarchi:formatter-pad-char-count, r=m-o…
jieyouxu Mar 5, 2025
2053ad7
Rollup merge of #136798 - pcorwin:master, r=tgross35
jieyouxu Mar 5, 2025
ba1aa35
Rollup merge of #137240 - jieyouxu:remove_dir_all, r=Mark-Simulacrum
jieyouxu Mar 5, 2025
abb02d0
Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simu…
jieyouxu Mar 5, 2025
8d85869
Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb
jieyouxu Mar 5, 2025
30cbf2b
Rollup merge of #137569 - aDotInTheVoid:for-iurii, r=ibraheemdev
jieyouxu Mar 5, 2025
49fc029
Rollup merge of #137679 - bjorn3:coretests_improvements, r=jieyouxu,o…
jieyouxu Mar 5, 2025
bb10e81
Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk
jieyouxu Mar 5, 2025
c05e8e7
Make `is_le` and friends work like clang's
scottmcm Mar 2, 2025
65914ce
Remove the `Option` part of range ends in the HIR
oli-obk Feb 5, 2025
053197e
Stabilize `const_copy_from_slice` feature
okaneco Mar 6, 2025
09eff08
Fix broken link to Miri intrinsics in documentation
reddevilmidzy Mar 6, 2025
f0cd1b9
Rollup merge of #135895 - hkBst:patch-15, r=joboet
compiler-errors Mar 6, 2025
75b3a4c
Rollup merge of #136922 - oli-obk:pattern-types-option-ends, r=BoxyUwU
compiler-errors Mar 6, 2025
7279a4a
Rollup merge of #137327 - arlosi:home-dir, r=Mark-Simulacrum
compiler-errors Mar 6, 2025
88a93b3
Rollup merge of #137764 - compiler-errors:always-applicable-negative-…
compiler-errors Mar 6, 2025
60d296a
Rollup merge of #137772 - thaliaarchi:bstr-display, r=joshtriplett
compiler-errors Mar 6, 2025
a3cd875
Rollup merge of #137808 - jswrenn:droppy-unsafe-fields, r=nnethercote
compiler-errors Mar 6, 2025
e2b4056
Rollup merge of #138038 - tgross35:update-builtins, r=tgross35
compiler-errors Mar 6, 2025
17d426f
Update stdarch
ehuss Feb 10, 2025
168b9ce
Rollup merge of #138105 - reddevilmidzy:fix-broken-link, r=saethlin
compiler-errors Mar 6, 2025
d05912e
Add UseCloned trait related code
spastorino Dec 11, 2024
4e10427
Add examples in stdlib demonstrating the use syntax
spastorino Feb 24, 2025
64dedc1
Add allow(incomplete_features) to alloc
spastorino Mar 6, 2025
0b2d34d
stabilize const_char_classify
RalfJung Mar 6, 2025
be21da0
stabilize const_sockaddr_setters
RalfJung Mar 6, 2025
ace5e0f
Auto merge of #138114 - compiler-errors:rollup-7xr4b69, r=compiler-er…
bors Mar 6, 2025
83d396c
Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-er…
bors Mar 7, 2025
9e34c62
library: Use size_of from the prelude instead of imported
thaliaarchi Mar 5, 2025
560a194
Use turbofish for size_of<T> and align_of<T> in docs
thaliaarchi Mar 5, 2025
bb84112
Rollup merge of #136667 - vita-rust:revert-vita-c-char, r=cuviper
matthiaskrgr Mar 7, 2025
f4bc9a1
Rollup merge of #137107 - thaliaarchi:io-optional-methods/cursors, r=…
matthiaskrgr Mar 7, 2025
b4519d1
Rollup merge of #137777 - thaliaarchi:os_string-push-str, r=joboet
matthiaskrgr Mar 7, 2025
ba4c03e
Rollup merge of #137832 - wgwoods:fix-bufreader-peek, r=joboet
matthiaskrgr Mar 7, 2025
04830fd
Rollup merge of #137904 - scottmcm:ordering-is, r=workingjubilee
matthiaskrgr Mar 7, 2025
b68bc98
Rollup merge of #138129 - RalfJung:stabilize-const-things, r=tgross35
matthiaskrgr Mar 7, 2025
982f369
Rollup merge of #137674 - heiher:enable-f16-loong, r=tgross35
matthiaskrgr Mar 7, 2025
b615fd5
Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35
matthiaskrgr Mar 7, 2025
dfca153
Auto merge of #138155 - matthiaskrgr:rollup-xq5buio, r=matthiaskrgr
bors Mar 7, 2025
3fae245
Windows: Use MoveFileEx by default in `fs:rename`
ChrisDenton Feb 24, 2025
bf748af
Return OutOfMemoryError and update docs
ChrisDenton Mar 6, 2025
d15d3f7
Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=niko…
matthiaskrgr Mar 7, 2025
cf8c29a
Move all alloc integration tests to a new alloctests crate
bjorn3 Feb 6, 2025
db8476e
Move most Rc tests to alloctests
bjorn3 Feb 6, 2025
738178b
Move last remaining Rc test to alloctests
bjorn3 Feb 6, 2025
91fe85b
Fully test the alloc crate through alloctests
bjorn3 Feb 6, 2025
22a3277
Add comments
bjorn3 Feb 13, 2025
092c7ba
Mention `env` and `option_env` macros in `std::env::var` docs
GuillaumeGomez Mar 7, 2025
4eeadd4
Rollup merge of #137606 - davidtwco:next-edition, r=traviscross,ehuss
jhpratt Mar 8, 2025
1f261ba
Rollup merge of #138000 - RalfJung:atomic-rmw, r=Amanieu
jhpratt Mar 8, 2025
2be3c65
Rollup merge of #136642 - bjorn3:separate_alloctest_crate, r=cuviper
jhpratt Mar 8, 2025
3264f9d
Rollup merge of #137528 - ChrisDenton:rename-win, r=joboet
jhpratt Mar 8, 2025
9769e9f
Rollup merge of #138189 - GuillaumeGomez:env-var, r=joshtriplett
jhpratt Mar 8, 2025
a057b0d
Use `disjoint_bitor` inside `borrowing_sub`
TDecking Mar 8, 2025
dd01425
Don't link against advapi32, except on win7.
smmalis37 Mar 8, 2025
1fdabf2
Stabilize `const_vec_string_slice`
Kixunil Feb 20, 2025
7b5f82f
Move fs into sys
thaliaarchi Feb 26, 2025
bcd6e0a
Clarify iterator by_ref docs
hkBst Jan 24, 2025
3714bfb
Lazy load NtOpenFile for UWP
bdbai Mar 9, 2025
06ea4f4
Rollup merge of #137650 - thaliaarchi:move-fs-pal, r=Noratrieb
matthiaskrgr Mar 9, 2025
5890e4e
Rollup merge of #138228 - TDecking:master, r=jhpratt
matthiaskrgr Mar 9, 2025
2cbf270
Rollup merge of #138233 - smmalis37:no-advapi32, r=ChrisDenton
matthiaskrgr Mar 9, 2025
2077b05
Rollup merge of #138276 - bdbai:fix-uwp-ntopenfile, r=ChrisDenton
matthiaskrgr Mar 9, 2025
659e802
Update hermit-abi to 0.5.0
thaliaarchi Mar 5, 2025
d598e4b
Support File::seek for Hermit
thaliaarchi Feb 19, 2025
0b6a207
std: move stdio to `sys`
joboet Feb 9, 2025
c76e918
uefi: fs: Implement FilePermission
Ayush1325 Mar 9, 2025
0ada98e
uefi: fs: Implement FileType
Ayush1325 Mar 9, 2025
434a8f6
uefi: fs: Partially implement FileAttr
Ayush1325 Mar 9, 2025
6255469
Rollup merge of #137585 - xizheyin:issue-135801, r=workingjubilee
matthiaskrgr Mar 10, 2025
c5a68b2
Rollup merge of #138074 - thaliaarchi:hermit-seek, r=ChrisDenton
matthiaskrgr Mar 10, 2025
93b68c0
Disable CFI for weakly linked syscalls
1c3t3a Mar 4, 2025
b6daa44
Add comments for #[no_sanitize(cfi)] in stdlib
1c3t3a Mar 10, 2025
3670dc8
Limit formatting width and precision to 16 bits.
m-ou-se Feb 12, 2025
323a077
Update tests.
m-ou-se Feb 12, 2025
20f622c
Remove unnecessary semicolon.
m-ou-se Feb 28, 2025
24955d9
Add #[track_caller] to from_usize.
m-ou-se Feb 28, 2025
43a303d
Target definition for `wasm32-wali-linux-musl` to support the Wasm Linux
arjunr2 Jul 2, 2024
1119688
Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm
bors Mar 11, 2025
a270d44
Auto merge of #135651 - arjunr2:master, r=davidtwco
bors Mar 11, 2025
065a29b
Implement `#[define_opaque]` attribute for functions.
oli-obk Jul 26, 2024
7785159
Rollup merge of #135987 - hkBst:patch-20, r=joboet
Kobzol Mar 11, 2025
7dfdb32
Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubilee
Kobzol Mar 11, 2025
8c0e562
Add PeekMut::refresh
HeroicKatora Mar 7, 2025
7b2fc7c
Auto merge of #128440 - oli-obk:defines, r=lcnr
bors Mar 11, 2025
fbcff15
Rollup merge of #138002 - 1c3t3a:fix-std-cfi-violation, r=rcvalle
matthiaskrgr Mar 11, 2025
7d08159
Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr
bors Mar 11, 2025
f152d09
intrinsics: remove unnecessary leading underscore from argument names
RalfJung Mar 12, 2025
d0620fa
Rollup merge of #138161 - HeroicKatora:heap-peek-mut-refresh, r=dtolnay
matthiaskrgr Mar 12, 2025
0424c57
Rollup merge of #138269 - Ayush1325:uefi-fs-permission, r=joboet
matthiaskrgr Mar 12, 2025
3e60295
Rollup merge of #138387 - RalfJung:intrinsic-arg-names, r=oli-obk
matthiaskrgr Mar 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
93 changes: 79 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ members = [
"std",
"sysroot",
"coretests",
"alloctests",
]

exclude = [
Expand Down
32 changes: 8 additions & 24 deletions alloc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cargo-features = ["public-dependency"]

[package]
name = "alloc"
version = "0.0.0"
Expand All @@ -8,31 +10,13 @@ autotests = false
autobenches = false
edition = "2021"

[dependencies]
core = { path = "../core" }
compiler_builtins = { version = "=0.1.145", features = ['rustc-dep-of-std'] }

[dev-dependencies]
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
rand_xorshift = "0.3.0"

[[test]]
name = "alloctests"
path = "tests/lib.rs"
[lib]
test = false
bench = false

[[test]]
name = "vec_deque_alloc_error"
path = "tests/vec_deque_alloc_error.rs"

[[bench]]
name = "allocbenches"
path = "benches/lib.rs"
test = true

[[bench]]
name = "vec_deque_append_bench"
path = "benches/vec_deque_append.rs"
harness = false
[dependencies]
core = { path = "../core", public = true }
compiler_builtins = { version = "=0.1.151", features = ['rustc-dep-of-std'] }

[features]
compiler-builtins-mem = ['compiler_builtins/mem']
Expand Down
34 changes: 14 additions & 20 deletions alloc/src/alloc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
#[stable(feature = "alloc_module", since = "1.28.0")]
#[doc(inline)]
pub use core::alloc::*;
#[cfg(not(test))]
use core::hint;
#[cfg(not(test))]
use core::ptr::{self, NonNull};

extern "Rust" {
unsafe extern "Rust" {
// These are the magic symbols to call the global allocator. rustc generates
// them to call `__rg_alloc` etc. if there is a `#[global_allocator]` attribute
// (the code expanding that attribute macro generates those functions), or to call
Expand Down Expand Up @@ -44,14 +42,10 @@ extern "Rust" {
/// accessed through the [free functions in `alloc`](self#functions).
#[unstable(feature = "allocator_api", issue = "32838")]
#[derive(Copy, Clone, Default, Debug)]
#[cfg(not(test))]
// the compiler needs to know when a Box uses the global allocator vs a custom one
#[lang = "global_alloc_ty"]
pub struct Global;

#[cfg(test)]
pub use std::alloc::Global;

/// Allocates memory with the global allocator.
///
/// This function forwards calls to the [`GlobalAlloc::alloc`] method
Expand Down Expand Up @@ -180,7 +174,6 @@ pub unsafe fn alloc_zeroed(layout: Layout) -> *mut u8 {
}
}

#[cfg(not(test))]
impl Global {
#[inline]
#[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces
Expand Down Expand Up @@ -246,7 +239,6 @@ impl Global {
}

#[unstable(feature = "allocator_api", issue = "32838")]
#[cfg(not(test))]
unsafe impl Allocator for Global {
#[inline]
#[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces
Expand All @@ -264,8 +256,14 @@ unsafe impl Allocator for Global {
#[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces
unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) {
if layout.size() != 0 {
// SAFETY: `layout` is non-zero in size,
// other conditions must be upheld by the caller
// SAFETY:
// * We have checked that `layout` is non-zero in size.
// * The caller is obligated to provide a layout that "fits", and in this case,
// "fit" always means a layout that is equal to the original, because our
// `allocate()`, `grow()`, and `shrink()` implementations never returns a larger
// allocation than requested.
// * Other conditions must be upheld by the caller, as per `Allocator::deallocate()`'s
// safety documentation.
unsafe { dealloc(ptr.as_ptr(), layout) }
}
}
Expand Down Expand Up @@ -340,7 +338,7 @@ unsafe impl Allocator for Global {
}

/// The allocator for `Box`.
#[cfg(all(not(no_global_oom_handling), not(test)))]
#[cfg(not(no_global_oom_handling))]
#[lang = "exchange_malloc"]
#[inline]
#[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces
Expand All @@ -355,7 +353,7 @@ unsafe fn exchange_malloc(size: usize, align: usize) -> *mut u8 {
// # Allocation error handler

#[cfg(not(no_global_oom_handling))]
extern "Rust" {
unsafe extern "Rust" {
// This is the magic symbol to call the global alloc error handler. rustc generates
// it to call `__rg_oom` if there is a `#[alloc_error_handler]`, or to call the
// default implementations below (`__rdl_oom`) otherwise.
Expand Down Expand Up @@ -389,7 +387,7 @@ extern "Rust" {
/// [no_std]: https://doc.rust-lang.org/reference/names/preludes.html#the-no_std-attribute
#[stable(feature = "global_alloc", since = "1.28.0")]
#[rustc_const_unstable(feature = "const_alloc_error", issue = "92523")]
#[cfg(all(not(no_global_oom_handling), not(test)))]
#[cfg(not(no_global_oom_handling))]
#[cold]
#[optimize(size)]
pub const fn handle_alloc_error(layout: Layout) -> ! {
Expand All @@ -413,11 +411,7 @@ pub const fn handle_alloc_error(layout: Layout) -> ! {
ct_error(layout)
}

// For alloc test `std::alloc::handle_alloc_error` can be used directly.
#[cfg(all(not(no_global_oom_handling), test))]
pub use std::alloc::handle_alloc_error;

#[cfg(all(not(no_global_oom_handling), not(test)))]
#[cfg(not(no_global_oom_handling))]
#[doc(hidden)]
#[allow(unused_attributes)]
#[unstable(feature = "alloc_internals", issue = "none")]
Expand All @@ -426,7 +420,7 @@ pub mod __alloc_error_handler {
// `#[alloc_error_handler]`.
#[rustc_std_internal_symbol]
pub unsafe fn __rdl_oom(size: usize, _align: usize) -> ! {
extern "Rust" {
unsafe extern "Rust" {
// This symbol is emitted by rustc next to __rust_alloc_error_handler.
// Its value depends on the -Zoom={panic,abort} compiler option.
static __rust_alloc_error_handler_should_panic: u8;
Expand Down
18 changes: 14 additions & 4 deletions alloc/src/borrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ where
/// implementing the `Clone` trait. But `Clone` works only for going from `&T`
/// to `T`. The `ToOwned` trait generalizes `Clone` to construct owned data
/// from any borrow of a given type.
#[cfg_attr(not(test), rustc_diagnostic_item = "ToOwned")]
#[rustc_diagnostic_item = "ToOwned"]
#[stable(feature = "rust1", since = "1.0.0")]
pub trait ToOwned {
/// The resulting type after obtaining ownership.
Expand All @@ -54,7 +54,7 @@ pub trait ToOwned {
/// ```
#[stable(feature = "rust1", since = "1.0.0")]
#[must_use = "cloning is often expensive and is not expected to have side effects"]
#[cfg_attr(not(test), rustc_diagnostic_item = "to_owned_method")]
#[rustc_diagnostic_item = "to_owned_method"]
fn to_owned(&self) -> Self::Owned;

/// Uses borrowed data to replace owned data, usually by cloning.
Expand Down Expand Up @@ -175,7 +175,7 @@ where
/// }
/// ```
#[stable(feature = "rust1", since = "1.0.0")]
#[cfg_attr(not(test), rustc_diagnostic_item = "Cow")]
#[rustc_diagnostic_item = "Cow"]
pub enum Cow<'a, B: ?Sized + 'a>
where
B: ToOwned,
Expand Down Expand Up @@ -340,8 +340,18 @@ where
}
}

// `Cow<'_, T>` can only implement `DerefPure` if `<T::Owned as Borrow<T>>` (and `BorrowMut<T>`) is trusted.
// For now, we restrict `DerefPure for Cow<T>` to `T: Sized` (`T as Borrow<T>` is trusted),
// `str` (`String as Borrow<str>` is trusted) and `[T]` (`Vec<T> as Borrow<[T]>` is trusted).
// In the future, a `BorrowPure<T>` trait analogous to `DerefPure` might generalize this.
#[unstable(feature = "deref_pure_trait", issue = "87121")]
unsafe impl<B: ?Sized + ToOwned> DerefPure for Cow<'_, B> where B::Owned: Borrow<B> {}
unsafe impl<T: Clone> DerefPure for Cow<'_, T> {}
#[cfg(not(no_global_oom_handling))]
#[unstable(feature = "deref_pure_trait", issue = "87121")]
unsafe impl DerefPure for Cow<'_, str> {}
#[cfg(not(no_global_oom_handling))]
#[unstable(feature = "deref_pure_trait", issue = "87121")]
unsafe impl<T: Clone> DerefPure for Cow<'_, [T]> {}

#[stable(feature = "rust1", since = "1.0.0")]
impl<B: ?Sized> Eq for Cow<'_, B> where B: Eq + ToOwned {}
Expand Down
Loading