| Age | Commit message (Expand) | Author | Lines |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -2/+2 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -7/+6 |
| 2024-10-27 | Rollup merge of #132214 - fmease:mv-impl-trait-val-paths, r=compiler-errors | Matthias Krüger | -55/+0 |
| 2024-10-27 | Move an impl-Trait check from AST validation to AST lowering | León Orell Valerian Liehr | -55/+0 |
| 2024-10-26 | Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead | Matthias Krüger | -11/+12 |
| 2024-10-25 | Introduce `Enabled{Lang,Lib}Feature` | 许杰友 Jieyou Xu (Joe) | -11/+12 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -9/+9 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -20/+20 |
| 2024-10-22 | make some rustc_feature internals private, and ensure invariants with debug a... | Ralf Jung | -5/+5 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -41/+43 |
| 2024-10-15 | Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errors | bors | -1/+1 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -6/+10 |
| 2024-10-15 | stabilize `-Znext-solver=coherence` | lcnr | -1/+1 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-10-15 | Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxu | Matthias Krüger | -6/+10 |
| 2024-10-14 | Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorino | Matthias Krüger | -10/+14 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -6/+10 |
| 2024-10-11 | Note what qualifier | Michael Goulet | -8/+12 |
| 2024-10-11 | Remove unadorned | Michael Goulet | -2/+2 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -83/+0 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -0/+1 |
| 2024-10-07 | Rename nested_meta to meta_item_inner | codemountains | -2/+2 |
| 2024-10-03 | Rollup merge of #130419 - nnethercote:streamline-HirCollector, r=GuillaumeGomez | Matthias Krüger | -15/+15 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -30/+0 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -53/+0 |
| 2024-09-25 | Rename `AstValidator::session` as `AstValidator::sess`. | Nicholas Nethercote | -15/+15 |
| 2024-09-24 | Ban combination of GCE and new solver | Michael Goulet | -1/+22 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -8/+8 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -19/+6 |
| 2024-09-12 | Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukang | Stuart Cook | -21/+17 |
| 2024-09-11 | Properly deny const gen/async gen fns | Michael Goulet | -21/+17 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -7/+7 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -1/+1 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -82/+83 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -4/+2 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -4/+2 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -11/+10 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -1/+0 |
| 2024-08-18 | stabilize raw_ref_op | Ralf Jung | -1/+0 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -1/+0 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_ast_passes`. | Nicholas Nethercote | -82/+83 |
| 2024-08-07 | Stabilize `unsafe_attributes` | carbotaniuman | -2/+1 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -34/+12 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8/+8 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -7/+21 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -22/+0 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -34/+12 |
| 2024-07-20 | Just totally fully deny late-bound consts | Michael Goulet | -0/+26 |
| 2024-07-18 | Don't allow unsafe statics outside of extern blocks | Michael Goulet | -0/+18 |
| 2024-07-16 | Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoerister | Trevor Gross | -51/+0 |