rust/library/core/src/ops
David Wood f0b84b8dcf
lint: don't consider sizedness in upcastable lint
Adding a sizedness supertrait shouldn't require multiple vtables so
shouldn't be linted against.
2025-06-16 23:04:33 +00:00
..
arith.rs Switch library rustc_unimplemented to use Self and This 2025-05-17 12:50:37 +02:00
async_function.rs Make AsyncFnOnce, AsyncFnMut, AsyncFn non-#[fundamental] 2025-02-08 02:45:29 +01:00
bit.rs fix order on shl impl 2025-03-03 09:51:51 +01:00
control_flow.rs Tracking the old name of renamed unstable library attribute 2025-06-12 19:24:11 +08:00
coroutine.rs Add must_use attribute to Coroutine trait 2024-08-12 19:27:57 -07:00
deref.rs lint: don't consider sizedness in upcastable lint 2025-06-16 23:04:33 +00:00
drop.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
function.rs Switch library rustc_unimplemented to use Self and This 2025-05-17 12:50:37 +02:00
index.rs Switch library rustc_unimplemented to use Self and This 2025-05-17 12:50:37 +02:00
index_range.rs Add some track_caller info to precondition panics 2025-05-21 09:10:06 -04:00
mod.rs Tracking the old name of renamed unstable library attribute 2025-06-12 19:24:11 +08:00
range.rs fix RangeBounds::is_empty documentation 2025-03-01 14:38:07 -07:00
try_trait.rs Tracking the old name of renamed unstable library attribute 2025-06-12 19:24:11 +08:00
unsize.rs library/compiler: add PointeeSized bounds 2025-06-16 23:04:33 +00:00