summary refs log tree commit diff
path: root/library/core/src/ops
AgeCommit message (Expand)AuthorLines
2022-03-14remove feature gate in control_flow examplesMarcel Hellwig-2/+0
2022-02-12Improve error messages even moreDeadbeef-0/+1
2022-02-07Change `ResultShunt` to be generic over `Try`Scott McMurray-0/+8
2022-01-26Add a minimal working `append_const_msg` argumentDeadbeef-5/+30
2022-01-23Rollup merge of #91122 - dtolnay:not, r=m-ou-seMatthias Krüger-0/+11
2022-01-19Update stabilization version of impl Not for !David Tolnay-1/+1
2022-01-04Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahcMatthias Krüger-1/+32
2021-12-13Reduce verbosity for `?` on non-`Try` expressionsEsteban Kuber-14/+4
2021-12-13Rollup merge of #91091 - ecstatic-morse:control-flow-enum-is, r=m-ou-seMatthias Krüger-2/+2
2021-12-07core::ops::unsize: improve docs for DispatchFromDynNick Cameron-1/+32
2021-12-02Make array::{try_from_fn, try_map} and Iterator::try_find generic over TryScott McMurray-0/+68
2021-12-02Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbiniMatthias Krüger-1/+1
2021-12-01Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnayMatthias Krüger-0/+21
2021-11-30Apply cfg-bootstrap switchMark Rousskov-1/+1
2021-11-23Add generator lang-itemMichael Goulet-0/+1
2021-11-21impl Not for !David Tolnay-0/+11
2021-11-20Stabilize `ControlFlow::{is_break, is_continue}`Dylan MacKenzie-2/+2
2021-11-12add slice take methodsIbraheem Ahmed-0/+21
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-0/+1
2021-10-31Rollup merge of #89446 - chrismit3s:issue-88715-fix, r=joshtriplettMatthias Krüger-0/+7
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-10-30Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obkMatthias Krüger-48/+72
2021-10-24Fix and extend ControlFlow `traverse_inorder` exampleIlya Yanok-14/+16
2021-10-23Update control_flow.rsIlya Yanok-3/+26
2021-10-22Added const versions of common numeric operationsAlexApps99-48/+72
2021-10-02Fix typo and change a word in ControlFlow docsChristoph Smithmyer-1/+1
2021-10-01Add paragraph to ControlFlow docs to menion it works with the ? operator (#88...chrismit3s-0/+7
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