| Age | Commit message (Expand) | Author | Lines |
| 2024-04-23 | delegation: Support async, const, extern "ABI" and C-variadic functions | Vadim Petrochenkov | -42/+77 |
| 2024-04-21 | Pass translation closure to add_to_diag_with() as reference | Xiretza | -1/+1 |
| 2024-04-18 | Rollup merge of #123935 - tstsrt:fix-115423, r=oli-obk | Jubilee | -77/+117 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -18/+13 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -27/+21 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -27/+21 |
| 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/+23 |
| 2024-04-15 | Validation and other things | Michael Goulet | -5/+11 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -16/+46 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -46/+43 |
| 2024-04-15 | Begin AST lowering for precise captures | Michael Goulet | -29/+50 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -1/+2 |
| 2024-04-15 | Improve semantics of int_ty_max functions | ninad | -34/+26 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -3/+3 |
| 2024-04-14 | Fix formatting | ninad | -1/+3 |
| 2024-04-14 | Don't inline integer literals when out of range | ninad | -77/+123 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+4 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -1/+1 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -1/+4 |
| 2024-04-04 | hir: Use `ItemLocalId` in a couple more places | Vadim Petrochenkov | -6/+5 |
| 2024-04-03 | Auto merge of #123429 - matthiaskrgr:rollup-4emw4e9, r=matthiaskrgr | bors | -8/+8 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -8/+8 |
| 2024-04-03 | hir: Drop owner's own item-local id (zero) from parenting tables | Vadim Petrochenkov | -1/+3 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -2/+2 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -1/+1 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -4/+4 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -2/+5 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -5/+6 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+3 |
| 2024-03-21 | Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Ki | bors | -27/+36 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -27/+36 |
| 2024-03-20 | Rename `hir::Let` into `hir::LetExpr` | Guillaume Gomez | -1/+1 |
| 2024-03-19 | The AssocOpaqueTy HIR node is not actually needed to differentiate from other... | Oli Scherer | -1/+1 |
| 2024-03-18 | do not eat nested exprs result in format args visitor | Rémy Rakic | -2/+1 |
| 2024-03-16 | Rollup merge of #122564 - Bryanskiy:delegation-fixes, r=compiler-errors | León Orell Valerian Liehr | -8/+6 |
| 2024-03-16 | Delegation: fix ICE on duplicated associative items | Bryanskiy | -8/+6 |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -17/+2 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -17/+2 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -2/+2 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -1/+1 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -0/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-03-11 | Rename `AddToDiagnostic` as `Subdiagnostic`. | Nicholas Nethercote | -3/+3 |
| 2024-03-11 | Remove unused impls from some subdiagnostics. | Nicholas Nethercote | -2/+2 |
| 2024-03-11 | Remove unused impls for some diagnostics. | Nicholas Nethercote | -26/+26 |
| 2024-03-08 | Rollup merge of #121563 - Jarcho:use_cf, r=petrochenkov | Matthias Krüger | -8/+11 |
| 2024-03-08 | Rollup merge of #122103 - compiler-errors:taits-capture-everything, r=oli-obk | Matthias Krüger | -36/+40 |