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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
coroutine
Age
Commit message (
Expand
)
Author
Lines
2024-03-22
Implement `FusedIterator` for `gen` block
Shoyu Vanilla
-0
/
+21
2024-03-20
Update documentation
Oli Scherer
-1
/
+1
2024-03-20
Replace `mir_built` query with a hook and use mir_const everywhere instead
Oli Scherer
-6
/
+1
2024-03-19
Remove redundant coroutine captures note
Michael Goulet
-3
/
+0
2024-03-14
eagerly instantiate binders to avoid relying on `sub`
lcnr
-11
/
+5
2024-03-12
Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk
bors
-1
/
+0
2024-03-11
Update test directives for `wasm32-wasip1`
Alex Crichton
-1
/
+0
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-17
/
+20
2024-03-06
compiletest: Add a `//@ needs-threads` directive
Alex Crichton
-1
/
+1
2024-03-03
Use root obligation on E0277 for some cases
Esteban Küber
-1
/
+0
2024-02-18
Add `Future` and `IntoFuture` to the 2024 prelude
Nilstrieb
-1
/
+0
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-163
/
+163
2024-02-07
Record coroutine kind in generics
Michael Goulet
-0
/
+17
2024-02-01
On E0277 be clearer about implicit `Sized` bounds on type params and assoc types
Esteban Küber
-1
/
+1
2024-01-30
Provide more context on derived obligation error primary label
Esteban Küber
-26
/
+26
2024-01-24
Deduplicate more sized errors on call exprs
Esteban Küber
-27
/
+52
2024-01-23
Random type checker changes
Michael Goulet
-3
/
+3
2024-01-17
Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.
Kevin Reid
-4
/
+2
2024-01-13
Bless tests
George-lewis
-0
/
+5
2024-01-11
Remove special-casing around aliaskind in new solver
Michael Goulet
-1
/
+54
2024-01-05
Rollup merge of #119563 - compiler-errors:coroutine-resume, r=oli-obk
Matthias Krüger
-0
/
+109
2024-01-05
Stabilize THIR unsafeck
Matthew Jasper
-1
/
+1
2024-01-05
Remove revisions for THIR unsafeck
Matthew Jasper
-17
/
+1
2024-01-05
Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin
bors
-1
/
+1
2024-01-04
Check yield terminator's resume type in borrowck
Michael Goulet
-0
/
+109
2024-01-02
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
Jake Goulding
-1
/
+1
2023-12-29
Compute yield and return types outside of check_fn
Michael Goulet
-4
/
+4
2023-12-19
rename to verbose-internals
jyn
-3
/
+3
2023-12-18
Add a test demonstrating that RFC's note on diverging returns is subsumed by ...
Michael Goulet
-0
/
+20
2023-12-18
Make sure all kinds of generators only return unit
Michael Goulet
-0
/
+52
2023-12-18
Ensure `yield` expressions desugar correctly in async generators
Michael Goulet
-0
/
+17
2023-12-14
Rollup merge of #118948 - compiler-errors:noop, r=eholk
Jubilee
-19
/
+5
2023-12-14
Use the Waker::noop API in tests
Michael Goulet
-19
/
+5
2023-12-14
update use of feature flags
lcnr
-5
/
+5
2023-12-13
Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-e...
Matthias Krüger
-0
/
+37
2023-12-12
Actually parse async gen blocks correctly
Michael Goulet
-0
/
+14
2023-12-12
Coroutine variant fields can be uninitialized
Tomasz Miąsko
-0
/
+37
2023-12-10
remove redundant imports
surechen
-5
/
+2
2023-12-08
Make async generators fused by default
Michael Goulet
-0
/
+4
2023-12-08
Add tests
Michael Goulet
-10
/
+132
2023-12-08
Support async gen fn
Michael Goulet
-13
/
+7
2023-12-04
Address code review feedback
Eric Holk
-0
/
+19
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-0
/
+2
2023-12-04
Add a basic test for gen fn
Eric Holk
-0
/
+18
2023-12-04
Make async gen fn an error
Eric Holk
-0
/
+19
2023-12-04
gate gen fn behind gen_blocks
Eric Holk
-3
/
+5
2023-11-28
Fix coroutine validation for mixed panic strategy
Tomasz Miąsko
-0
/
+24
2023-11-24
Manual find replace updates
Nilstrieb
-1
/
+1
2023-11-24
Show number in error message even for one error
Nilstrieb
-36
/
+36
2023-11-22
Allow defining opaques in check_coroutine_obligations
Michael Goulet
-0
/
+17
[prev]
[next]