index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
ops
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-1
/
+1
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-1
/
+0
2025-02-12
add `IntoBounds` trait
Peter Jaszkowiak
-0
/
+2
2025-02-04
Add OneSidedRangeBound to eliminate panic in `split_point_of`
Taylor Cramer
-2
/
+2
2024-11-27
update cfgs
Boxy
-1
/
+0
2024-10-25
Arbitrary self types v2: (unused) Receiver trait
Adrian Taylor
-0
/
+3
2024-10-22
Rename Receiver -> LegacyReceiver
Adrian Taylor
-2
/
+2
2024-09-25
Stabilize the `map`/`value` methods on `ControlFlow`
Scott McMurray
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-38
/
+17
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-1
/
+0
2024-04-16
Add simple async drop glue generation
zetanumbers
-0
/
+3
2024-03-25
Require DerefPure for patterns
Michael Goulet
-0
/
+3
2023-12-25
Add AsyncFn family of traits
Michael Goulet
-0
/
+4
2023-11-04
Remove support for compiler plugins.
Nicholas Nethercote
-2
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-3
/
+3
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-1
/
+1
2022-12-19
Update coerce_unsized tracking issue from #27732 to #18598
Anders Kaseorg
-1
/
+1
2022-12-10
Correct wrong note for short circuiting operators
est31
-4
/
+4
2022-09-19
Optimize `array::IntoIter`
Scott McMurray
-0
/
+3
2022-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-0
/
+3
2021-12-02
Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try
Scott McMurray
-0
/
+5
2021-11-12
add slice take methods
Ibraheem Ahmed
-0
/
+3
2021-08-21
Remove the `TryV2` alias
Scott McMurray
-7
/
+1
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-11
/
+0
2021-05-19
#[cfg(bootstrap)] out the v1 try_trait stuff
Scott McMurray
-0
/
+2
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-21
/
+0
2021-05-06
Fix rustdoc::private-intra-doc-links errors in the docs
Scott McMurray
-1
/
+1
2021-05-06
Better rustc_on_unimplemented, and UI test fixes
Scott McMurray
-2
/
+2
2021-05-06
Actually implement the feature in the compiler
Scott McMurray
-0
/
+10
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-0
/
+19
2021-04-17
Add the try_trait_v2 library basics
Scott McMurray
-0
/
+7
2020-09-23
Use Self more in core in doc when possible
Alexis Bourget
-6
/
+6
2020-09-02
Format ControlFlow changes with rustfmt
Leonora Tindall
-2
/
+2
2020-09-01
Rename and expose LoopState as ControlFlow
Leonora Tindall
-0
/
+4
2020-08-21
Remove links that get imported from the prelude
LeSeulArtichaut
-1
/
+1
2020-08-21
Use intra-doc-links in `core::ops::*`
LeSeulArtichaut
-7
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+199