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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
result.rs
Age
Commit message (
Expand
)
Author
Lines
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
2023-07-30
Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee
Matthias Krüger
-0
/
+1
2023-07-30
Mark `map_or` as `#[must_use]`
Maybe Waffle
-0
/
+1
2023-07-16
Fix typo
Alex Povel
-1
/
+1
2023-04-28
replace version placeholders
Pietro Albini
-2
/
+2
2023-04-16
core is now compilable
Deadbeef
-34
/
+6
2023-04-16
rm const traits in libcore
Deadbeef
-35
/
+21
2023-04-06
Stabilize is_some_and
Jonas Platte
-5
/
+2
2023-03-28
Auto merge of #108095 - soc:drop-contains, r=Amanieu
bors
-62
/
+0
2023-03-19
Add #[inline] to as_deref
Ben Kimock
-0
/
+2
2023-02-16
"Basic usage" is redundant for there is just one example
Tshepang Mbambo
-42
/
+0
2023-02-15
Drop unstable `Option::contains`, `Result::contains`, `Result::contains_err`
soc
-62
/
+0
2023-02-03
docs: update fragment for Result impls
Michael Howell
-3
/
+3
2022-12-13
Improve wording for Option and Result
Chris AtLee
-4
/
+3
2022-10-02
Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-se
bors
-11
/
+17
2022-10-01
Change feature name to is_some_and
Cameron Steffen
-4
/
+4
2022-10-01
Change is_some_and to take by value
Cameron Steffen
-7
/
+13
2022-09-28
Update result.rs
Marijn Schouten
-3
/
+0
2022-09-23
Constify Residual behind const_try
onestacked
-1
/
+2
2022-08-26
Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se
Yuki Okushi
-34
/
+0
2022-08-23
Add a warning about `Option/Result::and()` being eagerly evaluated
Chayim Refael Friedman
-0
/
+5
[next]