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
2017-12-15
in which suggestions to borrow casts or binary expressions are rectified
Zack M. Davis
-0
/
+50
2017-12-14
When attempting to write str with single quote suggest double quotes
Esteban Küber
-0
/
+26
2017-12-14
Remove NOTE/HELP annotations from UI tests
Vadim Petrochenkov
-122
/
+66
2017-12-14
Auto merge of #46633 - estebank:arg-mismatch, r=arielb1
bors
-2
/
+2
2017-12-10
Point at whole method call instead of args
Esteban Küber
-2
/
+2
2017-12-09
Resolve type on return type suggestion
Esteban Küber
-0
/
+43
2017-12-01
Use suggestions instead of notes ref mismatches
Esteban Küber
-3
/
+5
2017-12-01
Auto merge of #45997 - estebank:pub-ident, r=nikomatsakis
bors
-0
/
+126
2017-11-28
Rollup merge of #46249 - estebank:suggest-slice, r=arielb1
kennytm
-0
/
+76
2017-11-27
reword to "consider borrowing here: `{suggestion}`"
Esteban Küber
-2
/
+2
2017-11-25
Fix test
Esteban Küber
-2
/
+5
2017-11-25
Remove index type check (review comment)
Esteban Küber
-1
/
+1
2017-11-25
Add inline `compile-fail` markers to tests
Esteban Küber
-0
/
+5
2017-11-25
Add `compile-fail` style comments to tests
Esteban Küber
-8
/
+23
2017-11-25
Suggest using slice when encountering `let x = ""[..];`
Esteban Küber
-0
/
+61
2017-11-24
Use `get_parent_node` instead of using spans
Esteban Küber
-2
/
+2
2017-11-24
Be more obvious when suggesting dereference
Esteban Küber
-0
/
+28
2017-11-24
Suggest macro call when not sure that it is fn definition
Esteban Küber
-5
/
+2
2017-11-24
Do not attemt to continue parsing after `pub ident`
Esteban Küber
-160
/
+47
2017-11-24
Do not rewind parser and ignore following blocks
Esteban Küber
-0
/
+183
2017-11-24
Account for missing keyword in fn/struct definition
Esteban Küber
-0
/
+54
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-99
/
+111
2017-11-16
Use local spans only
Esteban Küber
-11
/
+6
2017-11-15
Point to ADT definition when not finding variant, method, assoc type
Esteban Küber
-6
/
+56
2017-11-10
Rollup merge of #45856 - estebank:issue-45829, r=nikomatsakis
kennytm
-0
/
+55
2017-11-08
Fix help for duplicated names: `extern crate (...) as (...)`
Esteban Küber
-0
/
+55
2017-11-03
Detect `=` -> `:` typo in let bindings
Esteban Küber
-0
/
+30
2017-10-31
Add UI test
Cldfire
-0
/
+38
2017-10-13
Rollup merge of #45221 - estebank:issue-41790, r=nikomatsakis
kennytm
-0
/
+30
2017-10-11
Point at immutable outer variable
Esteban Küber
-0
/
+30
2017-10-10
Add suggestions for misspelled labels
Thomas Jespersen
-0
/
+46
2017-09-27
Add UI tests
Hunter Praska
-0
/
+47
2017-09-24
Change Levensthein-based method to a single suggestion
Thomas Jespersen
-9
/
+9
2017-09-21
Add suggestions for misspelled method names
Thomas Jespersen
-0
/
+72
2017-09-03
add error message for the other case too
Ariel Ben-Yehuda
-5
/
+7
2017-09-03
on_unimplemented: add method-name checks and use them in Try
Ariel Ben-Yehuda
-6
/
+40
2017-09-03
address review comments
Ariel Ben-Yehuda
-22
/
+9
2017-09-03
enable desugaring-sensitive error messages and use them in Try
Ariel Ben-Yehuda
-6
/
+35
2017-08-29
Check the substituted return type in return type suggestions.
Ariel Ben-Yehuda
-0
/
+30
2017-07-23
Auto merge of #43096 - estebank:ascription-help, r=nikomatsakis
bors
-0
/
+67
2017-07-18
Handle type ascription cases with a method call instead of a type
Esteban Küber
-0
/
+31
2017-07-17
Add flag to hide code on inline suggestions
Esteban Küber
-1
/
+1
2017-07-17
Change some helps to suggestions
Oliver Schneider
-1
/
+1
2017-07-16
Point at `:` when using it instead of `;`
Esteban Küber
-0
/
+36
2017-07-05
Add `rustc_on_unimplemented` message to `std::ops::Try`
Esteban Küber
-0
/
+27
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-6
/
+6
2017-05-27
Add new error codes and update tests
Guillaume Gomez
-17
/
+17
2017-05-24
Change error count messages
Michael Kohl
-6
/
+6
2017-04-25
Rebase and address comments
Oliver Schneider
-4
/
+4
2017-04-12
Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1
Tim Neumann
-0
/
+26
[next]