rust/library/core/src/ops
Madhav Madhusoodanan f49b6c6cd5 Added into_value const function to ControlFlow<T, T>
Fixed issue with usage of generics and moved feature gate to crate root

Removed const tag

Fixed alphabetical ordering of feature gate, added same to doctest

Removed crate-level declaration of feature gate control_flow_into_value

Used const_precise_live_drops to constify into_value without issue of a drop
2025-02-24 07:36:27 +05:30
..
arith.rs Enforce syntactical stability of const traits in HIR 2025-01-14 19:12:08 +00:00
async_function.rs Make AsyncFnOnce, AsyncFnMut, AsyncFn non-#[fundamental] 2025-02-08 02:45:29 +01:00
bit.rs Replace some usage of #[rustc_on_unimplemented] with 2024-01-05 15:23:09 +01:00
control_flow.rs Added into_value const function to ControlFlow<T, T> 2025-02-24 07:36:27 +05:30
coroutine.rs Add must_use attribute to Coroutine trait 2024-08-12 19:27:57 -07:00
deref.rs Enforce syntactical stability of const traits in HIR 2025-01-14 19:12:08 +00:00
drop.rs Enforce syntactical stability of const traits in HIR 2025-01-14 19:12:08 +00:00
function.rs Rename the FIXMEs, remove a few that dont matter anymore 2024-11-03 18:59:41 +00:00
index.rs Replace some usage of #[rustc_on_unimplemented] with 2024-01-05 15:23:09 +01:00
index_range.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
mod.rs add IntoBounds trait 2025-02-12 17:38:44 -07:00
range.rs add IntoBounds trait 2025-02-12 17:38:44 -07:00
try_trait.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
unsize.rs Library: Rename "object safe" to "dyn compatible" 2024-10-09 18:48:29 +02:00