about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
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
2023-08-24Move issue 29181, 2804, 17431, 66768Olanti-0/+81
2023-08-18Auto merge of #114915 - nnethercote:Nonterminal-cleanups, r=petrochenkovbors-2/+18
2023-08-17[RFC-3086] Restrict the parsing of `count`Caio-0/+33
2023-08-17Add a failing case to `tests/ui/macros/macro-interpolation`.Nicholas Nethercote-2/+18
2023-08-15Cleaner assert_eq! & assert_ne! panic messagesYuri Astrakhan-15/+15
2023-07-29Change default panic handler message format.Mara Bos-10/+13
2023-07-25builtin_macros: raw str in diagnostic outputDavid Wood-3/+16
2023-07-24builtin_macros: expect raw strings tooDavid Wood-0/+17
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-6/+4
2023-07-07Add filter with next segment while lookup typo for pathyukang-4/+0
2023-07-04Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebankbors-8/+24
2023-06-28Rollup merge of #111571 - jhpratt:proc-macro-span, r=m-ou-seDylan DPC-9/+3
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber-2/+2
2023-06-22suggest importing for partial mod path in name resolvingyukang-8/+24
2023-06-20Fix testsJacob Pratt-9/+3
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-7/+7
2023-06-10Make "consider importing" consistent for macrosMu001999-11/+20
2023-06-07Auto merge of #109005 - Nilstrieb:dont-forgor-too-much-from-cfg, r=petrochenkovbors-0/+8
2023-06-07feat(expand): emit note for doc comment in macro matcherbohan-1/+84
2023-06-06fix(expand): prevent infinity loop in macro containing only "///"bohan-0/+93
2023-06-01Remember names of `cfg`-ed out items to mention them in diagnosticsNilstrieb-0/+8
2023-05-24[RFC-2011] Expand more expressionsCaio-80/+17
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-19fix: emit error when fragment is `MethodReceiverExpr` and items is emptybohan-0/+30