summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2017-11-11Auto merge of #45807 - tommyip:format_err, r=estebankbors-1/+1
2017-11-09Allow a trailing comma in assert_eq/ne macroKonrad Borowski-42/+0
2017-11-06Update tests for new format! error messageTommy Ip-1/+1
2017-09-03Fix testbjorn3-1/+0
2017-09-02Fix tidy errorbjorn3-1/+1
2017-09-02Better trace-macro and less span_err_fatalbjorn3-39/+10
2017-09-02Dont abort on first macro errorbjorn3-0/+136
2017-07-26Rollup merge of #43447 - estebank:import-span, r=nikomatsakisMark Simulacrum-1/+1
2017-07-25Point at path segment on module not foundEsteban Küber-1/+1
2017-07-21More testsPerry Fraser-0/+80
2017-07-18Change the error message for multiple unused print paramsPerry Fraser-16/+5
2017-07-17Change some helps to suggestionsOliver Schneider-8/+4
2017-07-17Move some tests from compile-fail to uiOliver Schneider-0/+64
2017-07-07Fold E0613 into E0609boreeas-2/+2
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-5/+5
2017-06-15Add E0613Guillaume Gomez-2/+2
2017-06-15Add E0612Guillaume Gomez-2/+2
2017-06-12Add E0610Guillaume Gomez-2/+2
2017-06-11Add E0609Guillaume Gomez-2/+2
2017-05-29Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrusbors-2/+2
2017-05-27Add new error codes and update testsGuillaume Gomez-2/+2
2017-05-27Auto merge of #42103 - jorendorff:master, r=estebankbors-2/+5
2017-05-24Change error count messagesMichael Kohl-5/+5
2017-05-19trace_macro: Show both the macro call and its expansion. #42072.Jason Orendorff-2/+5
2017-05-06Group "macro expansion" notes per call spanEsteban Küber-10/+7
2017-05-05Use diagnostics for trace_macro instead of printlnEsteban Küber-0/+27
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-4/+1
2017-02-06improve error message when two-arg assert_eq! receives a trailing commaZack M. Davis-0/+38
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-4/+4
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-4/+4
2016-12-16Allow path fragments to be parsed as type parameter bounds in macro expansionKalita Alexey-0/+30
2016-11-11Add foreign formatting directive detection.Daniel Keep-0/+72
2016-10-02Improve error message and snippet for "did you mean `x`"Gavin Baker-6/+6
2016-09-26Update E0425, E0446, E0449Jonathan Turner-2/+2
2016-08-17Replace local backtrace with def-use, repair std macro spansJonathan Turner-0/+223