| Age | Commit message (Expand) | Author | Lines |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -30/+24 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -11/+47 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -11/+8 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -23/+20 |
| 2024-10-13 | Remove const trait bound modifier hack | Michael Goulet | -8/+2 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -40/+0 |
| 2024-10-10 | Add gate for precise capturing in traits | Michael Goulet | -5/+14 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -11/+47 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -18/+17 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -45/+37 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -5/+7 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+0 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -40/+0 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -85/+67 |
| 2024-09-22 | Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelid | bors | -3/+3 |
| 2024-09-21 | Handle macro calls in anon const def creation take 2 | Boxy | -3/+3 |
| 2024-09-20 | Add missing diagnostics and flesh out tests | Michael Goulet | -7/+13 |
| 2024-09-20 | Implement RTN in resolve_bound_vars and HIR ty lowering | Michael Goulet | -5/+4 |
| 2024-09-20 | Conditionally allow lowering RTN (..) in paths | Michael Goulet | -10/+98 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -8/+5 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -25/+21 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -6/+4 |
| 2024-09-11 | Use the same span for attributes and Try expansion of ? | Samuel Tardieu | -1/+1 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -19/+17 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -2/+8 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -2/+2 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -26/+4 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -26/+4 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -4/+4 |
| 2024-08-28 | fmt-debug option | Kornel | -2/+6 |
| 2024-08-27 | Rollup merge of #129626 - compiler-errors:explicit-named, r=fmease | Matthias Krüger | -14/+1 |
| 2024-08-27 | Rollup merge of #129625 - compiler-errors:generic-args-mode, r=fmease | Matthias Krüger | -24/+23 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -41/+42 |
| 2024-08-26 | Rename ParenthesizedGenericArgs to GenericArgsMode | Michael Goulet | -24/+23 |
| 2024-08-26 | Remove ParamMode::ExplicitNamed | Michael Goulet | -14/+1 |
| 2024-08-24 | Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillot | Matthias Krüger | -5/+8 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -1/+1 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -4/+3 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -5/+8 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -8/+18 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_ast_lowering`. | Nicholas Nethercote | -41/+42 |
| 2024-08-13 | stabilize `asm_const` | Folkert | -14/+3 |
| 2024-08-12 | Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote | Guillaume Gomez | -13/+18 |
| 2024-08-11 | Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-08-10 | rustc_ast_lowering: make asm-related unstability messages translatable | Pavel Grigorenko | -7/+14 |
| 2024-08-10 | rustc_ast_lowering: make "yield syntax is experimental" translatable | Pavel Grigorenko | -4/+3 |
| 2024-08-10 | rustc_ast_lowering: make "using `_` for array lengths is unstable" translatable | Pavel Grigorenko | -2/+1 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -2/+2 |
| 2024-07-31 | minor `effects` cleanups | Deadbeef | -1/+0 |