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
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
2017-04-06
Rollup merge of #41108 - arielb1:tuple-blame, r=estebank
Corey Farwell
-1
/
+13
2017-04-06
don't try to blame tuple fields for immutability
Ariel Ben-Yehuda
-1
/
+13
2017-04-03
Merge branch 'master' into issue-40006
Esteban Küber
-7
/
+201
2017-03-27
Simplify error output
Esteban Küber
-7
/
+3
2017-03-27
fix handling of `self`
Ariel Ben-Yehuda
-9
/
+102
2017-03-27
borrowck: consolidate `mut` suggestions
Ariel Ben-Yehuda
-8
/
+109
2017-03-24
Identify missing item category in `impl`s
Esteban Küber
-0
/
+33
2017-03-19
Rollup merge of #40445 - estebank:issue-18150, r=jonathandturner
Corey Farwell
-1
/
+3
2017-03-14
Point out correct turbofish usage on `Foo<Bar<Baz>>`
Esteban Küber
-0
/
+57
2017-03-13
Add label to primary span for mutable access of immutable struct error
Esteban Küber
-1
/
+1
2017-03-12
Change label to "consider changing this to `mut f`"
Esteban Küber
-1
/
+1
2017-03-11
Point to let when modifying field of immutable variable
Esteban Küber
-0
/
+2
2017-03-02
Auto merge of #39655 - durka:recursion-limit-suggestion, r=nikomatsakis
bors
-0
/
+188
2017-03-02
note -> help
Alex Burka
-2
/
+2
2017-02-14
Show five traits implementation in help when there are exactly five
Sebastian Waisbrot
-0
/
+80
2017-02-09
suggest doubling recursion limit in more situations
Alex Burka
-0
/
+188
2017-02-06
Fix ICE when accessing mutably an immutable enum
Esteban Küber
-0
/
+30
2017-02-02
Suggest only if resolution was previously resolved
Son
-0
/
+29
2017-01-26
Point to immutable arg/fields when trying to use as &mut
Esteban Küber
-0
/
+136
2017-01-13
Use multiline Diagnostic for "relevant impl" list
Esteban Küber
-0
/
+112
2016-11-03
Fix invalid "ref mut mut" sugestion
Esteban Küber
-0
/
+142
2016-10-02
Improve error message and snippet for "did you mean `x`"
Gavin Baker
-0
/
+52