about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-05-12Use shared statics for the ArcInner for Arc<str, CStr>::default, and for Arc<...Zachary S-14/+51
2024-05-12Add note about possible allocation-sharing to Arc/Rc<str/[T]/CStr>::default.Zachary S-0/+12
2024-05-12added Default implsBilly Sheppard-0/+64
2024-05-12Auto merge of #125045 - GuillaumeGomez:rollup-em6qdzw, r=GuillaumeGomezbors-1/+2
2024-05-12Rollup merge of #125021 - joshlf:patch-11, r=RalfJungGuillaume Gomez-1/+2
2024-05-12Auto merge of #124798 - devnexen:illumos_memalign_fix, r=RalfJungbors-2/+0
2024-05-12Auto merge of #125012 - RalfJung:format-error, r=Mark-Simulacrum,workingjubileebors-2/+8
2024-05-12reference type safety invariant docs: clarificationRalf Jung-5/+8
2024-05-12reverse condition in `uN::checked_sub`ivan-shrimp-3/+3
2024-05-11Rollup merge of #124981 - zachs18:rc-allocator-generalize-1, r=Mark-SimulacrumMatthias Krüger-32/+33
2024-05-11References must also be non-nullJoshua Liebow-Feeser-0/+1
2024-05-11Relax slice safety requirementsJoshua Liebow-Feeser-1/+1
2024-05-11std::alloc: using posix_memalign instead of memalign on solarish.David Carlier-2/+0
2024-05-11Auto merge of #124213 - rust-lang:cargo_update, r=Mark-Simulacrumbors-2/+3
2024-05-11Pin libc back to 0.2.153Mark Rousskov-2/+3
2024-05-11io::Write::write_fmt: panic if the formatter fails when the stream does not failRalf Jung-2/+8
2024-05-11Add flag to sysrootDion Dokter-0/+1
2024-05-11Add flag to std and alloc tooDion Dokter-0/+4
2024-05-11Add opt-for-size core lib feature flagDion Dokter-0/+2
2024-05-11Rollup merge of #124954 - kpreid:fmterr, r=NilstriebMatthias Krüger-16/+36
2024-05-11Rollup merge of #124928 - okaneco:trim_ascii, r=workingjubileeMatthias Krüger-21/+15
2024-05-11Release 0.1.112Amanieu d'Antras-1/+1
2024-05-11Remove the undocumented and unused `rustbuild` featureTrevor Gross-9/+0
2024-05-11Update `cfg` to fix warningsTrevor Gross-2/+5
2024-05-11Emit directives for cargo-check-cfgTrevor Gross-0/+73
2024-05-11Deny warnings in CITrevor Gross-0/+5
2024-05-11Rollup merge of #124991 - Infinixius:patch-1, r=NilstriebMatthias Krüger-1/+1
2024-05-11Rollup merge of #124766 - devnexen:getrandom_solarish, r=Mark-SimulacrumMatthias Krüger-1/+12
2024-05-10Stabilize `byte_slice_trim_ascii` for `&[u8]`/`&str`okaneco-21/+15
2024-05-10Fix typo in ManuallyDrop's documentationInfinixius-1/+1
2024-05-10Relax A: Clone requirement on Rc/Arc::unwrap_or_clone.Zachary S-0/+4
2024-05-10Relax allocator requirements on some Rc APIs.Zachary S-32/+29
2024-05-10Add fn allocator method to rc/sync::Weak. Relax Rc<T>/Arc<T>::allocator to al...Zachary S-20/+36
2024-05-10Auto merge of #124863 - DaniPopes:from-str-radix-panic, r=Amanieubors-6/+6
2024-05-10Fix assertRenato Alves-1/+1
2024-05-10Auto merge of #124774 - the8472:subnanosecond-benches, r=jhprattbors-12/+15
2024-05-10Rollup merge of #124551 - Swatinem:debug-str-bench, r=cuviperMatthias Krüger-0/+80
2024-05-10Refactor examples and enhance documentation in result.rsRenato Alves-4/+8
2024-05-09Document proper usage of `fmt::Error` and `fmt()`'s `Result`.Kevin Reid-16/+36
2024-05-09Suggest borrowing on fn argument that is `impl AsRef`Esteban Küber-0/+1
2024-05-09Auto merge of #124773 - Marcondiro:master, r=joboetbors-4/+9
2024-05-09Improve escape methods.Markus Reiter-40/+30
2024-05-09Auto merge of #124793 - scottmcm:simplify-as-chunks, r=Nilstriebbors-4/+8
2024-05-08Enable chkstk/alloca intrinsics on i686-unknown-uefiNicholas Bishop-4/+2
2024-05-08Auto merge of #124910 - matthiaskrgr:rollup-lo1uvdn, r=matthiaskrgrbors-189/+187
2024-05-08Rollup merge of #124892 - jfgoog:update-cc, r=workingjubileeMatthias Krüger-1/+1
2024-05-08Avoid panicking branch in `EscapeIterInner`.Markus Reiter-81/+137
2024-05-08Inline `EscapeDebug::size_hint`.Markus Reiter-0/+1
2024-05-08Auto merge of #124795 - scottmcm:simplify-slice-from-raw-parts, r=joboetbors-2/+2
2024-05-08Use generic `NonZero`.Markus Reiter-5/+5