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
/
tests
/
ui
/
coroutine
Age
Commit message (
Expand
)
Author
Lines
2024-09-25
Fixed diagnostics for coroutines with () as input.
Virginia Senioria
-0
/
+26
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+2
2024-09-11
Properly deny const gen/async gen fns
Michael Goulet
-0
/
+32
2024-09-08
Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors
bors
-3
/
+6
2024-08-31
Create opaque definitions in resolver.
Camille GILLOT
-3
/
+3
2024-08-20
bless ui tests
Ralf Jung
-3
/
+6
2024-08-12
Add must_use attribute to Coroutine trait
Henry Sloan
-2
/
+3
2024-08-10
rustc_ast_lowering: make "yield syntax is experimental" translatable
Pavel Grigorenko
-2
/
+0
2024-08-03
Add test for `coroutine` attribute
Oli Scherer
-0
/
+25
2024-07-21
Explain that coroutine can be marked static
Michael Goulet
-0
/
+56
2024-07-14
Use ordinal number in argument error
long-long-float
-1
/
+1
2024-07-11
Always use a colon in `//@ normalize-*:` headers
Zalathar
-1
/
+1
2024-06-27
Tighten spans for async blocks
Michael Goulet
-59
/
+46
2024-06-19
Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors
许杰友 Jieyou Xu (Joe)
-7
/
+8
2024-06-12
Require any function with a tait in its signature to actually constrain a hid...
Oli Scherer
-28
/
+30
2024-06-05
fix: break inside async closure has incorrect span for enclosing closure
Lin Yihai
-7
/
+8
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-6
/
+6
2024-05-19
add ui tests for E0373 suggestion
Joshua Wong
-0
/
+64
2024-05-07
Update Tests
Veera
-0
/
+95
2024-04-24
Modify `find_expr` from `Span` to better account for closures
Esteban Küber
-0
/
+5
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-496
/
+770
2024-04-24
Add explicit syntax for coroutines instead of relying on closures having `yie...
Oli Scherer
-2
/
+2
2024-04-15
crash -> test
Michael Goulet
-0
/
+27
2024-04-15
Do check_coroutine_obligations once per typeck root
Michael Goulet
-41
/
+55
2024-03-25
Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco
bors
-5
/
+0
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
[next]