| Age | Commit message (Expand) | Author | Lines |
| 2023-09-02 | Auto merge of #113295 - clarfonthey:ascii-step, r=cuviper | bors | -2/+63 |
| 2023-09-01 | Auto merge of #114065 - lukas-code:u16_from_char, r=dtolnay | bors | -2/+36 |
| 2023-09-01 | [`clippy`] Use symbols intended for `arithmetic_side_effects` | Caio | -0/+2 |
| 2023-09-01 | Auto merge of #114448 - SteveLauC:std_fs_read_doc, r=Mark-Simulacrum | bors | -5/+7 |
| 2023-09-01 | docs: improve std::fs::read doc | Steve Lau | -5/+7 |
| 2023-08-29 | Auto merge of #114795 - RalfJung:cell-swap, r=dtolnay | bors | -3/+16 |
| 2023-08-29 | Auto merge of #113859 - Manishearth:vec-as-mut-ptr-stacked-borrow, r=dtolnay | bors | -0/+51 |
| 2023-08-29 | Auto merge of #115312 - hermitcore:hermit-is_interrupted, r=thomcc | bors | -0/+5 |
| 2023-08-29 | Auto merge of #115309 - hermitcore:hermit-net-init, r=cuviper | bors | -8/+1 |
| 2023-08-28 | Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errors | Matthias Krüger | -10/+2 |
| 2023-08-28 | Rollup merge of #115310 - RalfJung:panic-and-format, r=scottmcm | Matthias Krüger | -7/+45 |
| 2023-08-28 | Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDenton | bors | -2/+306 |
| 2023-08-28 | fix(sys/hermit): add is_interrupted | Martin Kröning | -0/+5 |
| 2023-08-28 | fix(sys/hermit): remove obsolete network initialization | Martin Kröning | -8/+1 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -8/+2 |
| 2023-08-28 | Revert "Make `rustc_on_unimplemented` std-agnostic for `alloc::rc`" | David Tolnay | -2/+0 |
| 2023-08-28 | improve panic.md edition disucssion, and nits | Ralf Jung | -14/+19 |
| 2023-08-28 | format, format_args: Make xref to std::fmt much more prominent | Ian Jackson | -4/+6 |
| 2023-08-28 | panic macro: Link directly to format syntax, not to format! | Ian Jackson | -2/+2 |
| 2023-08-28 | print macros: add xrefs to format syntax documentation | Ian Jackson | -0/+12 |
| 2023-08-28 | panic macro: Document edition differences | Ian Jackson | -0/+19 |
| 2023-08-28 | Auto merge of #103836 - H4x5:extra-float-constants, r=thomcc | bors | -0/+40 |
| 2023-08-28 | Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=Amanieu | Matthias Krüger | -18/+77 |
| 2023-08-28 | Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-08-28 | Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomcc | Matthias Krüger | -4/+5 |
| 2023-08-28 | Rollup merge of #109660 - ijackson:leap, r=thomcc | Matthias Krüger | -0/+24 |
| 2023-08-28 | Auto merge of #115254 - cuviper:aligned_alloc-size, r=thomcc | bors | -1/+5 |
| 2023-08-27 | avoid triple-backtrace due to panic-during-cleanup | Ralf Jung | -18/+77 |
| 2023-08-27 | Auto merge of #115263 - matthiaskrgr:rollup-taqu2h0, r=matthiaskrgr | bors | -12/+39 |
| 2023-08-27 | Rollup merge of #115007 - kpreid:alloc, r=Mark-Simulacrum | Matthias Krüger | -12/+39 |
| 2023-08-27 | Auto merge of #114969 - kpreid:dropdoc, r=Mark-Simulacrum | bors | -2/+8 |
| 2023-08-26 | wasi: round up the size for `aligned_alloc` | Josh Stone | -1/+5 |
| 2023-08-26 | Rollup merge of #115210 - DogPawHat:std-agnostic-rustc_on_unimplemented-for-a... | Matthias Krüger | -0/+2 |
| 2023-08-26 | Rollup merge of #115197 - tbu-:pr_simpler_ipv6_addr_display, r=joshtriplett | Matthias Krüger | -7/+1 |
| 2023-08-26 | Auto merge of #115228 - saethlin:is-interrupted, r=thomcc | bors | -7/+66 |
| 2023-08-25 | Add a new helper to avoid calling io::Error::kind | Ben Kimock | -7/+66 |
| 2023-08-26 | Make `rustc_on_unimplemented` std-agnostic for `alloc::rc` | Ciarán Curley | -0/+2 |
| 2023-08-25 | Auto merge of #115133 - coderwithcat:master, r=cuviper | bors | -2/+2 |
| 2023-08-25 | Added option to set ProcThreadAttributes for Windows processes | Michael van Straten | -2/+306 |
| 2023-08-25 | Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwco | bors | -0/+19 |
| 2023-08-25 | use the correct link | cui fliter | -2/+2 |
| 2023-08-25 | Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomcc | Matthias Krüger | -2/+6 |
| 2023-08-25 | Remove special cases that are no longer needed due to #112606 | Tobias Bucher | -7/+1 |
| 2023-08-24 | Rollup merge of #115124 - solid-rs:patch/kmc-solid/import-poison-error-in-os,... | Weihang Lo | -1/+1 |
| 2023-08-24 | document more things as needing to stay in sync | Ralf Jung | -0/+2 |
| 2023-08-24 | when terminating during unwinding, show the reason why | Ralf Jung | -0/+17 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -64/+45 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -35/+16 |
| 2023-08-23 | Auto merge of #115112 - tmandry:backtrace-0369, r=compiler-errors | bors | -0/+0 |
| 2023-08-23 | Rollup merge of #114696 - g0djan:godjan/fix_114610, r=Mark-Simulacrum | Guillaume Gomez | -0/+8 |