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
/
src
/
libcore
/
result.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-25
add missing braces
Felix S Klock II
-2
/
+2
2019-03-22
Expand `impl FromIterator for Result` doc to include examples of `Err` and ea...
Felix S. Klock II
-0
/
+28
2019-03-15
Option and Result: Add references to documentation of as_ref and as_mut
Chris Gregory
-2
/
+2
2019-03-11
impl FromIterator for Result: Use assert_eq! instead of assert!
Chris Gregory
-1
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-01-13
stabilize transpose_result in 1.33
Mazdak Farrokhzad
-3
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-8
/
+8
2018-09-12
Rollup merge of #53777 - ivanbakel:result_map_or_else, r=alexcrichton
kennytm
-0
/
+30
2018-09-06
Fix invalid urls
Guillaume Gomez
-9
/
+3
2018-08-30
Added feature attribute to example code in map_or_else doc
Isaac van Bakel
-0
/
+1
2018-08-29
Corrected type variable output T -> U in Result::map_or_else
Isaac van Bakel
-1
/
+1
2018-08-29
Corrected feature status of Result::map_or_else
Isaac van Bakel
-1
/
+1
2018-08-29
Corrected bad typing in Result::map_or_else doc
Isaac van Bakel
-2
/
+2
2018-08-29
Corrected feature name for map_or_else
Isaac van Bakel
-1
/
+1
2018-08-29
Implemented map_or_else for Result<T, E>
Isaac van Bakel
-0
/
+29
2018-08-09
inline some short functions
M Farkas-Dyck
-0
/
+4
2018-07-29
resolved upstream merge conflicts
Brad Gibson
-1
/
+1
2018-05-07
Add explanation for #[must_use] on Result
Manish Goregaokar
-1
/
+1
2018-04-27
separated inner_deref Result impls
Brad Gibson
-1
/
+7
2018-04-26
cleaned up #[unstable] attributes
Brad Gibson
-3
/
+1
2018-04-26
refactored to implement without trait
Brad Gibson
-57
/
+34
2018-04-26
added DerefOption and DerefResult + tests to std
Brad Gibson
-1
/
+58
2018-03-03
core: Update stability attributes for FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-03-03
core: Stabilize FusedIterator
Ulrik Sverdrup
-3
/
+3
2018-01-10
Add transpose conversions for Option and Result
Taylor Cramer
-0
/
+29
2017-12-07
Rollup merge of #46548 - jonathanstrong:master, r=dtolnay
Guillaume Gomez
-0
/
+10
2017-12-07
adds links to methods, removes trailing whitespace
Jonathan Strong
-4
/
+6
2017-12-06
Adds language to the documentation for `Option` and `Result` suggesting
Jonathan Strong
-0
/
+8
2017-12-05
Mention the name of ? in Result's docs
steveklabnik
-4
/
+4
2017-10-10
core: derive Clone for result::IntoIter
Josh Stone
-1
/
+1
2017-08-18
Add missing urls for Result struct
Guillaume Gomez
-27
/
+73
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-06-09
Simplify FromIterator example of Result
Georg Brandl
-6
/
+3
2017-05-31
Give the `try_trait` feature its own tracking issue
Scott McMurray
-1
/
+1
2017-05-25
Lower `?` to `Try` instead of `Carrier`
Scott McMurray
-0
/
+19
2017-03-28
Fix external doc errors
Guillaume Gomez
-1
/
+1
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-2
/
+2
2017-03-17
Stabilize expect_err feature, closes #39041
Aaron Turon
-2
/
+1
2017-02-12
Sustitutes try! for ? in the Result documentation
Jordi Polo
-23
/
+15
2017-01-25
std: Stabilize APIs for the 1.16.0 release
Alex Crichton
-3
/
+1
2017-01-13
expect_err for Result.
Clar Charr
-0
/
+25
2016-12-13
doc: Explain meaning of Result iters and link to factory functions.
Martin Pool
-3
/
+26
2016-11-04
Auto merge of #37306 - bluss:trusted-len, r=alexcrichton
bors
-1
/
+10
2016-11-04
Link the tracking issue for TrustedLen
Ulrik Sverdrup
-3
/
+3
2016-11-01
Add tracking issue number to Result::unwrap_or_default unstable annotation.
Mark-Simulacrum
-1
/
+1
2016-11-01
Auto merge of #37299 - devonhollowood:result-unwrap-or-default, r=alexcrichton
bors
-0
/
+38
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-10-25
Add size hint to Result's FromIterator implementation.
Mark-Simulacrum
-0
/
+5
2016-10-21
Fix use of `result_unwrap_or_default` feature
Devon Hollowood
-0
/
+2
[next]