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
2025-01-03
turn rustc_box into an intrinsic
Ralf Jung
-11
/
+10
2024-12-31
chore: fix some typos
peicuiping
-1
/
+1
2024-12-27
Remove the `-test` suffix from normalize directives
Zalathar
-1
/
+1
2024-12-25
Use PostBorrowckAnalysis in check_coroutine_obligations
Michael Goulet
-0
/
+2
2024-12-25
Actually print all the relevant parts of a coroutine in verbose mode
Michael Goulet
-3
/
+3
2024-12-21
coroutine_clone: add comments
Ralf Jung
-8
/
+10
2024-12-14
Rollup merge of #134181 - estebank:trim-render, r=oli-obk
Matthias Krüger
-21
/
+1
2024-12-13
Stabilize async closures
Michael Goulet
-8
/
+7
2024-12-12
Filter empty lines, comments and delimiters from previous to last multiline s...
Esteban Küber
-4
/
+1
2024-12-12
Tweak multispan rendering
Esteban Küber
-17
/
+0
2024-12-06
Remove polymorphization
Ben Kimock
-18
/
+0
2024-12-05
Stabilize noop_waker
Eric Holk
-2
/
+1
2024-12-03
Don't try and handle unfed `type_of` on anon consts
Boxy
-11
/
+1
2024-11-28
Update more 2024 tests to remove -Zunstable-options
Eric Huss
-2
/
+2
2024-11-22
Stabilize the 2024 edition
Eric Huss
-42
/
+37
2024-11-06
Add --diagnostic-width to some tests failing after 1a0c5021838
Hans Wennborg
-45
/
+47
2024-11-02
fix tests
Esteban Küber
-9
/
+10
2024-11-02
On long E0277 primary span label, move it to a `help`
Esteban Küber
-45
/
+47
2024-11-02
Point at tail expression on rpit E0277
Esteban Küber
-5
/
+27
2024-10-29
Rollup merge of #132157 - estebank:long-types-3, r=jieyouxu
Matthias Krüger
-26
/
+26
2024-10-29
Remove detail from label/note that is already available in other note
Esteban Küber
-26
/
+26
2024-10-25
Ensure that resume arg outlives region bound for coroutines
Michael Goulet
-0
/
+98
2024-10-20
Rollup merge of #131814 - Borgerr:misapplied-optimize-attribute, r=jieyouxu
Matthias Krüger
-0
/
+40
2024-10-20
misapplied optimize attribute throws a compilation error (#128488)
ash
-0
/
+40
2024-10-16
Stop inverting expectation in normalization errors
Michael Goulet
-3
/
+3
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
[prev]
[next]