| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | Rollup merge of #129626 - compiler-errors:explicit-named, r=fmease | Matthias Krüger | -2/+0 |
| 2024-08-27 | Rollup merge of #129625 - compiler-errors:generic-args-mode, r=fmease | Matthias Krüger | -1/+1 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -0/+1 |
| 2024-08-26 | Rename ParenthesizedGenericArgs to GenericArgsMode | Michael Goulet | -1/+1 |
| 2024-08-26 | Remove ParamMode::ExplicitNamed | Michael Goulet | -2/+0 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -3/+4 |
| 2024-08-16 | Add `warn(unreachable_pub)` to `rustc_ast_lowering`. | Nicholas Nethercote | -0/+1 |
| 2024-08-10 | rustc_ast_lowering: make "using `_` for array lengths is unstable" translatable | Pavel Grigorenko | -2/+1 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+6 |
| 2024-07-26 | Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkov | Trevor Gross | -3/+3 |
| 2024-07-26 | Remove redundant option that was just encoding that a slice was empty | Oli Scherer | -3/+3 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -15/+13 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -33/+117 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -1/+1 |
| 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 | -50/+64 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -3/+3 |
| 2024-07-16 | Add `current_def_id_parent` to `LoweringContext` | Noah Lev | -6/+26 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -15/+10 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -15/+10 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -76/+15 |
| 2024-06-24 | Deny use<> for RPITITs | Michael Goulet | -0/+20 |
| 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 |
| 2024-06-17 | Detect duplicates | Michael Goulet | -4/+7 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -68/+64 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -1/+3 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -7/+1 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -0/+1 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -1/+1 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -30/+21 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -30/+21 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -1/+7 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -1/+1 |
| 2024-05-13 | Warn against redundant use<...> | Michael Goulet | -6/+9 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -1/+2 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -12/+14 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -4/+1 |
| 2024-04-26 | Move `ConstArg::span` to `AnonConst::span` | Oli Scherer | -4/+3 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -9/+12 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -1/+1 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -5/+5 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -22/+15 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -22/+15 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -4/+7 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -2/+6 |
| 2024-04-15 | Validation and other things | Michael Goulet | -5/+4 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -7/+40 |