Eric Holk
|
72ce1ab42f
|
Stabilize noop_waker
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
|
2024-12-05 14:14:17 -08:00 |
|
许杰友 Jieyou Xu (Joe)
|
ec2cc761bc
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
Kevin Reid
|
c48cdfe8ee
|
Remove unnecessary let s and borrowing from Waker::noop() usage.
`Waker::noop()` now returns a `&'static Waker` reference, so it can be
passed directly to `Context` creation with no temporary lifetime issue.
|
2024-01-17 12:00:27 -08:00 |
|
Michael Goulet
|
3c17514ae9
|
Use the Waker::noop API in tests
|
2023-12-14 18:34:29 +00:00 |
|
Michael Goulet
|
59315b8a63
|
Stabilize AFIT and RPITIT
|
2023-10-13 21:01:36 +00:00 |
|
Michael Goulet
|
28d58f6524
|
Bless tests
|
2023-10-03 00:37:18 +00:00 |
|
Santiago Pastorino
|
20429af7a3
|
Replace RPITIT current impl with new strategy that lowers as a GAT
|
2023-07-08 18:21:34 -03:00 |
|
Michael Goulet
|
7411468ff8
|
Mark RPITIT and AFIT as no longer incomplete
|
2023-05-02 05:04:50 +00:00 |
|
Michael Goulet
|
0949da8f4e
|
Install projection from RPITIT to default trait method opaque correctly
|
2023-03-16 01:56:49 +00:00 |
|
Michael Goulet
|
3e57b20391
|
Add test
|
2023-02-18 20:36:39 +00:00 |
|