| Age | Commit message (Expand) | Author | Lines |
| 2025-03-13 | Provide helpful diagnostics for shebang lookalikes | Pyrode | -1/+18 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -1/+0 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -36/+65 |
| 2025-03-12 | Factor out some repeated code in `parse_item_impl`. | Nicholas Nethercote | -24/+13 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -1/+8 |
| 2025-03-11 | Rollup merge of #138315 - matthiaskrgr:nextback, r=fmease | Jakub Beránek | -1/+1 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -1/+8 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | use next_back() instead of last() on DoubleEndedIterator | Matthias Krüger | -1/+1 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -1/+1 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -1/+1 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -18/+109 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-07 | Remove `NtItem` and `NtStmt`. | Nicholas Nethercote | -36/+64 |
| 2025-03-06 | Parse and allow const use closures | Santiago Pastorino | -3/+3 |
| 2025-03-06 | Give a better error message on async use in edition 2015 | Santiago Pastorino | -8/+22 |
| 2025-03-06 | Fix use closure parsing error message | Santiago Pastorino | -3/+16 |
| 2025-03-06 | Support nested use closures | Santiago Pastorino | -1/+3 |
| 2025-03-06 | Use closure parse code | Santiago Pastorino | -3/+22 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -3/+46 |
| 2025-03-05 | Simplify `parse_self_param` | Frank King | -43/+20 |
| 2025-03-05 | Implement `&pin const self` and `&pin mut self` sugars | Frank King | -0/+45 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -118/+108 |
| 2025-03-03 | Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwco | Matthias Krüger | -1/+5 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -26/+39 |
| 2025-03-03 | Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`. | Nicholas Nethercote | -30/+30 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -88/+78 |
| 2025-03-01 | Rollup merge of #137824 - estebank:rtn-sugg, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -26/+39 |
| 2025-02-28 | Auto merge of #137517 - nnethercote:rm-NtPat-NtItem-NtStmt, r=petrochenkov | bors | -104/+100 |
| 2025-02-28 | Tweak invalid RTN errors | Esteban Küber | -2/+6 |
| 2025-02-28 | Remove `NtPath`. | Nicholas Nethercote | -12/+19 |
| 2025-02-28 | Remove `NtMeta`. | Nicholas Nethercote | -22/+30 |
| 2025-02-28 | Remove `NtPat`. | Nicholas Nethercote | -72/+53 |
| 2025-02-27 | Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas... | Matthias Krüger | -80/+50 |
| 2025-02-27 | Rename `AssocOp::As` as `AssocOp::Cast`. | Nicholas Nethercote | -2/+2 |
| 2025-02-27 | Replace `AssocOp::DotDot{,Eq}` with `AssocOp::Range`. | Nicholas Nethercote | -9/+6 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -56/+41 |
| 2025-02-27 | In `AssocOp::AssignOp`, use `BinOpKind` instead of `BinOpToken` | Nicholas Nethercote | -14/+2 |
| 2025-02-25 | Teach structured errors to display short `Ty` | Esteban Küber | -1/+0 |
| 2025-02-23 | Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errors | Jacob Pratt | -1/+2 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-22 | Fix "missing match arm body" suggestion involving `!` | Esteban Küber | -1/+2 |
| 2025-02-22 | Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkov | bors | -31/+100 |
| 2025-02-21 | Avoid snapshotting the parser in `parse_path_inner`. | Nicholas Nethercote | -18/+15 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -20/+51 |