| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -1/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -75/+77 |
| 2024-07-26 | Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkov | Trevor Gross | -6/+6 |
| 2024-07-26 | Remove redundant option that was just encoding that a slice was empty | Oli Scherer | -6/+6 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -17/+21 |
| 2024-07-23 | Gate AsyncFn* under async_closure feature | Michael Goulet | -7/+15 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -97/+216 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -11/+15 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -2/+2 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -1/+1 |
| 2024-07-16 | Setup ast_lowering functions for `ConstArg` | Noah Lev | -53/+67 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -3/+3 |
| 2024-07-16 | Add `current_def_id_parent` to `LoweringContext` | Noah Lev | -16/+30 |
| 2024-07-16 | Delegation: support coercion for target expression | Bryanskiy | -15/+69 |
| 2024-07-09 | Auto merge of #127200 - fee1-dead-contrib:trait_def_const_trait, r=compiler-e... | bors | -3/+6 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -16/+35 |
| 2024-07-03 | Add `constness` to `TraitDef` | Deadbeef | -3/+6 |
| 2024-06-28 | Make sure we deny unimplemented RTN on qpath segments | Michael Goulet | -3/+18 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -15/+19 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -123/+89 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -10/+13 |
| 2024-06-25 | Auto merge of #126951 - matthiaskrgr:rollup-xg0o4mc, r=matthiaskrgr | bors | -0/+28 |
| 2024-06-25 | Rollup merge of #126947 - Bryanskiy:delegation-lowering-refactoring, r=petroc... | Matthias Krüger | -58/+49 |
| 2024-06-25 | Rollup merge of #126746 - compiler-errors:no-rpitit, r=oli-obk | Matthias Krüger | -0/+28 |
| 2024-06-25 | Delegation: ast lowering refactor | Bryanskiy | -58/+49 |
| 2024-06-24 | Deny use<> for RPITITs | Michael Goulet | -0/+28 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -6/+1 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -19/+35 |
| 2024-06-19 | Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -1/+9 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -2/+2 |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -1/+5 |