| Age | Commit message (Expand) | Author | Lines |
| 2024-12-31 | Account for format_args in HiddenUnicodeCodepoints lint | Michael Goulet | -2/+7 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -9/+9 |
| 2024-12-23 | Use `#[derive(Default)]` instead of manually implementing it | Esteban Küber | -16/+3 |
| 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 | -5/+9 |
| 2024-12-18 | Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+7 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -93/+52 |
| 2024-12-18 | Only have one source of truth for keywords. | Nicholas Nethercote | -1/+7 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -20/+12 |
| 2024-12-18 | Overhaul `TokenTreeCursor`. | Nicholas Nethercote | -37/+4 |
| 2024-12-18 | Remove `Peekable<TokenStreamIter>` uses. | Nicholas Nethercote | -19/+13 |
| 2024-12-18 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -45/+43 |
| 2024-12-18 | Simplify `RefTokenTreeCursor::look_ahead`. | Nicholas Nethercote | -2/+2 |
| 2024-12-16 | Rollup merge of #134284 - estebank:issue-74863, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-12-15 | Remove some leftover dead code | Jonathan Dönszelmann | -55/+2 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -82/+213 |
| 2024-12-15 | Rename `value` field to `expr` to simplify later commits' diffs | Oli Scherer | -12/+12 |
| 2024-12-13 | Keep track of patterns that could have introduced a binding, but didn't | Esteban Küber | -0/+2 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -1/+53 |
| 2024-12-13 | Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse... | Matthias Krüger | -3/+8 |
| 2024-12-12 | Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators | Michael Goulet | -1/+32 |
| 2024-12-12 | Parsing unsafe binders | Michael Goulet | -0/+21 |
| 2024-12-11 | allow `symbol_intern_string_literal` lint in test modules | onur-ozkan | -0/+2 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -3/+8 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -2/+6 |
| 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 |