summary refs log tree commit diff
path: root/src/test/ui/macro_backtrace
AgeCommit message (Expand)AuthorLines
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-3/+3
2020-08-05Show backtrace numbers in backtrace whenever more than one is involvedAaron Hill-4/+4
2020-03-10--bless some testsMazdak Farrokhzad-50/+54
2020-02-06tests: add a revision to macro_backtrace without -Zmacro-backtrace.Eduard-Mihai Burtescu-4/+40
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-3/+3
2019-07-15pprust: Fix formatting regressions from the previous commitsVadim Petrochenkov-20/+20
2019-07-15pprust: Use `print_mac_common` for delimited token groupsVadim Petrochenkov-20/+20
2019-04-22Remove double trailing newlinesvarkor-1/+0
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-0/+1
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-0/+2
2018-12-25Remove licensesMark Rousskov-23/+3
2018-09-19Use full name to identify a macro in a `FileName`.Diogo Sousa-5/+5
2018-02-26Update UI testsVadim Petrochenkov-17/+17
2018-01-26Fix test in macro_backtracevarkor-5/+5
2017-12-13Move error checks out of span for easier to follow `.stderr`Esteban Küber-15/+6
2017-12-09Use spans for -Z external-macro-backtraceEsteban Küber-9/+103
2017-11-29Point to next token when it is in the expected lineEsteban Küber-6/+2
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-5/+6
2017-11-20address review commentsAlex Burka-1/+1
2017-11-19use -Z flag instead of env varAlex Burka-1/+1
2017-11-19add UI testAlex Burka-0/+66