about summary refs log tree commit diff
path: root/library/core/src/ops
AgeCommit message (Expand)AuthorLines
2021-09-15Const DerefDeadbeef-2/+4
2021-09-02Add "!" doc alias for `std::ops::Not`Frank Steffahn-0/+1
2021-08-21Remove the `TryV2` aliasScott McMurray-9/+3
2021-07-29Fix may not to appropriate might not or must notAli Malik-1/+1
2021-07-27Update range.rsfrogtd-4/+4
2021-07-07Fix typo in `ops::Drop` docsSwordelf2-1/+1
2021-07-02Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514Guillaume Gomez-2/+1
2021-07-01Stabilize `Bound::cloned()`Aris Merchant-2/+1
2021-06-28Update to new bootstrap compilerMark Rousskov-122/+6
2021-06-15Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-seYuki Okushi-8/+3
2021-06-14Master is 1.55 now :(Scott McMurray-3/+3
2021-06-07Correct type signature in doc for Bound::as_mutGriffin Smith-1/+1
2021-06-05Rollup merge of #83646 - glittershark:bound-map, r=m-ou-seGuillaume Gomez-1/+35
2021-06-05Add a map method to BoundGriffin Smith-1/+35
2021-05-26Rollup merge of #85645 - scottmcm:demote-from-into-try, r=yaahcYuki Okushi-8/+7
2021-05-24Demote ControlFlow::{from|into}_try to pub(crate)Scott McMurray-8/+7
2021-05-24Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebankbors-2/+27
2021-05-23Stabilize ops::ControlFlow (just the type)Scott McMurray-8/+3
2021-05-23Extend rustc_on_implemented to improve a ?-on-ControlFlow error messageScott McMurray-2/+27
2021-05-19#[cfg(bootstrap)] out the v1 try_trait stuffScott McMurray-0/+3
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-28/+7
2021-05-06Fix rustdoc::private-intra-doc-links errors in the docsScott McMurray-2/+2
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-2/+81
2021-05-06Simple library test updatesScott McMurray-13/+7
2021-05-06Actually implement the feature in the compilerScott McMurray-4/+44
2021-05-06Bootstrapping preparation for the libraryScott McMurray-7/+25
2021-04-26Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-sebors-1/+281
2021-04-25Documentation improvements (hopefully)Scott McMurray-14/+32
2021-04-18Say that it "may panic"r00ster-2/+2
2021-04-18Document that `index` and `index_mut` can panicr00ster-0/+8
2021-04-17Add the try_trait_v2 library basicsScott McMurray-1/+263
2021-04-14Fix small typo in Drop documentationMark Lodato-1/+1
2021-04-04Bump cfgsMark Rousskov-1/+1
2021-03-22Rollup merge of #82683 - jturner314:int-div-rem-doc-panic, r=nikomatsakisDylan DPC-6/+20
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-03-01Document panicking cases for integer remainderJim Turner-3/+10
2021-03-01Document panicking cases for integer divisionJim Turner-3/+10
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-3/+3
2021-02-23Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAusDylan DPC-90/+0
2021-02-13Remove ProjectionTy::from_ref_and_nameMatthew Jasper-0/+1
2021-02-12Rename `Range::ensure_subset_of` to `slice::range`dylni-101/+0
2021-02-12Fix possible soundness issue in `ensure_subset_of`dylni-95/+97
2021-02-12Improve design of `assert_len`dylni-13/+22
2021-02-06Expand the docs for ops::ControlFlow a bitScott McMurray-3/+83
2021-01-13Add as_ref and as_mut methods for BoundGriffin Smith-0/+23
2020-12-07small `TypeVisitor` refactorBastian Kauschke-0/+14
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-1/+1