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
/
did_you_mean
Age
Commit message (
Expand
)
Author
Lines
2018-03-25
Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoerister
kennytm
-0
/
+2
2018-03-24
Provide a proper span when demanding for the return type of `box x`.
kennytm
-9
/
+3
2018-03-22
Produce nice array lengths on a best effort basis
Oliver Schneider
-1
/
+1
2018-03-16
Update tests
John Kåre Alsaker
-0
/
+2
2018-03-14
update tests
Guillaume Gomez
-34
/
+34
2018-03-11
in which some labels and notes are upgraded to structured suggestions
Zack M. Davis
-11
/
+78
2018-03-08
in which parentheses are suggested for should-have-been-tuple-patterns
Zack M. Davis
-0
/
+135
2018-02-27
Detect missing `if` blocks
Esteban Küber
-1
/
+1
2018-02-26
Fix rebase
Vadim Petrochenkov
-2
/
+2
2018-02-26
Update UI tests
Vadim Petrochenkov
-6
/
+6
2018-02-26
Update UI tests
Vadim Petrochenkov
-128
/
+128
2018-02-26
Auto merge of #48337 - GuillaumeGomez:rustc-explain, r=estebank
bors
-0
/
+34
2018-02-25
Update ui tests
Guillaume Gomez
-0
/
+34
2018-02-19
Update tests.
Jeffrey Seyfried
-2
/
+2
2018-01-15
On E0283, point at method with the requirements
Esteban Küber
-4
/
+20
2018-01-13
Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...
bors
-2
/
+2
2018-01-06
type error method suggestions use whitelisted identity-like conversions
Zack M. Davis
-2
/
+2
2018-01-06
Use span_suggestion instead of span_err_help
keatinge
-3
/
+1
2018-01-06
Add tests for error message for pattern matching typo
keatinge
-0
/
+27
2017-12-31
Reword trying to operate in immutable fields
Esteban Küber
-37
/
+40
2017-12-20
Fix parsing of paths with fn-like generic arguments
Vadim Petrochenkov
-15
/
+7
2017-12-20
Add tests checking taht "priority" of qpath recovery is higher than unary and...
Vadim Petrochenkov
-3
/
+97
2017-12-17
syntax: recovery for incorrect associated item paths like `[T; N]::clone`
Vadim Petrochenkov
-0
/
+212
2017-12-16
in which `..` is suggested for erroneous `...` in struct field patterns
Zack M. Davis
-0
/
+35
2017-11-29
Point to next token when it is in the expected line
Esteban Küber
-3
/
+1
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-148
/
+153
2017-11-23
Add module population and case of enum in place of expression
Maxim Zholobak
-6
/
+25
2017-11-15
Add failing testcases
Maxim Zholobak
-0
/
+40
2017-10-10
output compiler message updated
Jean Lourenço
-0
/
+4
2017-08-04
Auto merge of #43442 - zackmdavis:note_available_field_names_if_levenshtein_f...
bors
-0
/
+75
2017-07-31
limit and delimit available fields in note
Zack M. Davis
-13
/
+17
2017-07-23
field does not exist error: note fields if Levenshtein suggestion fails
Zack M. Davis
-0
/
+71
2017-07-23
Auto merge of #43386 - oli-obk:suggestions, r=nikomatsakis
bors
-1
/
+1
2017-07-21
Adjust new suggestions to the suggestion guidelines
Oliver Schneider
-1
/
+1
2017-07-20
Fix test
Esteban Küber
-1
/
+1
2017-07-20
Auto merge of #43251 - gaurikholkar:span_reorder, r=nikomatsakis
bors
-4
/
+4
2017-07-18
reorder span labels
gaurikholkar
-4
/
+4
2017-07-15
path, not name, in sole-argument variant type mismatch suggestion
Zack M. Davis
-5
/
+5
2017-07-12
suggest one-argument enum variant to fix type mismatch when applicable
Zack M. Davis
-0
/
+39
2017-07-02
report the total number of errors on compilation failure
Ariel Ben-Yehuda
-2
/
+2
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-24
/
+24
2017-06-11
Add E0609
Guillaume Gomez
-2
/
+2
2017-05-27
Add new error codes and update tests
Guillaume Gomez
-23
/
+23
2017-05-24
Change error count messages
Michael Kohl
-24
/
+24
2017-05-06
Update the .stderr file for the "an" changes
acdenisSK
-1
/
+1
2017-05-05
Suggest `!` for bitwise negation when encountering a `~`
F001
-0
/
+23
2017-04-25
Rebase and address comments
Oliver Schneider
-5
/
+5
2017-04-25
Improve E0178 suggestion placement
Oliver Schneider
-0
/
+83
2017-04-20
Reduce visual clutter of multiline start when possible
Esteban Küber
-8
/
+8
2017-04-17
libsyntax/parse: improve associated item error reporting
Ariel Ben-Yehuda
-4
/
+76
[next]