| Age | Commit message (Expand) | Author | Lines |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -2/+250 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -1/+14 |
| 2024-12-14 | Rollup merge of #132939 - uellenberg:suggest-deref, r=oli-obk | Matthias Krüger | -0/+16 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -1/+14 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -0/+2 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -2/+19 |
| 2024-12-13 | Suggest using deref in patterns | uellenberg | -0/+16 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -3/+1 |
| 2024-12-12 | Fix tools | Michael Goulet | -1/+1 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -2/+11 |
| 2024-12-12 | Lower AST and resolve lifetimes for unsafe binder types | Michael Goulet | -0/+8 |
| 2024-12-11 | Require the `constness` query to only be invoked on things that can have cons... | Oli Scherer | -3/+1 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -2/+0 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -10/+61 |
| 2024-12-02 | Rollup merge of #133603 - dtolnay:precedence, r=lcnr | Guillaume Gomez | -9/+9 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -9/+9 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -29/+18 |
| 2024-11-26 | Auto merge of #133505 - compiler-errors:rollup-xjp8hdi, r=compiler-errors | bors | -34/+47 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -34/+47 |
| 2024-11-26 | Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errors | Guillaume Gomez | -10/+1 |
| 2024-11-25 | Remove dead code stemming from the old effects desugaring (II) | León Orell Valerian Liehr | -10/+1 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -35/+33 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+1 |
| 2024-11-17 | Inline ExprPrecedence::order into Expr::precedence | David Tolnay | -34/+47 |
| 2024-11-02 | compiler: Replace rustc_target with _abi in _hir | Jubilee Young | -5/+5 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -7/+9 |
| 2024-10-30 | Review comments. | Camille GILLOT | -5/+0 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -14/+1 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -1/+0 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -16/+13 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -7/+8 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -7/+8 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -3/+2 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -7/+8 |
| 2024-10-02 | Move in_trait into OpaqueTyOrigin | Michael Goulet | -4/+10 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -2/+8 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -2/+2 |
| 2024-09-23 | Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B... | Matthias Krüger | -3/+10 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -11/+12 |
| 2024-09-22 | Introduce structurally_normalize_const, use it in hir_typeck | Michael Goulet | -3/+10 |
| 2024-09-18 | doc: the source of `LetStmt` can also be `AssignDesugar` | Samuel Tardieu | -1/+2 |
| 2024-09-13 | Use the same precedence for all macro-like exprs | Michael Goulet | -3/+4 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -0/+1 |
| 2024-09-09 | Helper function for formatting with `LifetimeSuggestionPosition` | Pavel Grigorenko | -0/+13 |
| 2024-08-20 | Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorino | bors | -1/+0 |
| 2024-08-18 | Typo | Samuel Moelius | -1/+1 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -1/+0 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -16/+23 |
| 2024-08-06 | Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwco | Matthias Krüger | -0/+5 |