rust/library/alloc/src
Guillaume Gomez ee5956fd8a
Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk
Stabilize `const_waker`

Closes: https://github.com/rust-lang/rust/issues/102012.

For `local_waker` and `context_ext` related things, I just ~~moved them to dedicated feature gates and reused their own tracking issue (maybe it's better to open a new one later, but at least they should not be tracked under https://github.com/rust-lang/rust/issues/102012 from the beginning IMO.)~~ reused their own feature gates as suggested by ``@tgross35.``

``@rustbot`` label: +T-libs-api

r? libs-api
2024-07-28 20:07:46 +02:00
..
alloc run alloc benchmarks in Miri and fix UB 2022-11-07 10:34:04 +01:00
boxed Convert some module-level // and /// comments to //!. 2024-06-20 09:23:18 +10:00
collections Fix doc nits 2024-07-26 13:26:33 +01:00
ffi replace version placeholder 2024-06-11 16:52:02 +02:00
raw_vec try_with_capacity for RawVec 2024-03-01 18:20:48 +00:00
rc Generalize {Rc,Arc}::make_mut() to unsized types. 2024-06-22 08:08:00 -07:00
slice do not run test where it cannot run 2024-07-10 01:00:55 +02:00
sync Detect unused structs which derived Default 2024-06-25 23:29:44 +08:00
testing Adjust some comments on individual use declarations. 2024-07-17 08:05:39 +10:00
vec Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay 2024-07-28 20:07:44 +02:00
alloc.rs Fix doc nits 2024-07-26 13:26:33 +01:00
borrow.rs Impl DerefPure for more std types 2024-04-05 00:02:42 +02:00
boxed.rs Fix doc nits 2024-07-26 13:26:33 +01:00
fmt.rs Fix doc nits 2024-07-26 13:26:33 +01:00
lib.miri.rs add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
lib.rs Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk 2024-07-28 20:07:46 +02:00
macros.rs Mark format! with must_use hint 2024-07-06 14:24:20 +02:00
raw_vec.rs Fix doc nits 2024-07-26 13:26:33 +01:00
rc.rs Fix doc nits 2024-07-26 13:26:33 +01:00
slice.rs Fix wrong big O star bracing in the doc comments 2024-06-20 18:07:04 +02:00
str.rs Remove generic lifetime parameter of trait Pattern 2024-07-15 12:12:44 +02:00
string.rs Remove generic lifetime parameter of trait Pattern 2024-07-15 12:12:44 +02:00
sync.rs Fix doc nits 2024-07-26 13:26:33 +01:00
task.rs lib: fix some unnecessary_cast clippy lint 2024-03-25 23:19:40 +03:00
tests.rs remove redundant imports 2023-12-10 10:56:22 +08:00