about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-01-25Rollup merge of #106823 - m-ou-se:format-args-as-str-guarantees, r=dtolnayDylan DPC-3/+20
2023-01-25Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-SimulacrumDylan DPC-1/+2
2023-01-25core: Support variety of atomic widths in width-agnostic functionsMichal Rostecki-15/+30
2023-01-24Guarantee the memory layout of `Cell`Mads Marquart-0/+6
2023-01-24impl DispatchFromDyn for Cell and UnsafeCelldimi-1/+32
2023-01-24io: soften ‘at most one write attempt’ requirement in io::Write::writeMichal Nazarewicz-5/+6
2023-01-23`sub_ptr()` is equivalent to `usize::try_from().unwrap_unchecked()`, not `usi...Chayim Refael Friedman-2/+2
2023-01-23Rollup merge of #107109 - est31:thin_box_link, r=Mark-SimulacrumYuki Okushi-2/+6
2023-01-23Document missing unsafe blocksLukas Bergdoll-4/+12
2023-01-23Rollup merge of #106854 - steffahn:drop_linear_arc_rebased, r=Mark-SimulacrumDylan DPC-0/+177
2023-01-23Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomccbors-59/+35
2023-01-22Print why a test was ignored if it's the only test specified.Lenko Donchev-1/+16
2023-01-22simplify layout calculations in rawvecThe 8472-5/+12
2023-01-22Flip scanning direction of stable sortLukas Bergdoll-45/+67
2023-01-22Unify insertion sort implementationsLukas Bergdoll-171/+188
2023-01-22Rollup merge of #107180 - nvzqz:rm-fmt-ref, r=joshtriplettMatthias Krüger-41/+41
2023-01-22Rollup merge of #107114 - Erk-:add-absolute-note-to-path-join, r=m-ou-seMatthias Krüger-0/+3
2023-01-21Rollup merge of #106144 - tgross35:patch-1, r=Mark-SimulacrumMichael Goulet-0/+69
2023-01-21Remove unnecessary `&format!`Nikolai Vazquez-41/+41
2023-01-21debug assertions for `slice::split_at_unchecked`, `str::get_unchecked`Peter Jaszkowiak-35/+44
2023-01-22Add Arc::into_inner for safely discarding Arcs without calling the destructor...Frank Steffahn-0/+177
2023-01-21library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2023-01-21Use NonNull in merge_sortLukas Bergdoll-15/+19
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