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
/
async-await
Age
Commit message (
Expand
)
Author
Lines
2020-11-10
Rollup merge of #76765 - guswynn:async_return, r=tmandry
Jonas Schievink
-4
/
+7
2020-11-09
Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum
Dylan DPC
-0
/
+118
2020-11-09
use RegionNameHighlight for async fn and closure returns
SNCPlay42
-2
/
+52
2020-11-04
Fix issue 78654.
Hameer Abbasi
-0
/
+54
2020-11-02
Only separate notes if span is multiline
Yuki Okushi
-6
/
+3
2020-11-02
Add "this has type `{}` which {}" note
Yuki Okushi
-0
/
+13
2020-11-02
Address some code reviews
Yuki Okushi
-16
/
+4
2020-11-02
Separate complex multispan into some notes
Yuki Okushi
-25
/
+30
2020-11-02
Avoid complex diagnostics in snippets which contain newlines
Yuki Okushi
-0
/
+56
2020-10-28
Rollup merge of #78297 - estebank:match-semicolon-2, r=oli-obk
Dylan DPC
-9
/
+49
2020-10-27
Add unsized_fn_params feature
Santiago Pastorino
-1
/
+1
2020-10-26
Suggest calling await on method call and field access
Esteban Küber
-9
/
+49
2020-10-23
Add more `.await` suggestions on E0308
Esteban Küber
-37
/
+14
2020-10-23
Silence unnecessary `await foo?` knock-down error
Esteban Küber
-67
/
+33
2020-10-23
Tweak "use `.await`" suggestion
Esteban Küber
-34
/
+39
2020-10-17
Make it more clear when complaining about async fn's return types
Gus Wynn
-4
/
+7
2020-10-06
Fix tests from rebase
Matthew Jasper
-34
/
+2
2020-10-06
Remove predicates on associated types from traits
Matthew Jasper
-2
/
+2
2020-10-06
Check opaque types satisfy their bounds
Matthew Jasper
-5
/
+0
2020-10-05
don't refer to async as 'generators'
SNCPlay42
-0
/
+68
2020-10-01
Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk
bors
-12
/
+1
2020-09-30
Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis
bors
-2
/
+2
2020-09-29
`delay_span_bug` if const-checking an `async` function
Dylan MacKenzie
-12
/
+1
2020-09-28
pretty.rs: Update Closure and Generator print
Aman Arora
-2
/
+2
2020-09-26
Call `type_of` for opaque types later in compilation
Matthew Jasper
-1
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-2
/
+2
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-119
/
+118
2020-08-27
Auto merge of #72784 - csmoe:issue-61076, r=estebank
bors
-4
/
+95
2020-08-26
suggest await on unexpected types
csmoe
-11
/
+40
2020-08-25
Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebank
bors
-4
/
+4
2020-08-25
suggest await before method
csmoe
-6
/
+21
2020-08-25
suggest await on field access
csmoe
-40
/
+33
2020-08-25
append more test cases for issue 61076
csmoe
-4
/
+58
2020-08-22
Use smaller def span for functions
Aaron Hill
-16
/
+4
2020-08-08
Be consistent when describing a move as a 'partial' in diagnostics
Aaron Hill
-4
/
+4
2020-08-04
tweak error message
Bastian Kauschke
-3
/
+3
2020-07-27
mv std libs to library/
mark
-1
/
+1
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-2
/
+2
2020-07-14
Remove redundant explanatory `note` for type parameters
Esteban Küber
-1
/
+0
2020-07-14
Suggest borrowing in more unsized fn param cases
Esteban Küber
-1
/
+4
2020-07-14
Remove `Sized` `on_unimplemented` note
Esteban Küber
-1
/
+0
2020-07-01
Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011
Manish Goregaokar
-3
/
+3
2020-07-01
Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebank
Manish Goregaokar
-0
/
+28
2020-07-01
expand: Stop using nonterminals for passing tokens to attribute and derive ma...
Vadim Petrochenkov
-3
/
+3
2020-06-28
Update tests
Dylan MacKenzie
-12
/
+2
2020-06-27
Use an 'approximate' universal upper bound when reporting region errors
Aaron Hill
-0
/
+28
2020-06-25
Adds a clearer message for when the async keyword is missing from a function
Nell Shamrell
-8
/
+11
2020-06-15
Change E0758 to E0759 to avoid conflict with #72912
Esteban Küber
-2
/
+2
2020-06-15
small tweaks
Esteban Küber
-5
/
+1
2020-06-15
Register new eror code
Esteban Küber
-0
/
+1
[next]