| Age | Commit message (Expand) | Author | Lines |
| 2024-07-19 | Rollup merge of #127662 - estebank:gate-span, r=TaKO8Ki | Matthias Krüger | -0/+13 |
| 2024-07-17 | Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkov | Trevor Gross | -14/+265 |
| 2024-07-17 | Add support for literals | Caio | -14/+265 |
| 2024-07-12 | When finding item gated behind a `cfg` flat, point at it | Esteban Küber | -0/+13 |
| 2024-07-12 | Make `impl` and `!` removal suggestion `short` | Esteban Küber | -14/+2 |
| 2024-07-12 | Make parse error suggestions verbose and fix spans | Esteban Küber | -5/+20 |
| 2024-07-10 | Rollup merge of #125627 - vincenzopalazzo:macros/cargo-fix-expr2024, r=compil... | Jacob Pratt | -3/+91 |
| 2024-07-09 | tests: adds cargo fix tests | Vincenzo Palazzo | -3/+91 |
| 2024-07-08 | Rollup merge of #126841 - c410-f3r:concat-again, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -33/+192 |
| 2024-07-06 | Add support for literals | Caio | -33/+192 |
| 2024-07-06 | out_of_scope_macro_calls: Detect calls inside attributes more precisely | Vadim Petrochenkov | -0/+10 |
| 2024-07-01 | Ensure `out_of_scope_macro_calls` lint is registered | beetrees | -0/+6 |
| 2024-06-27 | Rollup merge of #126929 - nnethercote:rm-__rust_force_expr, r=oli-obk | Jacob Pratt | -3/+6 |
| 2024-06-25 | Remove `__rust_force_expr`. | Nicholas Nethercote | -3/+6 |
| 2024-06-25 | Extend `tests/ui/macros/nonterminal-matching.rs`. | Nicholas Nethercote | -1/+119 |
| 2024-06-19 | Allow naming expr_2021 in all editions | Michael Goulet | -49/+2 |
| 2024-06-19 | Add a test demonstrating the problem | Michael Goulet | -0/+29 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -2/+381 |
| 2024-06-11 | Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkov | bors | -214/+59 |
| 2024-06-11 | Rollup merge of #126254 - ferrocene:lw-ignore-cross, r=pietroalbini | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-06-11 | Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -8/+8 |
| 2024-06-11 | Remove ignore-cross-compile directive from ui/macros/proc_macro | Lukas Wirth | -1/+0 |
| 2024-06-05 | Print `token::Interpolated` with token stream pretty printing. | Nicholas Nethercote | -214/+59 |
| 2024-06-03 | Spruce up the diagnostics of some early lints | León Orell Valerian Liehr | -8/+8 |
| 2024-05-30 | Update ui tests for leading-underscore suggestion | Lucas Scharenbroch | -2/+2 |
| 2024-05-20 | Move 100 entries from tests/ui into subdirs | Jubilee Young | -0/+73 |
| 2024-05-18 | Rollup merge of #125236 - dtolnay:expandtest, r=nnethercote | 许杰友 Jieyou Xu (Joe) | -24/+0 |
| 2024-05-18 | Add tests for -Zunpretty=expanded ported from stringify's tests | David Tolnay | -24/+0 |
| 2024-05-18 | Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-dead | bors | -0/+19 |
| 2024-05-18 | Improve error message: missing `;` in macro_rules | r0cky | -0/+19 |
| 2024-05-18 | Auto merge of #125004 - pymongo:issue-125002, r=estebank | bors | -0/+34 |
| 2024-05-18 | Fix println! ICE when parsing percent prefix number | wuaoxiang | -0/+34 |
| 2024-05-17 | Auto merge of #123865 - eholk:expr_2021, r=fmease | bors | -0/+135 |
| 2024-05-16 | Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,... | bors | -140/+155 |
| 2024-05-15 | Fix the dedup error because of spans from suggestion | yukang | -0/+46 |
| 2024-05-14 | Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkov | bors | -8/+2 |
| 2024-05-13 | Apply code review suggestions | Eric Holk | -4/+10 |
| 2024-05-13 | Macros: match const { ... } with expr nonterminal in edition 2024 | Vincenzo Palazzo | -0/+72 |
| 2024-05-13 | expr_2021 should be allowed on edition 2021 and later | Eric Holk | -1/+1 |
| 2024-05-13 | Add test that expr_2021 only works on 2024 edition | Eric Holk | -0/+38 |
| 2024-05-13 | Add expr_2021 nonterminal and feature flag | Eric Holk | -0/+19 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -8/+2 |
| 2024-05-12 | Add AST pretty-printer tests for let-else | David Tolnay | -0/+15 |
| 2024-05-11 | Fix redundant parens around braced macro call in match arms | David Tolnay | -1/+1 |
| 2024-05-11 | Fix pretty printer statement boundaries after braced macro call | David Tolnay | -2/+2 |
| 2024-05-11 | Add ExprKind::MacCall statement boundary tests | David Tolnay | -0/+30 |
| 2024-05-10 | fix tests after s/${length()}/${len()}/ | Jubilee Young | -140/+155 |
| 2024-05-11 | ignore generics args in attribute paths | bohan | -0/+70 |
| 2024-05-04 | compiletest: add enable-by-default check-cfg | Urgau | -3/+5 |
| 2024-05-04 | tests/ui: prepare some tests for --check-cfg by default | Urgau | -9/+9 |