| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -1/+1 |
| 2024-04-29 | Change wording | est31 | -1/+1 |
| 2024-04-28 | Add a note to the ArbitraryExpressionInPattern error | est31 | -0/+1 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -1/+1 |
| 2024-04-21 | Move some tests | Caio | -0/+24 |
| 2024-04-07 | Unify all the always-false cfgs under the `FALSE` cfg | Urgau | -10/+10 |
| 2024-03-27 | Suggest correct path in include_bytes! | Kornel | -3/+3 |
| 2024-03-19 | Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obk | bors | -2/+1 |
| 2024-03-18 | When displaying multispans, ignore empty lines adjacent to `...` | Esteban Küber | -2/+1 |
| 2024-03-18 | add missing test: expected paren or brace in macro | Tshepang Mbambo | -0/+23 |
| 2024-03-13 | delay expand macro bang when there has indeterminate path | bohan | -0/+110 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -3/+1 |
| 2024-03-06 | compiletest: Add a `//@ needs-threads` directive | Alex Crichton | -1/+1 |
| 2024-03-04 | Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia... | Matthias Krüger | -0/+50 |
| 2024-03-03 | Move tests | Caio | -0/+44 |
| 2024-02-29 | rename testcase | yukang | -4/+4 |
| 2024-02-29 | Suggest moving if non-found macro_rules! is defined later | yukang | -0/+50 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -0/+2 |
| 2024-02-18 | Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillot | bors | -7/+7 |
| 2024-02-18 | Rollup merge of #121067 - tshepang:make-expand-translatable, r=fmease | Matthias Krüger | -18/+28 |
| 2024-02-18 | macro_rules: Preserve all metavariable spans in a global side table | Vadim Petrochenkov | -7/+7 |
| 2024-02-17 | Allow newly added non_local_definitions lint in tests | Urgau | -0/+2 |
| 2024-02-17 | add test to guard against inaccurate diagnostic | Tshepang Mbambo | -18/+28 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -406/+406 |