about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-16/+15
2024-06-04std::unix::fs::get_mode implementation for illumos/solaris.David Carlier-0/+4
2024-06-04Use inline const instead of unsafe to implement `MaybeUninit::uninit_array()`.Kevin Reid-2/+1
2024-06-04Use inline const instead of unsafe to construct arrays in `MaybeUninit` examp...Kevin Reid-10/+4
2024-06-04Rollup merge of #125932 - schvv31n:patch-1, r=lqdGuillaume Gomez-1/+1
2024-06-04Rollup merge of #125927 - ferrocene:lw-alloc-unwind-test, r=pietroalbiniGuillaume Gomez-0/+1
2024-06-04Rollup merge of #125696 - workingjubilee:please-dont-say-you-are-lazy, r=Nils...Guillaume Gomez-59/+88
2024-06-04Rollup merge of #106186 - rossmacarthur:ft/iter-chain, r=AmanieuGuillaume Gomez-2/+49
2024-06-04Make deleting on LinkedList aware of the allocatorAndrei Damian-2/+41
2024-06-04impl OsString::leak & PathBuf::leakschvv31n-0/+67
2024-06-04Add function `core::iter::chain`Ross MacArthur-2/+49
2024-06-04update tracking issue for `const_binary_heap_new_in`coekjan-1/+1
2024-06-04Rollup merge of #125919 - tbu-:pr_fix_typo, r=lqd许杰友 Jieyou Xu (Joe)-2/+1
2024-06-04Rollup merge of #125504 - mqudsi:once_nominal, r=cuviper许杰友 Jieyou Xu (Joe)-3/+3
2024-06-04Let compiler auto impl `Send` for `Task`Raoul Strackx-2/+0
2024-06-04Store `Task::p` as `dyn FnOnce() + Send`Raoul Strackx-3/+3
2024-06-04Pass function for `Thread` as `Send` to `Thread::imp`Raoul Strackx-2/+3
2024-06-04more explicitly state the basic rules of working with the obtained raw pointersRalf Jung-0/+12
2024-06-04Windows: Use futex implementation for `Once`Timo Kröger-0/+1
2024-06-04Auto merge of #125525 - joboet:tls_accessor, r=cuviperbors-180/+107
2024-06-04std::unix::fs::get_path: using fcntl codepath for netbsd instead.David Carlier-9/+13
2024-06-03Fix typo in the docs of `HashMap::raw_entry_mut`Tim Kurdov-1/+1
2024-06-03Ignore `vec_deque_alloc_error::test_shrink_to_unwind` test on non-unwind targetsLukas Wirth-0/+1
2024-06-03Auto merge of #125912 - nnethercote:rustfmt-tests-mir-opt, r=oli-obkbors-26/+32
2024-06-03Remove stray "this"Tobias Bucher-2/+1
2024-06-02Add "OnceList" example to motivate OnceLockJubilee Young-0/+55
2024-06-02Move first OnceLock example to LazyLockJubilee Young-58/+14
2024-06-02Differ LazyLock vs. OnceLock in std::sync overviewJubilee Young-1/+4
2024-06-02Explain LazyCell in core::cell overviewJubilee Young-0/+15
2024-06-03Reformat `mir!` macro invocations to use braces.Nicholas Nethercote-26/+32
2024-06-02Rollup merge of #125898 - RalfJung:typo, r=NilstriebJubilee-2/+2
2024-06-02Rollup merge of #125884 - Rua:integer_sign_cast, r=Mark-SimulacrumJubilee-0/+48
2024-06-02Rollup merge of #121062 - RustyYato:f32-midpoint, r=the8472Jubilee-22/+62
2024-06-02Wording of the documentationRua-4/+4
2024-06-02typo: depending from -> onRalf Jung-2/+2
2024-06-02Auto merge of #125577 - devnexen:netbsd_stack_min, r=joboetbors-1/+10
2024-06-02from_ref, from_mut: clarify domain of quantificationRalf Jung-4/+4
2024-06-02Implement feature `integer_sign_cast`Rua-0/+48
2024-06-01Change f32::midpoint to upcast to f64RustyYato-22/+62
2024-06-02Auto merge of #124294 - tspiteri:ilog-first-iter, r=the8472bors-2/+5
2024-06-01stablize `const_binary_heap_constructor` & create an unstable feature `const_...coekjan-2/+5
2024-05-31Rollup merge of #125730 - mu001999-contrib:clippy-fix, r=oli-obkMatthias Krüger-6/+6
2024-05-31Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obkbors-0/+13
2024-05-30Avoid `mut` and simplify initialization of `TASK_QUEUE`Raoul Strackx-9/+5
2024-05-30Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkovbors-69/+95
2024-05-30Rollup merge of #125746 - jmillikin:duration-from-weeks-typo, r=lqdMatthias Krüger-1/+1
2024-05-30Rollup merge of #125739 - RalfJung:drop-in-place-docs, r=workingjubileeMatthias Krüger-1/+6
2024-05-30Rollup merge of #125342 - tbu-:pr_doc_write, r=ChrisDentonMatthias Krüger-0/+76
2024-05-30explain what the open questions are, and add a Miri test for thatRalf Jung-0/+5
2024-05-30Apply x clippy --fix and x fmtr0cky-6/+6