summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2024-03-13delay expand macro bang when there has indeterminate pathbohan-0/+110
2024-03-11Update test directives for `wasm32-wasip1`Alex Crichton-3/+1
2024-03-06compiletest: Add a `//@ needs-threads` directiveAlex Crichton-1/+1
2024-03-04Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia...Matthias Krüger-0/+50
2024-03-03Move testsCaio-0/+44
2024-02-29rename testcaseyukang-4/+4
2024-02-29Suggest moving if non-found macro_rules! is defined lateryukang-0/+50
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+2
2024-02-18Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillotbors-7/+7
2024-02-18Rollup merge of #121067 - tshepang:make-expand-translatable, r=fmeaseMatthias Krüger-18/+28
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-7/+7
2024-02-17Allow newly added non_local_definitions lint in testsUrgau-0/+2
2024-02-17add test to guard against inaccurate diagnosticTshepang Mbambo-18/+28
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-406/+406
2024-02-09Move some testsCaio-0/+52
2024-02-07Update testsr0cky-1/+1
2024-01-22Fix some cases in `space_between`.Nicholas Nethercote-17/+16
2024-01-22Don't insert spaces before most semicolons in `print_tts`.Nicholas Nethercote-1/+1
2024-01-13Bless testsGeorge-lewis-0/+15
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-2/+2
2024-01-04macro_rules: Less hacky heuristic for using `tt` metavariable spansVadim Petrochenkov-2/+2
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-2/+2
2023-12-18Fix parenthesization of subexprs containing statement boundaryDavid Tolnay-12/+6
2023-12-18Test parenthesization of leftmost subexprs containing stmt boundariesDavid Tolnay-0/+66
2023-12-17Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillotMatthias Krüger-0/+63
2023-12-13fix: Overlapping spans in delimited meta-varsEliseZeroTwo-0/+63
2023-12-13Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkovbors-210/+198
2023-12-11Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errorsMatthias Krüger-1/+20
2023-12-11Add a few cases with wonky formatting to `stringify.rs` test.Nicholas Nethercote-0/+4
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-22/+22
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-195/+147
2023-12-08Do not parenthesize exterior struct lit inside match guardsDavid Tolnay-1/+1
2023-12-08Add if_let_guard and let_chains pretty printer testsDavid Tolnay-1/+20
2023-12-04dedup for duplicate suggestionsbohan-0/+31
2023-12-01Attempt to try to resolve blocking concernsCaio-210/+198
2023-11-29Add `never_patterns` feature gateNadrieril-0/+5
2023-11-24Show number in error message even for one errorNilstrieb-65/+65
2023-11-16More detail when expecting expression but encountering bad macro argumentEsteban Küber-4/+50
2023-11-08More tests for token stream pretty-printing with adjacent punctuation.Nicholas Nethercote-0/+29
2023-11-08Clarify `space_between`.Nicholas Nethercote-0/+2
2023-10-24Augment `stringify.rs` test some more.Nicholas Nethercote-40/+38
2023-10-24Augment `stringify.rs` test.Nicholas Nethercote-2/+47
2023-10-24Redo `stringify.rs` test.Nicholas Nethercote-539/+412
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-10Don't `escape_debug` the condition of `assert!`.Nicholas Nethercote-1/+2
2023-10-10Add a ui test with an assertion that has a really long condition.Nicholas Nethercote-0/+12
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+10
2023-10-03Gate against auto traits pre-expansionMichael Goulet-0/+1
2023-09-04Add help to allow lint for the implied by suggestionUrgau-0/+1
2023-08-28Move testsCaio-0/+11