about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/parent-source-spans.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-183/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being ↵Oli Scherer-12/+6
available
2022-07-19Mention first and last macro in backtraceMichael Goulet-5/+5
2022-07-06use `named_span` in case of tuple variantTakayuki Maeda-3/+3
2022-06-02Revert #96682.Nicholas Nethercote-14/+14
The change was "Show invisible delimiters (within comments) when pretty printing". It's useful to show these delimiters, but is a breaking change for some proc macros. Fixes #97608.
2022-05-04Show invisible delimeters (within comments) when pretty printing.Nicholas Nethercote-14/+14
2021-10-15Bless testsCameron Steffen-22/+22
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-3/+3
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-9/+9
When there are multiple macros in use, it can be difficult to tell which one was responsible for producing an error.
2020-07-27mv std libs to library/mark-3/+3
2020-05-03Stabilize fn-like proc macros in expression, pattern and statement positionsVadim Petrochenkov-21/+21
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-21/+21
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+18
2020-01-10Ignore platforms that can't point to stdEsteban Küber-21/+21
2020-01-10Point at the span for the definition of crate foreign ADTsEsteban Küber-0/+15
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-21/+21
Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method.
2019-01-09clarify resolve typo suggestionAndy Russell-3/+3
Include the kind of the binding that we're suggesting, and use a structured suggestion.
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-15/+15
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-1/+29
Fix a number of uncovered deficiencies in diagnostics
2018-12-25Remove licensesMark Rousskov-18/+18
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+128