about summary refs log tree commit diff
path: root/library/core/src/ops/deref.rs
AgeCommit message (Expand)AuthorLines
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