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