about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-05-23Rollup merge of #141398 - Dannyyy93:typos, r=NoratriebMatthias Krüger-3/+3
2025-05-23Rollup merge of #141065 - ehuss:wasm-doctest-xcompile, r=Mark-SimulacrumMatthias Krüger-8/+8
2025-05-23Rollup merge of #138896 - joboet:process_noalias, r=NoratriebMatthias Krüger-89/+142
2025-05-23std: sys: net: uefi: Implement TCP4 connectAyush Singh-30/+178
2025-05-23std: abort the process on failure to allocate a TLS keyjoboet-11/+10
2025-05-23document representation of `Option<unsafe fn()>`Benno Lossin-1/+1
2025-05-23std: add safety comments to `CStringArray`joboet-0/+13
2025-05-23std: fix aliasing bug in UNIX process implementationjoboet-89/+129
2025-05-23Rollup merge of #141109 - oconnor663:pipe_example, r=Mark-SimulacrumMatthias Krüger-12/+26
2025-05-23Rollup merge of #141019 - ehuss:android-doctest-xcompile, r=Mark-SimulacrumMatthias Krüger-6/+21
2025-05-23use `cfg_select!` to select the right `VaListImpl` definitionFolkert de Vries-175/+136
2025-05-23Remove #![feature(let_chains)] from libcoreest31-1/+0
2025-05-22Auto merge of #141396 - matthiaskrgr:rollup-feg050g, r=matthiaskrgrbors-70/+67
2025-05-22docs: fix typosDannyyy93-3/+3
2025-05-22Rollup merge of #141381 - RalfJung:try_cast_aligned-strict-provenance, r=tgro...Matthias Krüger-21/+15
2025-05-22Rollup merge of #141130 - mejrs:use_self, r=compiler-errorsMatthias Krüger-70/+67
2025-05-22try_cast_aligned: avoid bare int-to-ptr castsRalf Jung-21/+15
2025-05-22libm: Clean up unused filesTrevor Gross-310/+0
2025-05-22fixed typo in readmePályi Lőrinc-1/+1
2025-05-22Auto merge of #141379 - matthiaskrgr:rollup-g1cz0ic, r=matthiaskrgrbors-0/+1
2025-05-22Rollup merge of #141370 - WaffleLapkin:hiiii, r=jhprattMatthias Krüger-0/+1
2025-05-22Rollup merge of #141337 - RalfJung:stdarch, r=AmanieuMatthias Krüger-0/+0
2025-05-22Auto merge of #137198 - tgross35:cfg-match-rename, r=Amanieubors-51/+51
2025-05-21add doc alias `replace_first` for `str::replacen`waffle-0/+1
2025-05-21Rollup merge of #141341 - folkertdev:limit-VaArgSafe-impls, r=workingjubileeMatthias Krüger-28/+46
2025-05-21Rollup merge of #141230 - xizheyin:issue-141217, r=tgross35Matthias Krüger-5/+28
2025-05-21Rollup merge of #140526 - Natr1x:sort-direction-documentation, r=dtolnayMatthias Krüger-9/+12
2025-05-21Enable `__powitf2` on MSVCbeetrees-4/+0
2025-05-21std: fix doctest and explain for as_slices and as_mut_slices in VecDequexizheyin-5/+28
2025-05-21limit impls of `VaArgSafe` to just types that are actually safeFolkert de Vries-28/+46
2025-05-21Add some track_caller info to precondition panicsBen Kimock-53/+86
2025-05-21bump stdarchRalf Jung-0/+0
2025-05-21allow aarch64_softfloat_neon for backwards compatibilityRalf Jung-0/+13
2025-05-21Rollup merge of #137759 - joshtriplett:command-chroot, r=AmanieuMatthias Krüger-0/+47
2025-05-21Disable autodiff bootstrappingMarcelo Domínguez-19/+29
2025-05-21Add ReentrantLock::data_ptrJonas Platte-0/+11
2025-05-21Add more docs to new data_ptr methodsJonas Platte-0/+10
2025-05-21Add data_ptr method to Mutex and RwLockJonas Platte-0/+12
2025-05-21Rollup merge of #141222 - mathisbot:ptr_trycastaligned, r=tgross35Matthias Krüger-0/+85
2025-05-21Apply suggestions from code reviewJosh Triplett-5/+5
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-51/+51
2025-05-20Add From<TryLockError> for io::ErrorChristopher Berner-0/+16
2025-05-20Remove unnecessary handling of ERROR_IO_PENDINGChristopher Berner-8/+24
2025-05-20Implement `ptr::try_cast_aligned` and `NonNull::try_cast_aligned`.Mathis Bottinelli-0/+85
2025-05-20Rollup merge of #141289 - compiler-errors:more-self, r=jhprattMatthias Krüger-5/+5
2025-05-20Rollup merge of #141282 - DJMcNab:core-float-math-math, r=tgross35Matthias Krüger-933/+990
2025-05-20use a tuple to return the condition codeFolkert de Vries-101/+48
2025-05-20`CommandExt::chroot`: Add tracking issueJosh Triplett-1/+1
2025-05-20`CommandExt::chroot`: Document difference to underlying `chroot`Josh Triplett-3/+5
2025-05-20Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro...Josh Triplett-0/+45