rust/library/core/src/ops
Samuel Tardieu 484c561d78 Add diagnostic item for std::ops::ControlFlow
This will be used in Clippy to detect useless conversions done through
`ControlFlow::map_break()` and `ControlFlow::map_continue()`.
2024-11-30 19:53:36 +01:00
..
arith.rs constify Add 2024-11-21 18:56:49 +08:00
async_function.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
bit.rs Replace some usage of #[rustc_on_unimplemented] with 2024-01-05 15:23:09 +01:00
control_flow.rs Add diagnostic item for std::ops::ControlFlow 2024-11-30 19:53:36 +01:00
coroutine.rs Add must_use attribute to Coroutine trait 2024-08-12 19:27:57 -07:00
deref.rs update cfgs 2024-11-27 15:14:54 +00:00
drop.rs Constify Drop and Destruct 2024-11-25 17:27:41 +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 Avoid superfluous UB checks in IndexRange 2024-10-11 16:22:43 -07:00
mod.rs update cfgs 2024-11-27 15:14:54 +00:00
range.rs Bump version placeholders 2024-02-08 07:43:38 -05:00
try_trait.rs Simplify [T; N]::try_map signature 2024-06-11 01:50:43 -07:00
unsize.rs Library: Rename "object safe" to "dyn compatible" 2024-10-09 18:48:29 +02:00