rust/library/core/src/ops
Matthias Krüger dd159ee24e
Rollup merge of #143424 - hkBst:auto-deref, r=jhpratt
clippy fix: rely on autoderef

Changes instances of `&**self` to `self`.
2025-07-25 11:16:34 +02:00
..
arith.rs fix const_ops tracking issue 2025-07-11 17:57:50 +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 clippy fix: rely on autoderef 2025-07-04 11:35:00 +00:00
drop.rs clippy fix: indentation 2025-07-04 11:52:17 +00:00
function.rs update issue number for const_trait_impl 2025-07-13 23:55:06 +08:00
index.rs constify Index trait and its slice impls 2025-07-15 08:27:15 +00: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 Remove some unsized tuple impls now that we don't support unsizing tuples anymore 2025-07-02 14:17:54 +00:00
try_trait.rs Constify Try, From, TryFrom 2025-07-21 12:49:45 +03:00
unsize.rs library/compiler: add PointeeSized bounds 2025-06-16 23:04:33 +00:00