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
/
result.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-06
tidy
Boxy
-41
/
+41
2025-08-02
Rollup merge of #144478 - joshtriplett:doc-code-formatting-prep, r=Amanieu
Samuel Tardieu
-1
/
+1
2025-08-01
Constify additional Result functions
Evgenii Zheltonozhskii
-25
/
+112
2025-07-25
Improve and regularize comment placement in doc code
Josh Triplett
-1
/
+1
2025-07-21
Constify Try, From, TryFrom
Evgenii Zheltonozhskii
-8
/
+18
2025-07-01
Update version placeholders
Josh Stone
-2
/
+2
2025-06-12
Tracking the old name of renamed unstable library attribute
xizheyin
-2
/
+2
2025-06-01
Rollup merge of #141072 - Rynibami:stabilize-const-result-flatten, r=jhpratt
Jacob Pratt
-4
/
+3
2025-05-27
✨ feat: map_or_default for result and option
tk
-0
/
+30
2025-05-16
Updated feature and stable flags
Ryan van Polen
-4
/
+3
2025-04-25
Solved suggestions
Hegui Dai
-2
/
+2
2025-04-24
fix doc error
Hegui Dai
-2
/
+2
2025-04-24
fix example
Hegui Dai
-1
/
+1
2025-04-24
add examples using .as_ref() for is_err_and and is_ok_and
Hegui Dai
-0
/
+8
2025-04-24
keep original text for is_ok and is_err
Hegui Dai
-8
/
+8
2025-04-21
Solved suggestions
Hegui Dai
-15
/
+14
2025-03-26
Update the index of Result to make the summary more comprehensive
Hegui Dai
-2
/
+23
2025-03-16
Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-03-06
Remove #[cfg(not(test))] gates in core
Thalia Archibald
-1
/
+1
2025-03-06
Add UseCloned trait related code
Santiago Pastorino
-0
/
+8
2024-12-21
Less unwrap() in documentation
Kornel
-3
/
+8
2024-11-27
update cfgs
Boxy
-1
/
+1
2024-10-30
rustdoc-search: simplify rules for generics and type params
Michael Howell
-0
/
+1
2024-10-15
update bootstrap configs
Josh Stone
-2
/
+0
2024-10-15
replace placeholder version
Josh Stone
-4
/
+4
2024-10-11
stabilize const_result
Ralf Jung
-4
/
+9
2024-09-22
make unstable Result::flatten a const fn
Ralf Jung
-2
/
+7
2024-09-19
[Clippy] Swap `lines_filter_map_ok` to use a diagnostic item instead of path
GnomedDev
-0
/
+1
2024-09-08
Option, Result: put the &mut variants of 'copied' under the same feature as t...
Ralf Jung
-2
/
+8
2024-09-08
add some FIXME(const-hack)
Ralf Jung
-1
/
+1
2024-09-07
make Result::copied unstably const
Ralf Jung
-2
/
+8
2024-08-19
Add a precondition check for Layout::from_size_align_unchecked
Ben Kimock
-2
/
+0
2024-07-22
Start using `#[diagnostic::do_not_recommend]` in the standard library
Georg Semmler
-1
/
+1
2024-05-27
Rollup merge of #124870 - Lokathor:update-result-docs, r=dtolnay
Guillaume Gomez
-0
/
+21
2024-05-25
github showed that weird.
Lokathor
-1
/
+1
2024-05-25
correct for copy paste errors when fixing wrapping.
Lokathor
-6
/
+6
2024-05-25
revert to the inconsistent paragraph wrapping.
Lokathor
-52
/
+55
2024-05-15
Update library/core/src/result.rs
Renato A
-1
/
+1
2024-05-13
Don't use `T` with both Result and Option, improve explanation.
Lokathor
-67
/
+70
2024-05-10
Fix assert
Renato Alves
-1
/
+1
2024-05-10
Refactor examples and enhance documentation in result.rs
Renato Alves
-4
/
+8
2024-05-07
use teletype on the attribute name
Lokathor
-1
/
+1
2024-05-07
Some Result combinations work like an Option.
Lokathor
-0
/
+15
2024-03-25
Import the 2021 prelude in the core crate
Daniel Paoliello
-1
/
+1
2024-02-22
Add `flatmap`/`flat_map` -> `and_then` suggestions
Esteban Küber
-0
/
+1
2024-02-09
Improve Option::inspect docs
Cameron Steffen
-2
/
+6
2024-01-12
Tune the inlinability of `Result::unwrap`
Scott McMurray
-1
/
+1
2023-12-22
update version placeholders
Pietro Albini
-2
/
+2
2023-10-18
Stabilize `result_option_inspect`
Slanterns
-6
/
+2
2023-10-01
Add track_caller attribute to Result::unwrap_or_else
ravenclaw900
-0
/
+1
[next]