| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | 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 | Auto merge of #124863 - DaniPopes:from-str-radix-panic, r=Amanieu | bors | -6/+6 |
| 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-09 | Document proper usage of `fmt::Error` and `fmt()`'s `Result`. | Kevin Reid | -16/+36 |
| 2024-05-09 | Auto merge of #124773 - Marcondiro:master, r=joboet | bors | -4/+9 |
| 2024-05-09 | Auto merge of #124793 - scottmcm:simplify-as-chunks, r=Nilstrieb | bors | -4/+8 |
| 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 | 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 |
| 2024-05-08 | Use generic `NonZero` in examples. | Markus Reiter | -183/+181 |
| 2024-05-08 | Update cc crate to v1.0.97 | James Farrell | -1/+1 |
| 2024-05-08 | fix #124714 str.to_lowercase sigma handling | Marcondiro | -4/+9 |
| 2024-05-08 | Rollup merge of #124838 - RalfJung:next_power_of_two, r=scottmcm | Jubilee | -0/+1 |
| 2024-05-08 | Rollup merge of #124788 - madsmtm:reduce-target_os-macos, r=workingjubilee | Jubilee | -21/+32 |
| 2024-05-08 | Rollup merge of #124782 - anatawa12:docs-create-new-already-exists, r=working... | Jubilee | -0/+9 |
| 2024-05-08 | Rollup merge of #124470 - devnexen:no_sigpipe_fbsd, r=workingjubilee | Jubilee | -1/+8 |
| 2024-05-08 | from_str_radix: outline only the panic function | DaniPopes | -6/+6 |
| 2024-05-07 | Auto merge of #124836 - tgross35:const-slice-last-chunk, r=BurntSushi | bors | -1/+1 |
| 2024-05-07 | next_power_of_two: add a doctest to show what happens on 0 | Ralf Jung | -0/+1 |
| 2024-05-07 | Correct the const stabilization of `last_chunk` for slices | Trevor Gross | -1/+1 |
| 2024-05-06 | f16::is_sign_{positive,negative} were feature-gated on f128 | Trevor Spiteri | -2/+2 |
| 2024-05-06 | Auto merge of #124811 - matthiaskrgr:rollup-4zpov13, r=matthiaskrgr | bors | -3/+7 |
| 2024-05-06 | Rollup merge of #124520 - tbu-:pr_create_dir_all_doc, r=Amanieu | Matthias Krüger | -3/+7 |
| 2024-05-06 | Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieu | bors | -4/+382 |
| 2024-05-06 | std::rand: adding solaris/illumos for getrandom support. | David Carlier | -1/+12 |
| 2024-05-06 | Auto merge of #124497 - rytheo:move-std-tests-to-library, r=workingjubilee | bors | -0/+330 |
| 2024-05-06 | Avoid a cast in `ptr::slice_from_raw_parts(_mut)` | Scott McMurray | -2/+2 |
| 2024-05-06 | Implement `as_chunks` with `split_at_unchecked` | Scott McMurray | -4/+8 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Improve File Debug impl | Mads Marquart | -9/+9 |
| 2024-05-06 | iOS/tvOS/watchOS/visionOS: Fix reading large files | Mads Marquart | -5/+6 |