| Age | Commit message (Expand) | Author | Lines |
| 2024-01-07 | Make ImplTraitPosition display more descriptive | Michael Goulet | -4/+4 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -3/+3 |
| 2024-01-04 | Rollup merge of #119417 - compiler-errors:closure-checking, r=davidtwco | Matthias Krüger | -4/+4 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -3/+3 |
| 2024-01-03 | Rollup merge of #119505 - fmease:no-host-param-for-trait-fns, r=fee1-dead | León Orell Valerian Liehr | -5/+14 |
| 2024-01-02 | E0379: Provide suggestions | León Orell Valerian Liehr | -3/+12 |
| 2024-01-02 | E0379: Make diagnostic more precise | León Orell Valerian Liehr | -3/+3 |
| 2023-12-31 | Update tracking issue of naked_functions | Gary Guo | -2/+2 |
| 2023-12-29 | Compute yield and return types outside of check_fn | Michael Goulet | -4/+4 |
| 2023-12-28 | rustc_lint: Prevent triplication of 'unknown lint' lint | Martin Nordholts | -272/+14 |
| 2023-12-26 | Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni... | Michael Goulet | -0/+30 |
| 2023-12-25 | Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillot | bors | -0/+22 |
| 2023-12-23 | Add missing CFI sanitizer cfgs feature gate | Urgau | -0/+30 |
| 2023-12-20 | Undeprecate and use lint `unstable_features` | León Orell Valerian Liehr | -1/+1 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -1/+1 |
| 2023-12-12 | Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholk | Jubilee | -6/+55 |
| 2023-12-12 | Actually parse async gen blocks correctly | Michael Goulet | -6/+55 |
| 2023-12-12 | Don't gate the feature twice | Nadrieril | -50/+14 |
| 2023-12-12 | Correctly gate the parsing of match arms without body | Nadrieril | -9/+170 |
| 2023-12-10 | Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstrieb | bors | -0/+5 |
| 2023-12-10 | Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki | bors | -0/+24 |
| 2023-12-10 | Add feature gate test for `--env` flag | Guillaume Gomez | -0/+5 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -2/+2 |
| 2023-12-08 | Auto merge of #118668 - fmease:resolve-assoc-item-bindings-by-namespace, r=co... | bors | -5/+10 |
| 2023-12-07 | Resolve assoc item bindings by namespace | León Orell Valerian Liehr | -5/+10 |
| 2023-12-06 | Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -0/+24 |
| 2023-12-05 | Remove deprecated --check-cfg names() and values() syntax | Urgau | -1/+1 |
| 2023-12-04 | Remove the `precise_pointer_size_matching` feature gate | Nadrieril | -2/+0 |
| 2023-12-03 | Disallow arm bodies on never patterns | Nadrieril | -2/+2 |
| 2023-11-30 | Enable link-arg link kind inside of #[link] attribute | zetanumbers | -0/+17 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+66 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -90/+90 |
| 2023-11-23 | Add an experimental feature gate for function delegation | Vadim Petrochenkov | -0/+16 |
| 2023-11-23 | Auto merge of #118065 - estebank:core-not-found-404, r=TaKO8Ki | bors | -4/+8 |
| 2023-11-22 | When failing to import `core`, suggest `std` | Esteban Küber | -4/+8 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -26/+0 |
| 2023-11-05 | Auto merge of #117537 - GKFX:offset-of-enum-feature, r=cjgillot | bors | -0/+52 |
| 2023-11-03 | Tweak spans for "adt defined here" note | Nadrieril | -3/+3 |
| 2023-11-03 | Feature gate enums in offset_of | George Bateman | -0/+52 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -14/+14 |
| 2023-10-29 | On object safety error, mention new enum as alternative | Esteban Küber | -0/+2 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -17/+134 |
| 2023-10-27 | Match usize/isize exhaustively | Nadrieril | -14/+14 |
| 2023-10-27 | Feature gate coroutine `yield` usage | Oli Scherer | -8/+49 |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -8/+84 |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -38/+76 |
| 2023-10-23 | Update `since` stability attributes in tests | David Tolnay | -6/+6 |
| 2023-10-21 | Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillot | bors | -22/+97 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -12/+12 |