index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
macros
Age
Commit message (
Expand
)
Author
Lines
2018-02-01
Minimize weird spans involving macro context
Esteban Küber
-0
/
+36
2018-01-18
Rollup merge of #47481 - estebank:unused-args, r=arielb1
kennytm
-39
/
+30
2018-01-16
Add secondary span pointing at the statement (error span)
Esteban Küber
-15
/
+25
2018-01-15
Point at unused arguments for format string
Esteban Küber
-45
/
+26
2018-01-15
Don't include bang in macro replacement suggestion
Ryan Cumming
-2
/
+2
2018-01-04
Do not use casting for suggestion to add type to numeric literal
Esteban Küber
-4
/
+4
2018-01-03
Provide suggestion when trying to use method on numeric literal
Esteban Küber
-7
/
+47
2017-12-10
Update ui tests' line numbers.
Tommy Ip
-2
/
+2
2017-12-10
Add must-compile-successfully comment to appropriate ui tests.
Tommy Ip
-0
/
+1
2017-11-26
mention nightly in -Z external-macro-backtrace note
Alex Burka
-4
/
+4
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-41
/
+42
2017-11-20
address review comments
Alex Burka
-4
/
+4
2017-11-19
use -Z flag instead of env var
Alex Burka
-4
/
+4
2017-11-19
update UI tests
Alex Burka
-4
/
+4
2017-11-11
Auto merge of #45807 - tommyip:format_err, r=estebank
bors
-1
/
+1
2017-11-09
Allow a trailing comma in assert_eq/ne macro
Konrad Borowski
-42
/
+0
2017-11-06
Update tests for new format! error message
Tommy Ip
-1
/
+1
2017-09-03
Fix test
bjorn3
-1
/
+0
2017-09-02
Fix tidy error
bjorn3
-1
/
+1
2017-09-02
Better trace-macro and less span_err_fatal
bjorn3
-39
/
+10
2017-09-02
Dont abort on first macro error
bjorn3
-0
/
+136
2017-07-26
Rollup merge of #43447 - estebank:import-span, r=nikomatsakis
Mark Simulacrum
-1
/
+1
2017-07-25
Point at path segment on module not found
Esteban Küber
-1
/
+1
2017-07-21
More tests
Perry Fraser
-0
/
+80
2017-07-18
Change the error message for multiple unused print params
Perry Fraser
-16
/
+5
2017-07-17
Change some helps to suggestions
Oliver Schneider
-8
/
+4
2017-07-17
Move some tests from compile-fail to ui
Oliver Schneider
-0
/
+64
2017-07-07
Fold E0613 into E0609
boreeas
-2
/
+2
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-5
/
+5
2017-06-15
Add E0613
Guillaume Gomez
-2
/
+2
2017-06-15
Add E0612
Guillaume Gomez
-2
/
+2
2017-06-12
Add E0610
Guillaume Gomez
-2
/
+2
2017-06-11
Add E0609
Guillaume Gomez
-2
/
+2
2017-05-29
Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrus
bors
-2
/
+2
2017-05-27
Add new error codes and update tests
Guillaume Gomez
-2
/
+2
2017-05-27
Auto merge of #42103 - jorendorff:master, r=estebank
bors
-2
/
+5
2017-05-24
Change error count messages
Michael Kohl
-5
/
+5
2017-05-19
trace_macro: Show both the macro call and its expansion. #42072.
Jason Orendorff
-2
/
+5
2017-05-06
Group "macro expansion" notes per call span
Esteban Küber
-10
/
+7
2017-05-05
Use diagnostics for trace_macro instead of println
Esteban Küber
-0
/
+27
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-4
/
+1
2017-02-06
improve error message when two-arg assert_eq! receives a trailing comma
Zack M. Davis
-0
/
+38
2017-01-12
resolve: Do not use "resolve"/"resolution" in error messages
Vadim Petrochenkov
-4
/
+4
2016-12-26
More systematic error reporting in path resolution
Vadim Petrochenkov
-4
/
+4
2016-12-16
Allow path fragments to be parsed as type parameter bounds in macro expansion
Kalita Alexey
-0
/
+30
2016-11-11
Add foreign formatting directive detection.
Daniel Keep
-0
/
+72
2016-10-02
Improve error message and snippet for "did you mean `x`"
Gavin Baker
-6
/
+6
2016-09-26
Update E0425, E0446, E0449
Jonathan Turner
-2
/
+2
2016-08-17
Replace local backtrace with def-use, repair std macro spans
Jonathan Turner
-0
/
+223