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
/
suggestions
Age
Commit message (
Expand
)
Author
Lines
2018-10-18
Auto merge of #54979 - estebank:path-unsized, r=nikomatsakis
bors
-0
/
+21
2018-10-10
Custom E0277 diagnostic for `Path`
Esteban Küber
-0
/
+21
2018-10-09
Reword `rustc_on_unimplemented` errors for `Iterator`
Esteban Küber
-9
/
+9
2018-08-15
Split tests more and bless them again
ashtneoi
-602
/
+653
2018-08-15
Move tests into their own directory
ashtneoi
-0
/
+0
2018-08-15
Re-bless test
ashtneoi
-0
/
+63
2018-08-15
Test move-into-Fn/FnMut errors too
ashtneoi
-2
/
+530
2018-08-15
Add another FIXME about suggestions
ashtneoi
-81
/
+83
2018-08-15
Bless UI tests
ashtneoi
-21
/
+21
2018-08-15
Test patterns in tuples
ashtneoi
-71
/
+249
2018-08-15
Coalesce var-is-not-Copy notes per move
ashtneoi
-141
/
+40
2018-08-15
Dedup suggestions
ashtneoi
-102
/
+643
2018-08-15
Remove unnecessary underscore
ashtneoi
-7
/
+7
2018-08-15
Change TODOs to FIXMEs
ashtneoi
-9
/
+9
2018-08-15
Make move errors more consistent with typeck errors
ashtneoi
-22
/
+22
2018-08-15
Make move error suggestions clearer
ashtneoi
-80
/
+80
2018-08-15
Add backquotes around variable name
ashtneoi
-51
/
+51
2018-08-15
Fix move errors for index expressions
ashtneoi
-17
/
+44
2018-08-15
Test move errors for index expressions
ashtneoi
-80
/
+313
2018-08-15
Add more TODOs
ashtneoi
-3
/
+3
2018-08-15
Suggest match ergonomics, not `ref`/`ref mut`
ashtneoi
-0
/
+933
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+394
2018-07-18
Implement existential types
Oliver Schneider
-3705
/
+0
2018-07-17
Fix doc link
Felix Rabe
-1
/
+1
2018-07-12
Bless one more test
ashtneoi
-0
/
+11
2018-07-12
span_suggestion
csmoe
-12
/
+1
2018-07-12
add nll stderr
csmoe
-0
/
+11
2018-07-12
update test
csmoe
-3
/
+3
2018-07-12
lint with ref_span
csmoe
-1
/
+1
2018-07-12
update test
csmoe
-0
/
+25
2018-07-12
Also test `&mut self` suggestion
ashtneoi
-4
/
+24
2018-07-12
Reimplement some "add `mut`" suggestions under NLL
ashtneoi
-3
/
+11
2018-07-12
Add `ref mut` suggestion test
ashtneoi
-0
/
+52
2018-07-11
Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomez
Guillaume Gomez
-2
/
+2
2018-07-10
Fix typo in error message E0277
Rémy Rakic
-2
/
+2
2018-07-09
Fix issue #51515 and update test
ashtneoi
-2
/
+12
2018-07-09
Add test case from issue #51515
ashtneoi
-0
/
+35
2018-07-07
Added UI testcases for #52049
Pramod Bisht
-0
/
+44
2018-07-01
Do not suggest changes to str literal if it isn't one
Esteban Küber
-0
/
+28
2018-07-01
Auto merge of #51883 - estebank:placement-suggestion, r=varkor
bors
-0
/
+31
2018-06-29
Fix incorrect type mismatch label pointing at return type
Esteban Küber
-3
/
+34
2018-06-28
Suggest correct comparison against negative literal
Esteban Küber
-0
/
+31
2018-06-28
Provide existing ref suggestions for more E0308 errors
Esteban Küber
-1
/
+4
2018-06-26
Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakis
Pietro Albini
-1
/
+1
2018-06-23
structured suggestion and rewording for `...` expression syntax error
Zack M. Davis
-0
/
+30
2018-06-23
add `dyn` to display of dynamic (trait) type names
Zack M. Davis
-1
/
+1
2018-06-22
Auto merge of #51670 - estebank:issue-51634, r=oli-obk
bors
-3
/
+69
2018-06-22
Auto merge of #51463 - estebank:error-codes, r=nikomatsakis
bors
-3
/
+4
2018-06-21
Account for bindings with types and in crate macros
Esteban Küber
-4
/
+58
2018-06-20
Don't suggest incorrect syntax
Esteban Küber
-1
/
+13
[next]