about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-01-20Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomccMichael Goulet-310/+560
2023-01-20add example of joining with a absolute pathValdemar Erk-0/+1
2023-01-20Add note about absolute paths to Path::joinValdemar Erk-0/+2
2023-01-20ThinBox: Add intra-doc-links for Metadataest31-2/+6
2023-01-20Rollup merge of #107067 - tmiasko:custom-mir-storage-statements, r=oli-obkMatthias Krüger-0/+2
2023-01-20Rollup merge of #107053 - devnexen:sigstringrepr_haiku, r=thomccMatthias Krüger-0/+2
2023-01-19Add `rustc_on_unimplemented` on `Sync` for cell typesNilstrieb-0/+56
2023-01-19Add `OnceCell<T>: !Sync` impl for diagnosticsNilstrieb-0/+4
2023-01-19Auto merge of #107064 - GuillaumeGomez:rollup-pbgu6r3, r=GuillaumeGomezbors-0/+5
2023-01-19Custom MIR: Support storage statementsTomasz Miąsko-0/+2
2023-01-19Auto merge of #106989 - clubby789:is-zero-num, r=scottmcmbors-1/+20
2023-01-19Transform async ResumeTy in generator transformArpad Borsos-0/+5
2023-01-18Implement `SpecOptionPartialEq` for `cmp::Ordering`Scott McMurray-1/+9
2023-01-18signal update string representation for haiku.David Carlier-0/+2
2023-01-18Update `IsZero` documentationclubby789-1/+2
2023-01-18Implement `alloc::vec::IsZero` for `Option<$NUM>` typesclubby789-0/+18
2023-01-18Rollup merge of #106950 - the8472:fix-splice-miri, r=cuviperDylan DPC-3/+9
2023-01-18Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplettDylan DPC-2/+2
2023-01-18Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods...Dylan DPC-48/+15
2023-01-18Rollup merge of #106997 - Sp00ph:introselect, r=scottmcmMatthias Krüger-0/+22
2023-01-18Rollup merge of #106992 - joboet:alloc_remove_box_syntax, r=thomccMatthias Krüger-1/+0
2023-01-18Add `vec_deque::IntoIter` benchmarksMarkus Everling-1/+145
2023-01-17Don't do pointer arithmetic on pointers to deallocated memoryThe 8472-3/+9
2023-01-17Rollup merge of #106889 - scottmcm:windows-mut, r=cuviperMatthias Krüger-0/+16
2023-01-17Add heapsort fallback in `select_nth_unstable`Markus Everling-0/+22
2023-01-17refactor[alloc]: remove unused box syntax featurejoboet-1/+0
2023-01-17Rollup merge of #106922 - ChayimFriedman2:patch-5, r=workingjubileeDylan DPC-8/+6
2023-01-17Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnrDylan DPC-4/+4
2023-01-17refactor[std]: do not use box syntaxjoboet-59/+35
2023-01-16Explain the "no-error" io::Error caseJubilee Young-2/+16
2023-01-16Constify `TypeId` ordering implsonestacked-1/+2
2023-01-16implement Hash for proc_macro::LineColumnDavid Tolnay-1/+1
2023-01-16Avoid unsafe code in `to_ascii_[lower/upper]case()`Chayim Refael Friedman-8/+6
2023-01-15Rebuild BinaryHeap on unwind from retainDavid Tolnay-7/+21
2023-01-15Add test showing broken behavior of BinaryHeap::retainDavid Tolnay-0/+17
2023-01-15Auto merge of #106393 - the8472:use-ptr-sub, r=scottmcmbors-23/+7
2023-01-15replace manual ptr arithmetic with ptr_subThe 8472-23/+7
2023-01-15Auto merge of #105851 - dtolnay:peekmutleak, r=Mark-Simulacrumbors-10/+75
2023-01-15Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviperMatthias Krüger-1/+1
2023-01-15Rollup merge of #106867 - sunfishcode:sunfishcode/std-os-fd-stable-version, r...Matthias Krüger-3/+3
2023-01-14Mention the lack of `windows_mut` in `windows`Scott McMurray-0/+16
2023-01-14Document guarantees about BinaryHeap invariantDavid Tolnay-1/+9
2023-01-14Leak amplification for peek_mut() to ensure BinaryHeap's invariant is always metDavid Tolnay-9/+46
2023-01-14Add test of leaking a binary_heap PeekMutDavid Tolnay-0/+20
2023-01-14doc: fix typoTrevor Spiteri-1/+1
2023-01-14Fix the stability attributes for `std::os::fd`.Dan Gohman-3/+3
2023-01-14Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPCMatthias Krüger-71/+71
2023-01-14Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-SimulacrumMatthias Krüger-27/+41
2023-01-14Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcmMatthias Krüger-4/+19
2023-01-14Fix some missed double spaces.André Vennberg-5/+5