| Age | Commit message (Expand) | Author | Lines |
| 2024-10-10 | Rollup merge of #130625 - heiseish:issue-124028-fix, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -19/+26 |
| 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 | -3/+3 |
| 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 | -24/+25 |
| 2024-09-22 | Introduce structurally_normalize_const, use it in hir_typeck | Michael Goulet | -3/+10 |
| 2024-09-20 | dont regenerate new links for rexports | Giang Dao | -0/+1 |
| 2024-09-18 | doc: the source of `LetStmt` can also be `AssignDesugar` | Samuel Tardieu | -1/+2 |
| 2024-09-18 | Rollup merge of #130468 - compiler-errors:bidi, r=Nadrieril | Matthias Krüger | -1/+10 |
| 2024-09-17 | Rollup merge of #130314 - compiler-errors:mac-prec, r=davidtwco | Matthias Krüger | -3/+4 |
| 2024-09-17 | Make sure that def id <=> lang item map is bidirectional | Michael Goulet | -1/+10 |
| 2024-09-16 | Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind:... | Michael Goulet | -1/+4 |
| 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-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -35/+0 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -2/+7 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -0/+35 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -2/+9 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_hir`. | Nicholas Nethercote | -0/+1 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -2/+9 |
| 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 | -18/+25 |
| 2024-08-06 | Rollup merge of #128377 - veera-sivarajan:fix-128249, r=davidtwco | Matthias Krüger | -0/+5 |
| 2024-07-31 | Delegation: second attempt to improve perf | Bryanskiy | -0/+11 |
| 2024-07-29 | Fix ICE Caused by Incorrectly Delaying E0107 | Veera | -0/+5 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -41/+56 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -2/+8 |
| 2024-07-26 | Rollup merge of #128170 - saethlin:clone-fn, r=compiler-errors | Trevor Gross | -0/+1 |
| 2024-07-25 | Make Clone::clone a lang item | Ben Kimock | -0/+1 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -2/+8 |
| 2024-07-24 | Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors | Matthias Krüger | -9/+15 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -0/+1 |
| 2024-07-17 | Clarify docs explaining purpose of `ConstArg` | Noah Lev | -7/+6 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -0/+1 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -14/+36 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -4/+4 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -6/+10 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -7/+7 |
| 2024-07-16 | Setup ast_lowering functions for `ConstArg` | Noah Lev | -2/+2 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -4/+35 |
| 2024-07-14 | Stop using the gen keyword in the compiler | Michael Goulet | -9/+9 |
| 2024-07-14 | Fix malformed suggestion for repeated maybe unsized bounds | Gurinder Singh | -9/+15 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -0/+7 |
| 2024-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -1/+1 |
| 2024-07-02 | add TyCtxt::as_lang_item, use in new solver | Michael Goulet | -1/+12 |