about summary refs log tree commit diff
path: root/src/test/ui/proc-macro/parent-source-spans.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-53/+0
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
2020-05-03Stabilize fn-like proc macros in expression, pattern and statement positionsVadim Petrochenkov-1/+2
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-4/+0
2020-01-10Ignore platforms that can't point to stdEsteban Küber-0/+4
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-2/+0
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.
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-0/+3
Fix a number of uncovered deficiencies in diagnostics
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+61