| Age | Commit message (Expand) | Author | Lines |
| 2024-05-12 | reverse condition in `uN::checked_sub` | ivan-shrimp | -3/+3 |
| 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 | 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 | -15/+35 |
| 2024-05-11 | Rollup merge of #124928 - okaneco:trim_ascii, r=workingjubilee | Matthias Krüger | -21/+15 |
| 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 | 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 | 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 | -15/+35 |
| 2024-05-09 | Suggest borrowing on fn argument that is `impl AsRef` | Esteban Küber | -0/+1 |
| 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 | Auto merge of #124910 - matthiaskrgr:rollup-lo1uvdn, r=matthiaskrgr | bors | -188/+186 |
| 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 |
| 2024-05-08 | Use generic `NonZero` in examples. | Markus Reiter | -183/+181 |
| 2024-05-08 | miri: rename intrinsic_fallback_checks_ub to intrinsic_fallback_is_spec | Ralf Jung | -5/+5 |
| 2024-05-08 | Rollup merge of #124838 - RalfJung:next_power_of_two, r=scottmcm | Jubilee | -0/+1 |
| 2024-05-07 | use teletype on the attribute name | Lokathor | -1/+1 |
| 2024-05-07 | Some Result combinations work like an Option. | Lokathor | -0/+15 |
| 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 #123850 - tspiteri:f16_f128_consts, r=Amanieu | bors | -4/+382 |
| 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-05 | Rollup merge of #124750 - ultrabear:ultrabear_softfloatdoc, r=workingjubilee | Guillaume Gomez | -0/+12 |
| 2024-05-04 | Re-add `From<f16> for f64` | beetrees | -2/+3 |
| 2024-05-04 | Make f128 docs mention lack of any normal platform support | Alex H | -5/+5 |
| 2024-05-04 | Make f16 and f128 docs clearer on platform support | Alex H | -4/+11 |
| 2024-05-04 | Tgross feedback tweaks | Alex H | -5/+4 |
| 2024-05-04 | Rollup merge of #124699 - scottmcm:split_at_unchecked_should_use_unchecked, r... | Matthias Krüger | -3/+8 |
| 2024-05-04 | Rollup merge of #124701 - scottmcm:unchecked_sub_docs, r=Nilstrieb | Matthias Krüger | -0/+25 |
| 2024-05-04 | Rollup merge of #124700 - scottmcm:unneeded_cast, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-05-04 | Rollup merge of #124293 - oli-obk:miri_intrinsic_fallback_body, r=RalfJung | Matthias Krüger | -2/+10 |
| 2024-05-04 | Docs: suggest `uN::checked_sub` instead of check-then-unchecked | Scott McMurray | -0/+25 |
| 2024-05-04 | Remove an unnecessary cast | Scott McMurray | -1/+1 |
| 2024-05-04 | Use `unchecked_sub` in `split_at` | Scott McMurray | -3/+8 |
| 2024-05-04 | mark const_(de)allocate intrinsics as suitable for Miri | Ralf Jung | -2/+7 |
| 2024-05-03 | Rollup merge of #124678 - UserIsntAvailable:feat/stabilize-split-at-checked, ... | Michael Goulet | -15/+6 |
| 2024-05-03 | feat: stabilize `split_at_checked` | UserIsntAvailable | -15/+6 |
| 2024-05-03 | Rollup merge of #124593 - GKFX:cstr-literals-in-api-docs, r=workingjubilee | Matthias Krüger | -13/+24 |