about summary refs log tree commit diff
path: root/library/core/src/ops/mod.rs
AgeCommit message (Expand)AuthorLines
2021-08-21Remove the `TryV2` aliasScott McMurray-7/+1
2021-06-28Update to new bootstrap compilerMark Rousskov-11/+0
2021-05-19#[cfg(bootstrap)] out the v1 try_trait stuffScott McMurray-0/+2
2021-05-06Perf Experiment: Wait, what if I just skip the trait aliasScott McMurray-21/+0
2021-05-06Fix rustdoc::private-intra-doc-links errors in the docsScott McMurray-1/+1
2021-05-06Better rustc_on_unimplemented, and UI test fixesScott McMurray-2/+2
2021-05-06Actually implement the feature in the compilerScott McMurray-0/+10
2021-05-06Bootstrapping preparation for the libraryScott McMurray-0/+19
2021-04-17Add the try_trait_v2 library basicsScott McMurray-0/+7
2020-09-23Use Self more in core in doc when possibleAlexis Bourget-6/+6
2020-09-02Format ControlFlow changes with rustfmtLeonora Tindall-2/+2
2020-09-01Rename and expose LoopState as ControlFlowLeonora Tindall-0/+4
2020-08-21Remove links that get imported from the preludeLeSeulArtichaut-1/+1
2020-08-21Use intra-doc-links in `core::ops::*`LeSeulArtichaut-7/+1
2020-07-27mv std libs to library/mark-0/+199