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
2021-03-23
Add Result::into_err where the Ok variant can never happen
Linus Färnstrand
-0
/
+36
2021-03-07
Rollup merge of #82130 - jhpratt:const-option-result, r=RalfJung
Yuki Okushi
-1
/
+2
2021-03-06
Make some Option, Result methods unstably const
Jacob Pratt
-1
/
+2
2021-03-02
Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics
Yuki Okushi
-2
/
+1
2021-02-25
Convert the rest of the standard library primitives to intra-doc links
Joshua Nelson
-2
/
+1
2021-02-26
Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514
bors
-6
/
+6
2021-02-17
Add link to tracking issue #82223
Thom Chiovoloni
-1
/
+1
2021-02-17
Rename Result::ok_or_err to Result::into_ok_or_err
Thom Chiovoloni
-5
/
+5
2021-02-17
Fix doc link for slice::binary_search
Thom Chiovoloni
-1
/
+1
2021-02-17
Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>`
Thom Chiovoloni
-0
/
+35
2021-02-12
[librustdoc] Reform lang string token splitting
Casey Rodarmor
-6
/
+6
2021-01-25
Add tracking issue
Miguel Ojeda
-2
/
+2
2021-01-25
Link the reference about undefined behavior
Miguel Ojeda
-2
/
+6
2021-01-10
Add `SAFETY` annotations
Miguel Ojeda
-0
/
+2
2021-01-10
Add `unwrap_unchecked()` methods for `Option` and `Result`
Miguel Ojeda
-1
/
+63
2020-12-31
Remove many unnecessary manual link resolves from library
Camelid
-6
/
+0
2020-12-10
Improve wording of `flatten()` docs
Camelid
-1
/
+3
2020-10-12
Use intra-doc links for links to module-level docs
Camelid
-1
/
+1
2020-08-31
Stabilize some Result methods as const
CDirkx
-3
/
+3
2020-08-26
apply bootstrap cfgs
Pietro Albini
-2
/
+2
2020-08-20
Fix intra-doc links
Camelid
-2
/
+2
2020-08-19
Revert to old link since intra-doc link is broken
Camelid
-1
/
+1
2020-08-19
Switch to intra-doc links in `core::result`
Camelid
-68
/
+15
2020-08-16
hir: introduce lang items for AST lowering
David Wood
-0
/
+2
2020-07-31
Stabilize as_deref and as_deref on Result
Lzu Tao
-5
/
+2
2020-07-31
Remove as_deref_err and as_deref_mut_err from Result
Lzu Tao
-21
/
+0
2020-07-27
mv std libs to library/
mark
-0
/
+1588