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-06-19
Update the existing UI tests to reflect diagnostic changes in NLL.
Felix S. Klock II
-2
/
+7
2018-06-19
NLL: Updates to diagnostic output in `test/ui`.
Felix S. Klock II
-45
/
+62
2018-06-01
Suggest not mutably borrowing a mutable reference
Yaron Tausky
-2
/
+4
2018-05-26
Fix test
Esteban Küber
-6
/
+6
2018-05-25
in which we check for confusable Unicodepoints in float literal exponent
Zack M. Davis
-0
/
+26
2018-04-18
Update the previously checkpointed (but unused by bors) tests to reflect curr...
Felix S. Klock II
-16
/
+23
2018-04-11
Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakis
bors
-0
/
+221
2018-04-11
Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.
Felix S. Klock II
-0
/
+221
2018-04-09
in which `!` is suggested for erroneous identifier `not`
Zack M. Davis
-0
/
+94
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
[next]