| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-10-14 | Lint `non_exhaustive_omitted_patterns` per column | Nadrieril | -14/+62 |
| 2023-10-14 | Add and prepare tests | Nadrieril | -19/+46 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -53/+4 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+17 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -0/+25 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -16/+16 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+25 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -16/+16 |
| 2023-10-03 | Bless tests | Michael Goulet | -4/+5 |
| 2023-09-28 | make adt_const_params feature suggestion more consistent with others and only... | asquared31415 | -1/+1 |
| 2023-09-23 | implement Literal::byte_character | Emil Gardström | -0/+22 |
| 2023-09-14 | Fix the error message for `#![feature(no_coverage)]` | Zalathar | -1/+1 |
| 2023-09-08 | Rename the feature, but not the attribute, to `coverage_attribute` | Andy Caldwell | -3/+3 |
| 2023-09-08 | Add `no_coverage` to the 'removed features' list | Andy Caldwell | -4/+14 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -14/+14 |
| 2023-09-07 | Stabilize `PATH` option for `--print KIND=PATH` | Urgau | -13/+0 |
| 2023-09-01 | Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkov | bors | -71/+5 |
| 2023-08-24 | Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov | bors | -0/+110 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+110 |
| 2023-08-18 | Add the relocation_model to the cfg | Luca Barbato | -0/+16 |
| 2023-08-08 | feat: `riscv-interrupt-{m,s}` calling conventions | Seth Pellegrino | -0/+90 |
| 2023-08-07 | stabilize abi_thiscall | Benedikt Radtke | -153/+0 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -5/+6 |
| 2023-08-02 | Replace old private-in-public diagnostic with type privacy lints | Bryanskiy | -71/+5 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -0/+13 |
| 2023-07-10 | Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors | bors | -16/+8 |
| 2023-07-10 | Rollup merge of #113331 - chenyukang:yukang-fix-112590-false-positive, r=este... | Matthias Krüger | -0/+9 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -16/+8 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -3/+3 |
| 2023-07-07 | adjust smart_resolve_partial_mod_path_errors | yukang | -0/+9 |
| 2023-07-03 | Remove compare mode | Michael Goulet | -1/+0 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -0/+105 |
| 2023-06-23 | Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -8/+96 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+30 |
| 2023-06-15 | privacy: Feature gate new type privacy lints | Vadim Petrochenkov | -0/+105 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-05-13 | Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-dead | bors | -3/+0 |