about summary refs log tree commit diff
path: root/src/test/ui/macro_backtrace/main.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-23/+0
2020-02-06tests: add a revision to macro_backtrace without -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+2
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
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-10/+0
2017-12-13Move error checks out of span for easier to follow `.stderr`Esteban Küber-3/+3
2017-12-09Use spans for -Z external-macro-backtraceEsteban Küber-1/+4
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-1/+2
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/+25