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-11-21
Enclose type in backticks for "reached the recursion limit while auto-derefer...
varkor
-1
/
+1
2018-10-28
Use token description in "expected/found" parse messages
Esteban Küber
-1
/
+1
2018-10-25
Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk
bors
-2
/
+27
2018-10-25
Rollup merge of #55253 - zackmdavis:some_suggestion, r=pnkfelix
Pietro Albini
-1
/
+26
2018-10-21
only issue "variant of the expected type" suggestion for enums
Zack M. Davis
-1
/
+26
2018-10-21
Move more parsing tests to ui/parser
Vadim Petrochenkov
-35
/
+0
2018-10-11
structured suggestion for E0223 ambiguous associated type
Zack M. Davis
-21
/
+7
2018-10-10
Auto merge of #54831 - davidtwco:issue-52663-struct-field-suggestion, r=nikom...
bors
-0
/
+6
2018-10-08
Change from label to suggestion.
David Wood
-2
/
+2
2018-10-08
Add struct field suggestions.
David Wood
-0
/
+6
2018-10-03
Rewrite the `UnconditionalRecursion` lint to use MIR
Wesley Wiser
-2
/
+27
2018-10-03
Clearer later use messages for calls
Matthew Jasper
-4
/
+3
2018-10-02
Improve mutability error suggestions.
David Wood
-4
/
+8
2018-09-20
Detect `for _ in in bar {}` typo
Esteban Küber
-4
/
+8
2018-09-16
Auto merge of #54270 - GuillaumeGomez:rollup, r=GuillaumeGomez
bors
-0
/
+120
2018-09-15
issue 54109: use short suggestions
Vitaly _Vi Shukela
-6
/
+6
2018-09-13
Add "while" tests for issue 54109
Vitaly _Vi Shukela
-1
/
+38
2018-09-13
Use span_suggestion_with_applicability for "and/or" hinter
Vitaly _Vi Shukela
-13
/
+10
2018-09-13
Add tests for issue 54109
Vitaly _Vi Shukela
-0
/
+86
2018-09-12
use structured suggestion for "missing mut" label
Andy Russell
-5
/
+5
2018-08-19
just check whether a variable is initialized
Niko Matsakis
-11
/
+8
2018-08-14
Suggested trait implementation ordering is now deterministic.
David Wood
-5
/
+5
2018-08-12
wherein we suggest float for integer literals where a float was expected
Zack M. Davis
-0
/
+86
2018-07-30
Include lifetime in mutability suggestion in NLL messages
Esteban Küber
-3
/
+3
2018-07-20
Update tests for new NLL mutability errors
Matthew Jasper
-22
/
+22
2018-07-12
Reimplement some "add `mut`" suggestions under NLL
ashtneoi
-4
/
+4
2018-06-30
Improve error messages when assigning to a local that starts initialized
Matthew Jasper
-8
/
+6
2018-06-23
add `dyn` to display of dynamic (trait) type names
Zack M. Davis
-2
/
+2
2018-06-21
Explicitly ban async in trait impls
Taylor Cramer
-2
/
+2
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
[next]