about summary refs log tree commit diff
path: root/library/core/src/ops/mod.rs
AgeCommit message (Expand)AuthorLines
2025-06-12Tracking the old name of renamed unstable library attributexizheyin-1/+1
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-1/+0
2025-02-12add `IntoBounds` traitPeter Jaszkowiak-0/+2
2025-02-04Add OneSidedRangeBound to eliminate panic in `split_point_of`Taylor Cramer-2/+2
2024-11-27update cfgsBoxy-1/+0
2024-10-25Arbitrary self types v2: (unused) Receiver traitAdrian Taylor-0/+3
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-2/+2
2024-09-25Stabilize the `map`/`value` methods on `ControlFlow`Scott McMurray-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-38/+17
2024-05-01Step bootstrap cfgsMark Rousskov-1/+0
2024-04-16Add simple async drop glue generationzetanumbers-0/+3
2024-03-25Require DerefPure for patternsMichael Goulet-0/+3
2023-12-25Add AsyncFn family of traitsMichael Goulet-0/+4
2023-11-04Remove support for compiler plugins.Nicholas Nethercote-2/+2
2023-10-20s/generator/coroutine/Oli Scherer-3/+3
2023-10-20s/Generator/Coroutine/Oli Scherer-1/+1
2022-12-19Update coerce_unsized tracking issue from #27732 to #18598Anders Kaseorg-1/+1
2022-12-10Correct wrong note for short circuiting operatorsest31-4/+4
2022-09-19Optimize `array::IntoIter`Scott McMurray-0/+3
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+3
2021-12-02Make array::{try_from_fn, try_map} and Iterator::try_find generic over TryScott McMurray-0/+5
2021-11-12add slice take methodsIbraheem Ahmed-0/+3
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