| Age | Commit message (Expand) | Author | Lines |
| 2025-04-03 | Tighten up assignment operator representations. | Nicholas Nethercote | -12/+12 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -21/+21 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -7/+7 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -12/+9 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -140/+42 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -8/+17 |
| 2024-12-20 | Change comparison operators to have Fixity::None | David Tolnay | -3/+4 |
| 2024-12-21 | Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscross | Matthias Krüger | -2/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -1/+1 |
| 2024-12-02 | Squash closures and jumps into a single precedence level | David Tolnay | -2/+1 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -23/+51 |
| 2024-11-30 | Eliminate PREC_FORCE_PAREN | David Tolnay | -1/+0 |
| 2024-11-17 | Inline ExprPrecedence::order into Expr::precedence | David Tolnay | -115/+0 |
| 2024-09-13 | Use the same precedence for all macro-like exprs | Michael Goulet | -6/+0 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -1/+2 |
| 2024-06-23 | Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS | David Tolnay | -24/+21 |
| 2024-06-23 | Unify the precedence level for PREC_POSTFIX and PREC_PAREN | David Tolnay | -1/+1 |
| 2024-04-02 | Fix contains_exterior_struct_lit | Michael Goulet | -1/+2 |
| 2024-04-02 | Fix precedence of postfix match | Michael Goulet | -1/+3 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -2/+2 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -1/+1 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -1/+3 |
| 2023-05-01 | Rip it out | Nilstrieb | -14/+9 |
| 2023-04-27 | Tweak await span | Michael Goulet | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -1/+3 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -3/+1 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -1/+3 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -1/+3 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -3/+3 |
| 2022-11-21 | Remove `ref` patterns from `rustc_ast` | Maybe Waffle | -11/+11 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -1/+1 |
| 2022-09-16 | more simple formatting | Rageking8 | -34/+34 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -2/+2 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -1/+3 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -4/+4 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -2/+2 |
| 2020-10-16 | Parse inline const expressions | Santiago Pastorino | -0/+2 |
| 2020-10-14 | Remove unused code from rustc_ast | est31 | -1/+0 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+403 |