about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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-04Add function `core::iter::chain`Ross MacArthur-2/+49
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-04Auto merge of #125525 - joboet:tls_accessor, r=cuviperbors-180/+107
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-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-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
2024-05-30Fix copy-paste error in `Duration::from_weeks` panic message.John Millikin-1/+1
2024-05-30Rollup merge of #125733 - compiler-errors:async-fn-assoc-item, r=fmeaseLeón Orell Valerian Liehr-1/+5
2024-05-29Elaborate about modifying env vars in multi-threaded programsTobias Bucher-18/+28
2024-05-29Add note about safety of `std::env::set_var` on WindowsTobias Bucher-5/+11
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-53/+63
2024-05-29drop_in_place: weaken the claim of equivalence with drop(ptr.read())Ralf Jung-1/+1
2024-05-29Add lang item for AsyncFnKindHelper::UpvarsMichael Goulet-0/+1
2024-05-29Add lang item for Future::OutputMichael Goulet-1/+1
2024-05-29Add lang items for AsyncFn's associated typesMichael Goulet-0/+3
2024-05-29[ACP 362] genericize `ptr::from_raw_parts`Scott McMurray-12/+12
2024-05-29Add safety comment to fix tidyDaria Sukhonina-0/+2
2024-05-29Optimize async drop glue for some old typesDaria Sukhonina-0/+11
2024-05-29Rollup merge of #125226 - madsmtm:fix-mac-catalyst-tests, r=workingjubilee许杰友 Jieyou Xu (Joe)-1/+9
2024-05-29Rollup merge of #124251 - scottmcm:unop-ptr-metadata, r=oli-obk许杰友 Jieyou Xu (Joe)-4/+48
2024-05-28Add custom mir support for `PtrMetadata`Scott McMurray-0/+4