| Age | Commit message (Expand) | Author | Lines |
| 2023-12-19 | Desugar for await loops | Eric Holk | -0/+2 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -0/+1 |
| 2023-12-15 | Add better ICE messages for some undescriptive panics | Ross Smyth | -2/+4 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+2 |
| 2023-12-10 | Remove edition umbrella features. | Eric Huss | -13/+0 |
| 2023-12-10 | Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki | bors | -0/+1 |
| 2023-12-10 | remove redundant imports | surechen | -6/+2 |
| 2023-12-09 | Add simd_masked_{load,store} platform-intrinsics | Jakub Okoński | -0/+2 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -0/+5 |
| 2023-12-06 | Rollup merge of #118660 - cuviper:alloc_str, r=petrochenkov | Matthias Krüger | -5/+1 |
| 2023-12-06 | Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgr | bors | -0/+2 |
| 2023-12-05 | rustc_arena: add `alloc_str` | Josh Stone | -5/+1 |
| 2023-12-05 | Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err` | Esteban Küber | -0/+2 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -0/+1 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -1/+0 |
| 2023-12-02 | Add diagnostic item to PartialEq::{eq,ne} | Urgau | -0/+2 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -2/+2 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -0/+1 |
| 2023-11-29 | rustc_span: Remove unused symbols. | Alona Enraght-Moony | -27/+0 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2023-11-29 | Rollup merge of #118401 - nnethercote:rustc_ast_lowering, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+1 |
| 2023-11-28 | Remove a comment. | Nicholas Nethercote | -1/+0 |
| 2023-11-27 | rustc_span: Use correct edit distance start length for suggestions | Martin Nordholts | -1/+5 |
| 2023-11-25 | Rollup merge of #117871 - klensy:unused-pub, r=cjgillot | Guillaume Gomez | -7/+0 |
| 2023-11-23 | Add an experimental feature gate for function delegation | Vadim Petrochenkov | -0/+1 |
| 2023-11-23 | remove unused pub fn | klensy | -7/+0 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -1/+4 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -4/+1 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -1/+0 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -0/+34 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -0/+34 |
| 2023-11-14 | Rollup merge of #117737 - nnethercote:rm-Zkeep-hygiene-data, r=petrochenkov | Takayuki Maeda | -4/+0 |
| 2023-11-10 | Remove `-Zkeep-hygiene-data`. | Nicholas Nethercote | -4/+0 |
| 2023-11-09 | Rollup merge of #117694 - jmillikin:core-io-borrowed-buf, r=m-ou-se | Takayuki Maeda | -0/+1 |
| 2023-11-09 | Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov | bors | -1/+1 |
| 2023-11-09 | Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` | John Millikin | -0/+1 |
| 2023-11-07 | Auto merge of #117297 - clubby789:fn-trait-missing-paren, r=TaKO8Ki | bors | -0/+3 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+1 |
| 2023-11-03 | Make `FatalErrorMarker` lower priority than other panics | John Kåre Alsaker | -1/+1 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -106/+46 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -0/+1 |
| 2023-11-03 | Auto merge of #116439 - compiler-errors:on-unimplemented, r=davidtwco | bors | -0/+1 |
| 2023-11-02 | Pretty print Fn traits in rustc_on_unimplemented | Michael Goulet | -0/+1 |
| 2023-11-03 | Use `FxIndexSet` in the symbol interner. | Nicholas Nethercote | -21/+12 |
| 2023-11-02 | Add a couple of clarifying comments. | Nicholas Nethercote | -3/+3 |
| 2023-11-02 | Deinline all session global functions. | Nicholas Nethercote | -6/+0 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -43/+7 |
| 2023-11-02 | Formatting tweaks. | Nicholas Nethercote | -9/+12 |