about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-09-18std_detect: Use elf_aux_info on FreeBSDTaiki Endo-60/+27
2024-09-18Auto merge of #129845 - scottmcm:redo-layout, r=Noratriebbors-56/+110
2024-09-17Take more advantage of the `isize::MAX` limit in `Layout`Scott McMurray-56/+110
2024-09-17read_volatile __rust_no_alloc_shim_is_unstable in alloc_zeroedBen Kimock-1/+7
2024-09-17add `Thread::{into_raw, from_raw}`Ibraheem Ahmed-0/+48
2024-09-18Rollup merge of #130481 - krtab:clamp_partial_ord, r=cuviperMatthias Krüger-1/+0
2024-09-17Auto merge of #130483 - matthiaskrgr:rollup-q1r0g0y, r=matthiaskrgrbors-84/+172
2024-09-17Remove uneeded PartialOrd bound in cmp::Ord::clampArthur Carcano-1/+0
2024-09-17Rollup merge of #129674 - matthewpipie:rc-arc-new-cyclic-in, r=dtolnayMatthias Krüger-84/+172
2024-09-17Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut`Chayim Refael Friedman-13/+333
2024-09-17Rollup merge of #128535 - mmvanheusden:master, r=workingjubileeMatthias Krüger-66/+107
2024-09-17Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubileebors-15/+69
2024-09-17Rollup merge of #130448 - alilleybrinker:master, r=workingjubileeMatthias Krüger-2/+0
2024-09-16Update library/alloc/src/sync.rsmatthewpipie-1/+1
2024-09-16Auto merge of #127633 - SamuelMarks:eq-exit-code, r=dtolnaybors-5/+9
2024-09-16fix: Remove duplicate `LazyLock` example.Andrew Lilley Brinker-2/+0
2024-09-15Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubileeJubilee-2/+10
2024-09-16Auto merge of #130220 - RalfJung:float-classify, r=workingjubileebors-109/+31
2024-09-15update docs for `catch_unwind` & related funcsKyle J Strand-30/+70
2024-09-15Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnayMatthias Krüger-0/+28
2024-09-15simplify abort_unwindChristopher Durham-7/+2
2024-09-15Rollup merge of #129439 - okaneco:vec_string_lossy, r=NoratriebMatthias Krüger-0/+74
2024-09-15Rollup merge of #130381 - workingjubilee:sometimes-code-really-is-self-descri...Matthias Krüger-6/+3
2024-09-15Rollup merge of #130118 - RalfJung:unwrap_unchecked, r=NoratriebMatthias Krüger-1/+1
2024-09-15Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-deadMatthias Krüger-10/+10
2024-09-15also stabilize const_refs_to_cellRalf Jung-3/+3
2024-09-15const_refs_to_cell: dont let mutable references sneak past the interior mutab...Ralf Jung-1/+1
2024-09-15stabilize const_mut_refsRalf Jung-7/+7
2024-09-14library: Compute Rust exception class from its string reprJubilee Young-6/+3
2024-09-15Rollup merge of #130214 - RalfJung:zeroed, r=Mark-SimulacrumStuart Cook-0/+3
2024-09-15Rollup merge of #130061 - theemathas:box_vec_non_null, r=MarkSimulacrum,worki...Stuart Cook-16/+531
2024-09-15Rollup merge of #130042 - lolbinarycat:bufreaker_peek_eof, r=AmanieuStuart Cook-4/+12
2024-09-15Add tracking issue number for `box_vec_non_null`Tim (Theemathas) Chirananthavat-8/+8
2024-09-14std::net: Solaris supports `SOCK_CLOEXEC` as well since 11.4.David Carlier-0/+1
2024-09-14Rollup merge of #130290 - passcod:stabilise-entry-insert, r=ChrisDentonLeón Orell Valerian Liehr-4/+2
2024-09-14Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errorsLeón Orell Valerian Liehr-5/+13
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-5/+13
2024-09-14Rollup merge of #130053 - glowcoil:next_if-docs, r=jhprattStuart Cook-2/+2
2024-09-14add std::panic::abort_unwindChristopher Durham-0/+3
2024-09-14add core::panic::abort_unwindChristopher Durham-0/+30
2024-09-14Enable feature detection on all Apple/Darwin targetsMads Marquart-10/+12
2024-09-14Add Mac Catalyst to CIMads Marquart-1/+6
2024-09-14Remove unnecessary SDKROOT/MACOS_DEPLOYMENT_TARGET setup in CIMads Marquart-5/+0
2024-09-13RustfmtCaio-1/+1
2024-09-13[`cfg_match`] Generalize inputsCaio-5/+25
2024-09-13Fix awkward wording.Tim (Theemathas) Chirananthavat-10/+9
2024-09-13Address WaffleLapkin's commentsTim (Theemathas) Chirananthavat-9/+11
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+29
2024-09-13Rollup merge of #130245 - RalfJung:miri-alloc-backtrace, r=AmanieuStuart Cook-0/+14
2024-09-13Stabilize entry_insertFélix Saparelli-4/+2