| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-09 | Move some tests | Caio | -0/+52 |
| 2024-02-07 | Update tests | r0cky | -1/+1 |
| 2024-01-22 | Fix some cases in `space_between`. | Nicholas Nethercote | -17/+16 |
| 2024-01-22 | Don't insert spaces before most semicolons in `print_tts`. | Nicholas Nethercote | -1/+1 |
| 2024-01-13 | Bless tests | George-lewis | -0/+15 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -2/+2 |
| 2024-01-04 | macro_rules: Less hacky heuristic for using `tt` metavariable spans | Vadim Petrochenkov | -2/+2 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -2/+2 |
| 2023-12-18 | Fix parenthesization of subexprs containing statement boundary | David Tolnay | -12/+6 |
| 2023-12-18 | Test parenthesization of leftmost subexprs containing stmt boundaries | David Tolnay | -0/+66 |
| 2023-12-17 | Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillot | Matthias Krüger | -0/+63 |
| 2023-12-13 | fix: Overlapping spans in delimited meta-vars | EliseZeroTwo | -0/+63 |
| 2023-12-13 | Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkov | bors | -210/+198 |
| 2023-12-11 | Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errors | Matthias Krüger | -1/+20 |
| 2023-12-11 | Add a few cases with wonky formatting to `stringify.rs` test. | Nicholas Nethercote | -0/+4 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -22/+22 |
| 2023-12-11 | Improve `print_tts` by changing `tokenstream::Spacing`. | Nicholas Nethercote | -195/+147 |
| 2023-12-08 | Do not parenthesize exterior struct lit inside match guards | David Tolnay | -1/+1 |
| 2023-12-08 | Add if_let_guard and let_chains pretty printer tests | David Tolnay | -1/+20 |
| 2023-12-04 | dedup for duplicate suggestions | bohan | -0/+31 |
| 2023-12-01 | Attempt to try to resolve blocking concerns | Caio | -210/+198 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+5 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -65/+65 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -4/+50 |
| 2023-11-08 | More tests for token stream pretty-printing with adjacent punctuation. | Nicholas Nethercote | -0/+29 |
| 2023-11-08 | Clarify `space_between`. | Nicholas Nethercote | -0/+2 |
| 2023-10-24 | Augment `stringify.rs` test some more. | Nicholas Nethercote | -40/+38 |
| 2023-10-24 | Augment `stringify.rs` test. | Nicholas Nethercote | -2/+47 |
| 2023-10-24 | Redo `stringify.rs` test. | Nicholas Nethercote | -539/+412 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -1/+1 |