about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-11-20Stabilize const_pin_2George Bateman-4/+4
2024-11-20re-export `is_loongarch_feature_detected`WANG Rui-0/+2
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-0/+16
2024-11-19UniqueRc: platform-specific AsFd/Handle/etc impls to mirror RcZachary S-0/+33
2024-11-19UniqueRc: PinCoerceUnsized and DerefPureZachary S-3/+8
2024-11-19UniqueRc: comparisons and HashZachary S-0/+173
2024-11-19Rollup merge of #133183 - n0toose:improve-remove-dir-docs, r=joboetMatthias Krüger-0/+4
2024-11-19Rollup merge of #125405 - m-ou-se:thread-add-spawn-hook, r=WaffleLapkinMatthias Krüger-7/+186
2024-11-19Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=AmanieuMatthias Krüger-0/+142
2024-11-19UniqueRc: Add more trait impls.Zachary S-1/+68
2024-11-19Update doc comments for spawn hook.Mara Bos-2/+6
2024-11-19Address review comments.Mara Bos-7/+6
2024-11-19Fix tracking issue.Mara Bos-1/+1
2024-11-19Add tracking issue.Mara Bos-2/+2
2024-11-19Use Send + Sync for spawn hooks.Mara Bos-2/+2
2024-11-19Add thread Builder::no_hooks().Mara Bos-7/+24
2024-11-19Update thread spawn hooks.Mara Bos-37/+86
2024-11-19Use add_spawn_hook for libtest's output capturing.Mara Bos-4/+11
2024-11-19Add std::thread::add_spawn_hook.Mara Bos-0/+103
2024-11-19Correct comments concerning updated dangling pointer lintgavincrawford-1/+1
2024-11-19Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgrbors-0/+3
2024-11-19Rollup merge of #133200 - RalfJung:miri-rwlock-test, r=tgross35Matthias Krüger-0/+3
2024-11-19ignore an occasionally-failing test in MiriRalf Jung-0/+3
2024-11-19Rollup merge of #133182 - RalfJung:const-panic-inline, r=tgross35León Orell Valerian Liehr-1/+1
2024-11-19Rollup merge of #132758 - nnethercote:improve-get_key_value-docs, r=cuviperLeón Orell Valerian Liehr-8/+78
2024-11-18Mention std::fs::remove_dir_all in std::fs::remove_dirPanagiotis "Ivory" Vasilopoulos-0/+4
2024-11-18wasi/fs: Improve stopping condition for <ReadDir as Iterator>::nextPiotr Osiewicz-14/+17
2024-11-18Bump `stdarch` to the latest masterUrgau-0/+0
2024-11-18const_panic: inline in bootstrap builds to avoid f16/f128 crashesRalf Jung-1/+1
2024-11-18std: allow after-main use of synchronization primitivesjoboet-26/+59
2024-11-18Auto merge of #133160 - jhpratt:rollup-wzj9q15, r=jhprattbors-48/+54
2024-11-18Rollup merge of #133145 - kornelski:static-mutex, r=traviscrossJacob Pratt-0/+6
2024-11-18Auto merge of #128219 - connortsui20:rwlock-downgrade, r=tgross35bors-261/+662
2024-11-18rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirectRalf Jung-48/+48
2024-11-18Improve `{BTreeMap,HashMap}::get_key_value` docs.Nicholas Nethercote-8/+78
2024-11-18Document alternatives to `static mut`Kornel-0/+6
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-8/+40
2024-11-17Likely unlikely fixJiri Bobek-8/+40
2024-11-17Rollup merge of #133126 - ohno418:fix-String-doc, r=jhpratt许杰友 Jieyou Xu (Joe)-1/+1
2024-11-17Rollup merge of #133116 - RalfJung:const-null-ptr, r=dtolnay许杰友 Jieyou Xu (Joe)-33/+36
2024-11-17alloc: fix `String`'s docYutaro Ohno-1/+1
2024-11-16clean up const stability around UB checksRalf Jung-24/+26
2024-11-16stabilize const_ptr_is_nullRalf Jung-10/+11
2024-11-16Add `DerefMut` for `Lazy[Cell/Lock]` that delegates to the unstable `force_mu...Chayim Refael Friedman-2/+18
2024-11-16Rollup merge of #132449 - RalfJung:is_val_statically_known, r=compiler-errorsMatthias Krüger-9/+5
2024-11-16Rollup merge of #131717 - tgross35:stabilize-const_atomic_from_ptr, r=RalfJungMatthias Krüger-3/+3
2024-11-16reduce threads in downgrade testConnor Tsui-1/+1
2024-11-16fix `DOWNGRADED` bit unpreservedConnor Tsui-3/+3
2024-11-16fix memory ordering bug + bad testConnor Tsui-48/+33
2024-11-16add safety comments for queue implementationConnor Tsui-13/+25