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
2018-05-07
Add explanation for #[must_use] on Result
Manish Goregaokar
-1
/
+1
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
2016-10-20
Make `Result`'s `unwrap_or_default` unstable
Devon Hollowood
-3
/
+6
2016-10-20
Implement TrustedLen for more iterators
Ulrik Sverdrup
-1
/
+10
2016-10-19
Add `unwrap_or_default` method to `Result`
Devon Hollowood
-0
/
+33
2016-09-11
Improve Result doc
ggomez
-36
/
+59
2016-09-03
Indicate where `core::result::IntoIter` is created.
Corey Farwell
-1
/
+7
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-7
/
+1
2016-08-18
Add a FusedIterator trait.
Steven Allen
-0
/
+10
2016-08-10
Remove redundant `&mut ref mut` in doc for Result::as_mut()
Georg Brandl
-2
/
+2
2016-06-29
Improve code example for try!
Jupp Müller
-1
/
+4
2016-04-11
Rollup merge of #32854 - GuillaumeGomez:result_doc, r=steveklabnik
Steve Klabnik
-3
/
+44
2016-04-09
Add some missing commas and missing titles/formatting
Guillaume Gomez
-3
/
+44
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-0
/
+3
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-02-23
Register new snapshots
Aaron Turon
-2
/
+2
2016-01-22
Move cold panic functions in Option and Result
Ulrik Sverdrup
-21
/
+9
2016-01-22
Use cold functions for panic formatting Option::expect, Result::unwrap etc
Ulrik Sverdrup
-6
/
+23
2016-01-14
Require stability annotations on fields of tuple variants
Vadim Petrochenkov
-2
/
+2
2015-12-10
Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon
bors
-53
/
+0
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-53
/
+0
2015-12-10
fix missing Panics tag and missing period
Letheed
-0
/
+2
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-2
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
[next]