| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -13/+20 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -1/+5 |
| 2024-07-24 | Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors | Matthias Krüger | -9/+15 |
| 2024-07-17 | Clarify docs explaining purpose of `ConstArg` | Noah Lev | -7/+6 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -12/+32 |
| 2024-07-16 | Use `ConstArg` for const param defaults | Noah Lev | -1/+1 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -5/+9 |
| 2024-07-16 | Use `ConstArg` for assoc item constraints | Noah Lev | -6/+6 |
| 2024-07-16 | Setup ast_lowering functions for `ConstArg` | Noah Lev | -2/+2 |
| 2024-07-16 | hir: Create `hir::ConstArgKind` enum | Noah Lev | -3/+22 |
| 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-06-28 | Change RTN to use .. again | Michael Goulet | -1/+1 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -0/+2 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -2/+2 |
| 2024-06-14 | Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ... | Matthias Krüger | -0/+24 |
| 2024-06-12 | Rollup merge of #126303 - sancho20021:patch-1, r=compiler-errors | Jubilee | -0/+14 |
| 2024-06-13 | Add urls to rust lang reference | Aleksandr Pak | -0/+14 |
| 2024-06-12 | E0229: Suggest Moving Type Constraints to Type Parameter Declaration | Veera | -0/+24 |
| 2024-06-12 | Rollup merge of #126187 - surechen:fix_125997, r=oli-obk | Jubilee | -0/+1 |
| 2024-06-12 | For E0277 suggest adding `Result` return type for function which using Quesio... | surechen | -0/+1 |