summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Expand)Author
2024-06-11fix rustfmt issue in libstdRémy Rakic
2024-06-10replace version placeholderPietro Albini
2024-06-07Rollup merge of #126089 - wutchzone:option_take_if, r=scottmcmMatthias Krüger
2024-06-07Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-SimulacrumMatthias Krüger
2024-06-07Rollup merge of #124012 - slanterns:as_slice_stabilize, r=BurntSushiMatthias Krüger
2024-06-07Auto merge of #126110 - workingjubilee:backtrace-0.3.73, r=workingjubileebors
2024-06-06Update backtrace to 0.3.73Jubilee Young
2024-06-06Rollup merge of #125606 - diondokter:opt-size-int-fmt, r=cuviperJubilee
2024-06-06Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhprattJubilee
2024-06-06[RFC-2011] Allow `core_intrinsics` when activatedCaio
2024-06-06Stabilize Option::take_ifDaniel Sedlak
2024-06-05Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiBJubilee Young
2024-06-05Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgrbors
2024-06-05Rollup merge of #126032 - ChrisDenton:update-docs, r=joboetMatthias Krüger
2024-06-05Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_queue, r=...Matthias Krüger
2024-06-05Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviperMatthias Krüger
2024-06-05Update description of the `IsTerminal` exampleChris Denton
2024-06-05Update `./x fmt` commandChris Denton
2024-06-05Rollup merge of #125995 - kpreid:const-uninit-stable, r=NilstriebJubilee
2024-06-05Rollup merge of #125982 - xTachyon:fix-linked-list, r=jhprattJubilee
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee
2024-06-04Use inline const instead of unsafe to implement `MaybeUninit::uninit_array()`.Kevin Reid
2024-06-04Use inline const instead of unsafe to construct arrays in `MaybeUninit` examp...Kevin Reid
2024-06-04Rollup merge of #125932 - schvv31n:patch-1, r=lqdGuillaume Gomez
2024-06-04Rollup merge of #125927 - ferrocene:lw-alloc-unwind-test, r=pietroalbiniGuillaume Gomez
2024-06-04Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils...Guillaume Gomez
2024-06-04Rollup merge of #106186 - rossmacarthur:ft/iter-chain, r=AmanieuGuillaume Gomez
2024-06-04Make deleting on LinkedList aware of the allocatorAndrei Damian
2024-06-04Add function `core::iter::chain`Ross MacArthur
2024-06-04Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd许杰友 Jieyou Xu (Joe)
2024-06-04Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper许杰友 Jieyou Xu (Joe)
2024-06-04Let compiler auto impl `Send` for `Task`Raoul Strackx
2024-06-04Store `Task::p` as `dyn FnOnce() + Send`Raoul Strackx
2024-06-04Pass function for `Thread` as `Send` to `Thread::imp`Raoul Strackx
2024-06-04Auto merge of #125525 - joboet:tls_accessor, r=cuviperbors
2024-06-04std::unix::fs::get_path: using fcntl codepath for netbsd instead.David Carlier
2024-06-03Fix typo in the docs of `HashMap::raw_entry_mut`Tim Kurdov
2024-06-03Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targetsLukas Wirth
2024-06-03Auto merge of #125912 - nnethercote:rustfmt-tests-mir-opt, r=oli-obkbors
2024-06-03Remove stray "this"Tobias Bucher
2024-06-02Add "OnceList" example to motivate OnceLockJubilee Young
2024-06-02Move first OnceLock example to LazyLockJubilee Young
2024-06-02Differ LazyLock vs. OnceLock in std::sync overviewJubilee Young
2024-06-02Explain LazyCell in core::cell overviewJubilee Young
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote
2024-06-02Rollup merge of #125898 - RalfJung:typo, r=NilstriebJubilee
2024-06-02Rollup merge of #125884 - Rua:integer_sign_cast, r=Mark-SimulacrumJubilee
2024-06-02Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472Jubilee
2024-06-02Wording of the documentationRua
2024-06-02typo: depending from -> onRalf Jung