| Age | Commit message (Expand) | Author | Lines |
| 2024-04-17 | Improve `BindingMode` doc comment | Jules Bertholet | -2/+4 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -10/+10 |
| 2024-04-17 | Store `ByRef` instead of `BindingAnnotation` in `PatInfo` | Jules Bertholet | -7/+9 |
| 2024-04-16 | Fix empty-set symbol in comments | David Tolnay | -1/+1 |
| 2024-04-16 | Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri... | Guillaume Gomez | -0/+8 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -4/+55 |
| 2024-04-15 | Address review comments | Jules Bertholet | -2/+2 |
| 2024-04-15 | Ensure inherited reference is never set to `&mut` behind an `&` | Jules Bertholet | -0/+8 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -12/+14 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -6/+6 |
| 2024-04-15 | Validation and other things | Michael Goulet | -4/+4 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -29/+9 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -3/+70 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -3/+7 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -4/+4 |
| 2024-04-11 | Deduplicate `is_comparison` impl between `BinOpKind` and `AssocOp` | Oli Scherer | -8/+2 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -1/+1 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -0/+11 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -12/+14 |
| 2024-04-04 | Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -0/+8 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -3/+3 |
| 2024-04-03 | Rollup merge of #123395 - compiler-errors:postfix-matches-fixes-2, r=petroche... | Matthias Krüger | -3/+7 |
| 2024-04-03 | rustc_ast: Update `P<T>` docs to reflect mutable status. | Alona Enraght-Moony | -9/+7 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -3/+3 |
| 2024-04-02 | Fix contains_exterior_struct_lit | Michael Goulet | -1/+2 |
| 2024-04-02 | Fix precedence of postfix match | Michael Goulet | -2/+5 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -12/+7 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -3/+12 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -3/+12 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -5/+1 |
| 2024-03-21 | Rollup merge of #122793 - compiler-errors:deref-pat-syntax, r=Nadrieril | Matthias Krüger | -2/+11 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -2/+11 |
| 2024-03-21 | Shrink the comment on `TokenTree`. | Nicholas Nethercote | -12/+1 |
| 2024-03-21 | Fix out-of-date comment. | Nicholas Nethercote | -1/+1 |
| 2024-03-21 | Rename `Token::is_path`. | Nicholas Nethercote | -2/+2 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -1/+0 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-20 | Rollup merge of #121543 - onur-ozkan:clippy-args, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -0/+1 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-18 | Add missing `try_visit` calls in visitors. | Jason Newcomb | -2/+2 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -0/+2 |
| 2024-03-14 | Rename `ast::StmtKind::Local` into `ast::StmtKind::Let` | Guillaume Gomez | -7/+7 |
| 2024-03-14 | Add compiler support for parsing `f16` and `f128` | Trevor Gross | -0/+2 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -1/+1 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -1/+6 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -3/+12 |
| 2024-03-06 | Auto merge of #122045 - matthiaskrgr:rollup-5l3vpn7, r=matthiaskrgr | bors | -14/+4 |
| 2024-03-05 | Move visitor utils to `rustc_ast_ir` | Jason Newcomb | -65/+3 |