about summary refs log tree commit diff
path: root/library/core/src/ops/deref.rs
AgeCommit message (Expand)AuthorLines
2025-08-06tidyBoxy-1/+1
2025-07-04clippy fix: rely on autoderefMarijn Schouten-3/+3
2025-06-16lint: don't consider sizedness in upcastable lintDavid Wood-1/+0
2025-06-16library/compiler: add `PointeeSized` boundsDavid Wood-7/+10
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-0/+3
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-0/+2
2025-01-08update cfg(bootstrap)Pietro Albini-46/+1
2024-11-27update cfgsBoxy-5/+1
2024-11-24Constify Deref and DerefMutMichael Goulet-0/+47
2024-11-11Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiserMatthias Krüger-2/+86
2024-10-25Arbitrary self types v2: (unused) Receiver traitAdrian Taylor-2/+86
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-3/+3
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-7/+13
2024-07-29Remove spurious backticks detected by `rustdoc::unescaped_backticks`Miguel Ojeda-1/+1
2024-05-01Step bootstrap cfgsMark Rousskov-1/+1
2024-03-25Extract helper, fix comment on DerefPureMichael Goulet-1/+9
2024-03-25Require DerefPure for patternsMichael Goulet-0/+11
2024-01-05Fix a typo in core::ops::Deref's docLaura Demkowicz-Duffy-1/+1
2023-11-04Draft fleshed-out deref docsjmaargh-39/+123
2023-10-05Add more diagnostic items for clippyJason Newcomb-0/+1
2023-09-06clarify that unsafe code must not rely on our safe traitsRalf Jung-0/+10
2023-04-16rm const traits in libcoreDeadbeef-6/+2
2022-11-06cfg-step codeMark Rousskov-1/+1
2022-09-16Add more `const_trait` annotationsDeadbeef-1/+2
2022-09-16Add `const_trait`sDeadbeef-0/+1
2022-04-03Improve doc example of DerefMutNikolaos Chatzikonstantinou-1/+1
2021-09-15Const DerefDeadbeef-2/+4
2021-04-04Bump cfgsMark Rousskov-1/+1
2021-03-03Fix borrow and derefRyan Levick-0/+2
2021-03-03Remove lint pass on borrow and derefRyan Levick-2/+0
2021-03-03Fix testsRyan Levick-0/+1
2021-03-03Add tests and support two more noop methodsRyan Levick-0/+1
2021-02-13Remove ProjectionTy::from_ref_and_nameMatthew Jasper-0/+1
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-0/+2
2020-08-21Use intra-doc-links in `core::ops::*`LeSeulArtichaut-2/+0
2020-07-27mv std libs to library/mark-0/+194