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
/
try_trait.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-06
clean up some old const trait impl syntax
Nathaniel McCallum
-6
/
+3
2025-08-06
tidy
Boxy
-1
/
+1
2025-07-21
Constify Try, From, TryFrom
Evgenii Zheltonozhskii
-1
/
+7
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-7
/
+7
2025-05-17
Switch library rustc_unimplemented to use `Self` and `This`
mejrs
-9
/
+9
2025-01-20
core: add `#![warn(unreachable_pub)]`
Urgau
-2
/
+5
2024-06-11
Simplify `[T; N]::try_map` signature
Jubilee Young
-1
/
+3
2024-04-07
Made changes in documentation
BALAGANESH
-1
/
+1
2023-10-16
Make `rustc_onunimplemented` export path agnostic
Nilstrieb
-36
/
+9
2023-06-27
Make `rustc_on_unimplemented` std-agnostic
Rageking8
-9
/
+36
2023-04-16
core is now compilable
Deadbeef
-3
/
+1
2023-04-16
rm const traits in libcore
Deadbeef
-11
/
+8
2023-03-15
Bump to latest beta
Mark Rousskov
-8
/
+1
2023-02-04
Allow canonicalizing the `array::map` loop in trusted cases
Scott McMurray
-0
/
+9
2023-02-03
Replace `ConstFnMutClosure` with const closures
Deadbeef
-6
/
+11
2022-09-30
Fixed Documentation for wrap_mut_2_imp
onestacked
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-82
/
+2
2022-09-23
Constifed Try trait
onestacked
-7
/
+11
2022-09-16
Add `const_trait`s
Deadbeef
-0
/
+2
2022-09-04
Address nits, rename enclosing_scope => parent_label
Michael Goulet
-2
/
+82
2022-05-27
Finish bumping stage0
Mark Rousskov
-1
/
+0
2022-04-30
Add `do yeet` expressions to allow experimentation in nightly
Scott McMurray
-0
/
+22
2022-02-12
Improve error messages even more
Deadbeef
-0
/
+1
2022-02-07
Change `ResultShunt` to be generic over `Try`
Scott McMurray
-0
/
+8
2021-12-13
Reduce verbosity for `?` on non-`Try` expressions
Esteban Kuber
-14
/
+4
2021-12-02
Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try
Scott McMurray
-0
/
+58
2021-07-29
Fix may not to appropriate might not or must not
Ali Malik
-1
/
+1
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-4
/
+4
2021-06-15
Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se
Yuki Okushi
-5
/
+0
2021-05-23
Stabilize ops::ControlFlow (just the type)
Scott McMurray
-5
/
+0
2021-05-23
Extend rustc_on_implemented to improve a ?-on-ControlFlow error message
Scott McMurray
-2
/
+27
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
-0
/
+79
2021-05-06
Simple library test updates
Scott McMurray
-13
/
+7
2021-05-06
Actually implement the feature in the compiler
Scott McMurray
-0
/
+4
2021-04-25
Documentation improvements (hopefully)
Scott McMurray
-14
/
+32
2021-04-17
Add the try_trait_v2 library basics
Scott McMurray
-0
/
+225