| Age | Commit message (Expand) | Author | Lines |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+151 |
| 2023-04-26 | Rollup merge of #110587 - tomaka:fix-109727, r=jyn514 | jyn | -2/+7 |
| 2023-04-26 | Rollup merge of #110266 - tgross35:try-exists-wording, r=jyn514 | jyn | -6/+9 |
| 2023-04-26 | Rollup merge of #108416 - pat-nel87:Issue-107957-black_box_docs, r=jyn514 | jyn | -6/+3 |
| 2023-04-26 | rewrite: line_long_tail_not_flushed description | Josh Soref | -3/+4 |
| 2023-04-26 | rewrite: long_line_flushed description | Josh Soref | -3/+3 |
| 2023-04-26 | Spelling library/ | Josh Soref | -54/+54 |
| 2023-04-25 | Add definitions for riscv64gc-unknown-fuchsia | Dan Johnson | -2/+11 |
| 2023-04-25 | Add FreeBSD cpuset support to std::thread::available_concurrency | Thomas Hurst | -0/+19 |
| 2023-04-25 | Rollup merge of #110796 - madsravn:wake-example, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 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 | Updating Wake example to use new 'pin!' macro | Mads Ravn | -1/+2 |
| 2023-04-25 | Add a `sysroot` crate to represent the standard library crates | John Kåre Alsaker | -20/+28 |
| 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-25 | stdarch: update submodule, take 3 | Kisaragi Marine | -0/+0 |
| 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-24 | stdarch: update submodule, take 2 | Kisaragi Marine | -0/+0 |
| 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 | junit: also include per-case stdout in xml | Augie Fackler | -5/+35 |
| 2023-04-21 | Fix no_global_oom_handling build | Arlo Siemsen | -1/+0 |
| 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 |