about summary refs log tree commit diff
path: root/src/test/ui/macros/trace_faulty_macros.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-85/+0
2022-11-14Show a note where a macro failed to matchNilstrieb-0/+1
2021-10-15Bless testsCameron Steffen-5/+5
2021-09-28Improve help for recursion limit errorsRoss MacArthur-1/+1
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-2/+4
2021-05-15Remove some unncessary spaces from pretty-printed tokenstream outputAaron Hill-6/+6
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-3/+3
2020-09-08Update testsGuillaume Gomez-1/+2
2020-03-24fix rebase fallout due to #69497.Mazdak Farrokhzad-3/+20
2020-03-19Update testJohn Kåre Alsaker-1/+12
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+3
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-1/+1
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-1/+1
2019-07-15pprust: Use `print_mac_common` for delimited token groupsVadim Petrochenkov-5/+5
2019-07-11expand: It's always possible to create a dummy AST fragmentVadim Petrochenkov-2/+0
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-4/+4
2018-11-23Reword incorrect macro invocation primary labelEsteban Küber-1/+1
2018-10-24Point to macro def span instead of whole bodyEsteban Küber-9/+7
2018-10-23Point at macro definition when no rules expect tokenEsteban Küber-4/+9
2018-03-16Update testsJohn Kåre Alsaker-0/+2
2018-02-26Update UI testsVadim Petrochenkov-6/+6
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-2/+2
2017-09-03Fix testbjorn3-1/+0
2017-09-02Better trace-macro and less span_err_fatalbjorn3-33/+4
2017-09-02Dont abort on first macro errorbjorn3-0/+77