| Age | Commit message (Expand) | Author | Lines |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -3/+16 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -0/+12 |
| 2024-12-04 | Rollup merge of #133784 - dtolnay:visitspans, r=compiler-errors | Matthias Krüger | -7/+9 |
| 2024-12-03 | Visit Stmt span in MutVisitor::flat_map_stmt | David Tolnay | -6/+7 |
| 2024-12-03 | Visit BinOp span in MutVisitor::visit_expr | David Tolnay | -1/+2 |
| 2024-12-02 | Never parenthesize `continue` | David Tolnay | -1/+1 |
| 2024-12-02 | Raise precedence of closure that has explicit return type | David Tolnay | -2/+8 |
| 2024-12-02 | Squash closures and jumps into a single precedence level | David Tolnay | -4/+2 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -29/+46 |
| 2024-12-02 | Deduplicate some matches that always panic in one arm | Oli Scherer | -13/+22 |
| 2024-12-02 | Add a helper method for extracting spans from AttrArgsEq | Oli Scherer | -4/+10 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -20/+22 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -35/+61 |
| 2024-11-30 | Eliminate PREC_FORCE_PAREN | David Tolnay | -1/+0 |
| 2024-11-28 | always create `DefId`s when lowering anon-consts | lcnr | -3/+4 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -161/+66 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -31/+44 |
| 2024-11-24 | add guard pattern AST node | Max Niederman | -3/+16 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -2/+4 |
| 2024-11-21 | Auto merge of #132629 - nnethercote:124141-preliminaries, r=petrochenkov | bors | -13/+149 |
| 2024-11-21 | Rollup merge of #133153 - maxcabrajac:flat_maps, r=petrochenkov | Matthias Krüger | -46/+144 |
| 2024-11-21 | Prepare for invisible delimiters. | Nicholas Nethercote | -2/+36 |
| 2024-11-21 | Introduce `InvisibleOrigin` on invisible delimiters. | Nicholas Nethercote | -11/+113 |
| 2024-11-20 | Items | maxcabrajac | -17/+59 |
| 2024-11-18 | Add MutVisitor::visit_fn_ret_ty | maxcabrajac | -2/+6 |
| 2024-11-18 | Add Visitor::visit_qself | maxcabrajac | -11/+14 |
| 2024-11-18 | Add Visitor::visit_fn_decl | maxcabrajac | -3/+6 |
| 2024-11-17 | PatField | maxcabrajac | -5/+13 |
| 2024-11-17 | ExprField | maxcabrajac | -5/+13 |
| 2024-11-17 | GenericParam | maxcabrajac | -5/+13 |
| 2024-11-17 | Param | maxcabrajac | -2/+10 |
| 2024-11-17 | Variant | maxcabrajac | -5/+13 |
| 2024-11-17 | Arm | maxcabrajac | -2/+10 |
| 2024-11-17 | FieldDef | maxcabrajac | -5/+13 |
| 2024-11-17 | Inline ExprPrecedence::order into Expr::precedence | David Tolnay | -161/+66 |
| 2024-11-16 | Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkov | Matthias Krüger | -50/+132 |
| 2024-11-15 | Rollup merge of #132956 - maxcabrajac:coroutine_kind, r=petrochenkov | Guillaume Gomez | -3/+13 |
| 2024-11-15 | Make WalkItemKind::walk signature compatible between Visitor versions | maxcabrajac | -17/+26 |
| 2024-11-15 | Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKinds | maxcabrajac | -19/+27 |
| 2024-11-15 | Make Visitor::FnKind and MutVisitor::FnKind compatible | maxcabrajac | -29/+94 |
| 2024-11-15 | Rollup merge of #133049 - maxcabrajac:visit_precise_capturing_arg, r=compiler... | Matthias Krüger | -9/+5 |
| 2024-11-14 | Change visit_precise_capturing_arg so it returns a Self::Result | maxcabrajac | -9/+5 |
| 2024-11-12 | format | maxcabrajac | -4/+1 |
| 2024-11-12 | Add visit_coroutine_kind | maxcabrajac | -3/+16 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -1/+0 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -1/+0 |
| 2024-11-12 | Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errors | Matthias Krüger | -4/+31 |
| 2024-11-05 | Check for both `StmtKind::MacCall` and `ExprKind::MacCall` | Boxy | -4/+31 |
| 2024-11-05 | Add documentation on `ast::Attribute` | Guillaume Gomez | -0/+46 |
| 2024-11-02 | Do not format generic consts | Michael Goulet | -0/+6 |