| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-05-03 | Rollup merge of #123815 - trueb2:patch-1, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-05-03 | Rollup merge of #122492 - GrigorenkoPV:ptr_as_ref_unchecked, r=workingjubilee | Matthias Krüger | -0/+151 |
| 2024-05-03 | Use `CURRENT_RUSTC_VERSION` | Артём Павлов [Artyom Pavlov] | -2/+2 |
| 2024-05-03 | Stabilize `div_duration` | Артём Павлов [Artyom Pavlov] | -4/+2 |
| 2024-05-03 | Ensure miri only uses fallback bodies that have manually been vetted to prese... | Oli Scherer | -0/+3 |
| 2024-05-03 | Rollup merge of #124626 - RalfJung:const_eval_select, r=joboet | Matthias Krüger | -2/+1 |
| 2024-05-03 | Rollup merge of #123480 - Nadrieril:impl-all-derefpures, r=compiler-errors | Matthias Krüger | -3/+15 |
| 2024-05-02 | Update based on review | George Bateman | -7/+7 |
| 2024-05-02 | const_eval_select: add tracking issue | Ralf Jung | -2/+1 |
| 2024-05-02 | add constants in std::f128::consts | Trevor Spiteri | -1/+110 |
| 2024-05-02 | add constants in std::f16::consts | Trevor Spiteri | -1/+106 |
| 2024-05-02 | add f128 associated constants | Trevor Spiteri | -1/+83 |