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
/
issues
Age
Commit message (
Expand
)
Author
Lines
2019-10-22
Add long error explanation for E0728
Yuki Okushi
-1
/
+6
2019-10-15
Rollup merge of #65235 - nikomatsakis:issue-65159-async-fn-return-ice, r=cram...
Tyler Mandry
-0
/
+19
2019-10-11
don't assume we can *always* find a return type hint in async fn
Niko Matsakis
-0
/
+19
2019-10-11
Print lifetimes with backticks
Yuki Okushi
-2
/
+2
2019-10-03
Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cra...
bors
-10
/
+12
2019-10-02
WIP fix tests
Niko Matsakis
-10
/
+12
2019-10-02
Do not collect to vec for debug output
Shotaro Yamada
-1
/
+1
2019-10-02
Fix async/await ICE #64964
Shotaro Yamada
-0
/
+22
2019-09-22
ignore-x86 instead of ignore-musl
Esteban Küber
-1
/
+1
2019-09-22
ignore musl target in tests to avoid issues with output differences
Esteban Küber
-6
/
+8
2019-09-22
On obligation errors point at the unfulfilled binding when possible
Esteban Küber
-1
/
+4
2019-09-19
fix tests for 2018
Niko Matsakis
-0
/
+4
2019-09-19
avoid generating drops for moved operands of calls
Niko Matsakis
-0
/
+46
2019-09-18
don't record all intermediate adjustment types
Niko Matsakis
-0
/
+20
2019-09-08
Update test stderr with results of enabling unused lints
Mark Rousskov
-1
/
+9
2019-08-20
--bless post no async_await gates in tests.
Mazdak Farrokhzad
-19
/
+19
2019-08-20
Remove async_await gates from tests.
Mazdak Farrokhzad
-51
/
+3
2019-08-19
adjust test to be check-pass
Niko Matsakis
-13
/
+4
2019-08-19
distinguish object-lifetime-default elision from other elision
Niko Matsakis
-0
/
+50
2019-08-16
bless you nll
Eduard-Mihai Burtescu
-1
/
+1
2019-08-14
Rollup merge of #63509 - estebank:async-span, r=Centril
Mazdak Farrokhzad
-0
/
+23
2019-08-13
review comment: move test
Esteban Küber
-0
/
+23
2019-08-13
bless tests with compare-mode=nll
Niko Matsakis
-0
/
+35
2019-08-12
revamp how we handle elision in async fn
Niko Matsakis
-0
/
+112
2019-08-07
Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj
Mazdak Farrokhzad
-0
/
+15
2019-08-02
Replace "existential" by "opaque"
varkor
-1
/
+1
2019-08-02
Update syntax in existing tests
varkor
-3
/
+4
2019-07-29
Wrap promoted generator fields in MaybeUninit
Tyler Mandry
-0
/
+15
2019-07-05
Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertj
Mazdak Farrokhzad
-10
/
+10
2019-07-05
Rollup merge of #62292 - Centril:split-async-closures, r=cramertj
Mazdak Farrokhzad
-18
/
+27
2019-07-04
Reduce reliance on feature(await_macro).
Mazdak Farrokhzad
-10
/
+10
2019-07-03
Adjust tests wrt. 'async_closure' feature gate.
Mazdak Farrokhzad
-18
/
+27
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-9
/
+9
2019-06-27
Rollup merge of #62155 - cramertj:61872, r=centril
Mazdak Farrokhzad
-0
/
+21
2019-06-26
Add regression test for MIR drop generation in async loops
Taylor Cramer
-0
/
+21
2019-06-26
Don't ICE on item in `.await` expression
Nathan Corbyn
-3
/
+72
2019-06-03
rustc: async fn drop order lowering in HIR
David Wood
-0
/
+20
2019-05-29
Update ui test suite to use dyn
memoryruins
-2
/
+2
2019-05-24
Add issues folder in async-await
varkor
-0
/
+303