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
2019-07-02
fix ICE with delay-span-bug
Niko Matsakis
-0
/
+15
2019-07-02
address nits
Niko Matsakis
-1
/
+1
2019-07-02
Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rs
Niko Matsakis
-1
/
+1
2019-07-02
Update src/test/ui/async-await/multiple-lifetimes/elided.rs
Niko Matsakis
-1
/
+1
2019-07-02
Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rs
Niko Matsakis
-1
/
+1
2019-07-02
Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-one.rs
Niko Matsakis
-1
/
+1
2019-07-02
introduce more tests covering `async fn` surface
Niko Matsakis
-4
/
+239
2019-07-02
update the async-fn-multiple-lifetimes test
Niko Matsakis
-23
/
+4
2019-06-29
Always parse 'async unsafe fn' + properly ban in 2015.
Mazdak Farrokhzad
-13
/
+59
2019-06-27
Rollup merge of #62155 - cramertj:61872, r=centril
Mazdak Farrokhzad
-0
/
+21
2019-06-27
Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj
Mazdak Farrokhzad
-3
/
+72
2019-06-27
Rollup merge of #62106 - cramertj:test-await, r=centril
Mazdak Farrokhzad
-0
/
+338
2019-06-27
Add suggestion for missing `.await` keyword
Nathan Corbyn
-0
/
+124
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-25
Add more tests for async/await
Taylor Cramer
-0
/
+338
2019-06-25
rustc: correctly transform memory_index mappings for generators.
Eduard-Mihai Burtescu
-0
/
+19
2019-06-18
Preserve generator and yield source for error messages
Taylor Cramer
-4
/
+4
2019-06-07
tests: Add regression test for #61452.
David Wood
-0
/
+37
2019-06-03
rustc: async fn drop order lowering in HIR
David Wood
-0
/
+20
2019-05-31
Parse 'async unsafe fn' instead of 'unsafe async fn'.
Mazdak Farrokhzad
-2
/
+2
2019-05-29
Update ui test suite to use dyn
memoryruins
-3
/
+3
2019-05-25
Add extra arc_wake
varkor
-0
/
+64
2019-05-24
Add issues folder in async-await
varkor
-0
/
+12
2019-05-24
Add drop-order folder in test/ui/async-await
varkor
-12
/
+0
2019-05-24
Move async/await tests to test/ui/async-await
varkor
-0
/
+1670
2019-05-10
Extend existing test for nested mut patterns.
David Wood
-0
/
+8
2019-05-09
Do not modify mutability of simple bindings.
David Wood
-1
/
+1
2019-05-09
Add regression test for #60674.
David Wood
-0
/
+27
2019-05-06
Add tests for by-ref binding
Taiki Endo
-1
/
+289
2019-05-05
Correct handling of arguments in async fn
Taiki Endo
-10
/
+30
2019-05-04
Rollup merge of #60527 - davidtwco:issue-60518, r=cramertj
Mazdak Farrokhzad
-0
/
+12
2019-05-03
Fix async fn lowering ICE with APIT.
David Wood
-0
/
+12
2019-05-03
Propagate mutability from arguments to local bindings in async fn
Taiki Endo
-0
/
+10
2019-05-01
Unify tests under async-await directory.
David Wood
-0
/
+353