| Age | Commit message (Expand) | Author | Lines |
| 2023-04-25 | Auto merge of #103093 - rytheo:linked-list-alloc-api, r=Mark-Simulacrum | bors | -135/+224 |
| 2023-04-25 | Auto merge of #110389 - mazong1123:add-shortcut-for-grisu3, r=Mark-Simulacrum | bors | -0/+43 |
| 2023-04-25 | Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=Amanieu | Matthias Krüger | -112/+124 |
| 2023-04-25 | Add shortcut for Grisu3 algorithm. | mazong1123 | -0/+43 |
| 2023-04-24 | Add support for allocators in LinkedList | Ryan Lowe | -135/+224 |
| 2023-04-24 | Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieu | bors | -1/+65 |
| 2023-04-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -107/+27 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -5/+97 |
| 2023-04-25 | Revert "Rename -Zoom=panic to -Zoom=unwind" | Matthias Krüger | -2/+2 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -19/+31 |
| 2023-04-23 | Rollup merge of #110689 - Spartan2909:fix-grammar, r=JohnTitor | Matthias Krüger | -2/+2 |
| 2023-04-23 | Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplett | bors | -24/+43 |
| 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 | -124/+112 |
| 2023-04-22 | Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitor | bors | -15/+7 |
| 2023-04-22 | Rollup merge of #110635 - scottmcm:zst-checks, r=the8472 | Yuki Okushi | -15/+7 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+233 |
| 2023-04-21 | More `IS_ZST` in `library` | Scott McMurray | -15/+7 |
| 2023-04-21 | Limit read size in `File::read_to_end` loop | Chris Denton | -24/+43 |
| 2023-04-21 | Rollup merge of #110633 - scottmcm:more-take, r=thomcc | Dylan DPC | -10/+10 |
| 2023-04-21 | Rollup merge of #110608 - a1phyr:specialize_io_methods, r=thomcc | Dylan DPC | -0/+54 |
| 2023-04-21 | Auto merge of #109002 - michaelvanstraten:master, r=petrochenkov | bors | -1/+13 |
| 2023-04-21 | major test improvements | DrMeepster | -14/+109 |
| 2023-04-21 | minor tweaks | DrMeepster | -1/+1 |
| 2023-04-21 | fmt | DrMeepster | -1/+1 |
| 2023-04-21 | fix incorrect param env in dead code lint | DrMeepster | -1/+1 |
| 2023-04-21 | test improvements | DrMeepster | -0/+21 |
| 2023-04-21 | offset_of | DrMeepster | -0/+117 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -10/+10 |
| 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 | Don't reexport core::fmt::rt from alloc::fmt. | Mara Bos | -2/+0 |
| 2023-04-20 | Specialize some `io::Read` and `io::Write` methods for `VecDeque<u8>` and `&[... | Benoît du Garreau | -0/+54 |
| 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/+34 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -3/+3 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -1108/+619 |
| 2023-04-19 | Bump version of object and related crates | Qiu Chaofan | -3/+3 |
| 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-17 | Rollup merge of #110433 - ChrisDenton:notfound, r=thomcc | Matthias Krüger | -3/+6 |