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
/
async-await
/
async-fn
Age
Commit message (
Expand
)
Author
Lines
2025-09-10
Restore the test intention of several MBE trait bound modifier tests
León Orell Valerian Liehr
-12
/
+13
2025-08-22
On E0277, point at type that doesn't implement bound
Esteban Küber
-1
/
+5
2025-07-05
Rename tests named with `mbe` to use `macro` instead
Josh Triplett
-4
/
+4
2025-06-30
Unconditionally run `check_item_type` on all items
Oli Scherer
-8
/
+8
2025-05-26
Add missing edition directives for async-await tests
Lukas Wirth
-4
/
+6
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-1
/
+4
2025-02-25
Don't suggest constraining unstable associated types
Michael Goulet
-0
/
+29
2025-01-26
Compiler: Finalize dyn compatibility renaming
León Orell Valerian Liehr
-1
/
+1
2025-01-22
Refactor dyn-compatibility error and suggestions
Taylor Cramer
-9
/
+6
2024-12-13
Stabilize async closures
Michael Goulet
-35
/
+5
2024-12-05
Stabilize noop_waker
Eric Holk
-1
/
+1
2024-12-02
Gate async fn trait bound modifier on async_trait_bounds
Michael Goulet
-26
/
+26
2024-12-02
Move tests back to using AsyncFn
Michael Goulet
-5
/
+7
2024-11-30
Do not create trait object type if missing associated types
Michael Goulet
-51
/
+2
2024-11-22
Stabilize the 2024 edition
Eric Huss
-2
/
+2
2024-11-03
use backticks instead of single quotes when reporting "use of unstable librar...
dianne
-4
/
+4
2024-10-04
Bless ui tests.
Camille GILLOT
-4
/
+4
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-4
/
+4
2024-08-19
Fix wrong argument for `get_fn_decl`
Wafarm
-0
/
+43
2024-07-25
Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease
Matthias Krüger
-1
/
+1
2024-07-23
Gate AsyncFn* under async_closure feature
Michael Goulet
-2
/
+24
2024-07-10
Reorder modifiers and polarity to be *after* binder in trait bounds
Michael Goulet
-1
/
+1
2024-05-29
Use parenthetical notation for `Fn` traits
Esteban Küber
-1
/
+1
2024-03-19
Only split by-ref/by-move futures for async closures
Michael Goulet
-55
/
+5
2024-03-10
Ignore tests w/ current/next revisions from compare-mode=next-solver
Michael Goulet
-0
/
+2
2024-02-27
Flesh out a few more tests
Michael Goulet
-0
/
+12
2024-02-27
Also support `fnptr(): async Fn` in codegen
Michael Goulet
-0
/
+31
2024-02-21
Rollup merge of #121044 - compiler-errors:mbe-async-trait-bounds, r=fmease
León Orell Valerian Liehr
-4
/
+141
2024-02-20
Support async trait bounds in macros
Michael Goulet
-4
/
+141
2024-02-20
Fix stray trait mismatch in resolve_associated_item for AsyncFn
Michael Goulet
-1
/
+26
2024-02-16
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
许杰友 Jieyou Xu (Joe)
-12
/
+12
2024-02-08
Prefer AsyncFn* over Fn* for coroutine-closures
Michael Goulet
-0
/
+24
2024-02-06
Regular closures now built-in impls for AsyncFn*
Michael Goulet
-1
/
+1
2024-01-31
Error on incorrect item kind in async bound
Michael Goulet
-0
/
+47
2024-01-31
Better error message in ed 2015
Michael Goulet
-21
/
+51
2024-01-31
Add tests
Michael Goulet
-0
/
+183
2024-01-31
Add async bound modifier to enable async Fn bounds
Michael Goulet
-0
/
+14
2023-12-25
select AsyncFn traits during overloaded call op
Michael Goulet
-1
/
+1
2023-12-25
Add AsyncFn family of traits
Michael Goulet
-0
/
+16