Michael Goulet
|
c682aa162b
|
Reformat using the new identifier sorting from rustfmt
|
2024-09-22 19:11:29 -04:00 |
|
Kevin Mehall
|
8d3e5fa0ae
|
Move the data and vtable methods from RawWaker to Waker
Per the `waker_getters` FCP:
https://github.com/rust-lang/rust/issues/96992#issuecomment-1941998046
|
2024-09-02 18:51:26 -06:00 |
|
Nicholas Nethercote
|
84ac80f192
|
Reformat use declarations.
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
|
2024-07-29 08:26:52 +10:00 |
|
Slanterns
|
0a6ebbaf2e
|
stabilize const_waker
|
2024-07-28 22:31:13 +08:00 |
|
Ralf Jung
|
b58f647d54
|
rename ptr::invalid -> ptr::without_provenance
also introduce ptr::dangling matching NonNull::dangling
|
2024-02-21 20:15:52 +01:00 |
|
Ralf Jung
|
8c977cfda8
|
libcore tests: avoid int2ptr casts
|
2022-06-27 13:30:44 -04:00 |
|
oxalica
|
bae0da8361
|
Implement data and vtable getters for RawWaker
|
2021-12-17 04:30:13 +08:00 |
|