| Age | Commit message (Expand) | Author | Lines |
| 2023-04-26 | Rollup merge of #110819 - tamird:flattencompat-trustedlen, r=the8472 | Matthias Krüger | -34/+28 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -9/+9 |
| 2023-04-26 | Implement midpoint for all unsigned NonZeroU{8,16,32,64,128,size} | Loïc BRANSTETT | -0/+37 |
| 2023-04-26 | Implement midpoint for all floating point f32 and f64 | Loïc BRANSTETT | -0/+72 |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+98 |
| 2023-04-26 | Rollup merge of #108416 - pat-nel87:Issue-107957-black_box_docs, r=jyn514 | jyn | -6/+3 |
| 2023-04-26 | Spelling library/ | Josh Soref | -9/+9 |
| 2023-04-25 | Add definitions for riscv64gc-unknown-fuchsia | Dan Johnson | -1/+4 |
| 2023-04-25 | Rollup merge of #110649 - arlosi:fix_no_global_oom_handling, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-04-25 | simplify TrustedLen impls | Tamir Duberstein | -34/+28 |
| 2023-04-25 | Auto merge of #110389 - mazong1123:add-shortcut-for-grisu3, r=Mark-Simulacrum | bors | -0/+16 |
| 2023-04-25 | Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=Amanieu | Matthias Krüger | -1/+13 |
| 2023-04-25 | Add shortcut for Grisu3 algorithm. | mazong1123 | -0/+16 |
| 2023-04-24 | Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieu | bors | -0/+28 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -1/+13 |
| 2023-04-24 | Restructure std::fmt::rt a bit. | Mara Bos | -200/+200 |
| 2023-04-24 | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | -23/+23 |
| 2023-04-24 | Implement FusedIterator for DecodeUtf16 when the inner iterator does | Colin Finck | -0/+4 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -19/+31 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -19/+31 |
| 2023-04-22 | Fix grammar | Caleb Robson | -2/+2 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -13/+1 |
| 2023-04-22 | Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitor | bors | -1/+1 |
| 2023-04-22 | Rollup merge of #110635 - scottmcm:zst-checks, r=the8472 | Yuki Okushi | -1/+1 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+42 |
| 2023-04-21 | More `IS_ZST` in `library` | Scott McMurray | -1/+1 |
| 2023-04-21 | Fix no_global_oom_handling build | Arlo Siemsen | -1/+0 |
| 2023-04-21 | minor tweaks | DrMeepster | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+42 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -4/+4 |
| 2023-04-20 | Add reason to #![unstable] tag. | Mara Bos | -1/+1 |
| 2023-04-20 | Remove doc link to private item. | Mara Bos | -4/+2 |
| 2023-04-20 | Get rid of core::fmt::FormatSpec. | Mara Bos | -11/+6 |
| 2023-04-20 | Rename fmt::rt::Argument to Placeholder. | Mara Bos | -7/+6 |
| 2023-04-20 | Turn core::fmt::rt::v1 into a private module. | Mara Bos | -31/+24 |
| 2023-04-20 | Use fmt::Alignment instead of fmt::rt::v1::Alignment. | Mara Bos | -13/+13 |
| 2023-04-20 | Rollup merge of #110448 - ripytide:master, r=cuviper | Yuki Okushi | -45/+46 |
| 2023-04-20 | Implement `Neg` for signed non-zero integers. | John Millikin | -3/+16 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -1037/+528 |
| 2023-04-19 | std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w... | joboet | -18/+10 |
| 2023-04-19 | Rollup merge of #110432 - compiler-errors:unsatisfied-index-impl, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-04-18 | Use a diagnostic item instead of filtering for Index::Output | Michael Goulet | -0/+1 |
| 2023-04-18 | Rollup merge of #110441 - kadiwa4:typos, r=thomcc | Guillaume Gomez | -6/+6 |
| 2023-04-17 | cmp doc examples consistency improvements | ripytide | -45/+46 |
| 2023-04-17 | fix codegen difference | Deadbeef | -8/+22 |
| 2023-04-17 | typos | kadiwa | -6/+6 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -13/+1 |
| 2023-04-16 | Add a message indicating overflow in | John Bobbo | -1/+3 |
| 2023-04-16 | readd `const_trait` to `Drop`, `Destruct`, and `Fn*` | Deadbeef | -0/+6 |
| 2023-04-16 | fix tidy | Deadbeef | -0/+3 |