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
/
src
/
libcore
/
result.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-11-12
Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik
bors
-0
/
+6
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-0
/
+6
2015-11-12
Fix article in Result.map and Result.map_err documentation
Danilo Bargen
-2
/
+2
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-3
/
+0
2015-11-01
Stop using ok().expect() in Result docs
Florian Hartwig
-4
/
+3
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-0
/
+2
2015-09-16
Simplify sample code for {Option, Result}::iter_mut
Adolfo OchagavĂa
-1
/
+1
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-3
/
+4
2015-08-27
core: Implement IntoIterator for Option and Result references
Georg Brandl
-0
/
+20
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-2
/
+4
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-33
/
+1
2015-07-29
Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro
Steve Klabnik
-1
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-07-25
Reference issue #27277 on Result::expect
John Hodge
-1
/
+1
2015-06-17
std: Deprecate result::fold
Alex Crichton
-0
/
+3
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+3
2015-06-15
libcore/Result - RFC#1119 Add an 'expect' method to Result
John Hodge
-0
/
+20
2015-06-03
Improve `try!` docs to make clearer it returns `Result`.
Carol Nichols
-1
/
+3
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-22
/
+0
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-19
/
+24
2015-04-21
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-26
/
+0
2015-04-20
Improve doc for `Result::unwrap()`
York Xiang
-2
/
+2
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-19
/
+24
2015-04-16
Fix broken links in the docs
Florian Hartwig
-2
/
+2
2015-04-14
rollup merge of #24377: apasel422/docs
Alex Crichton
-8
/
+8
2015-04-14
rollup merge of #24303: alexcrichton/remove-deprecated
Alex Crichton
-70
/
+52
2015-04-14
core: Update all Result docs
Alex Crichton
-70
/
+52
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-8
/
+8
2015-04-06
Alter libcore::result example to utilize closure param
Corey Farwell
-1
/
+1
2015-04-06
Remove unnecessary returns in API examples
Corey Farwell
-3
/
+3
2015-04-04
Rollup merge of #24039 - frewsxcv:patch-10, r=steveklabnik
Manish Goregaokar
-7
/
+5
2015-04-03
Make example function in comment more idiomatic
Corey Farwell
-7
/
+5
2015-04-03
Simplify `match` branches in documentation comment
Corey Farwell
-6
/
+2
2015-03-28
Remove IteratorExt
Steven Fackler
-2
/
+1
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-19
/
+19
2015-03-27
rollup merge of #23752: alexcrichton/remove-should-fail
Alex Crichton
-2
/
+2
2015-03-26
Update docs to fix various 404s
Gary M. Josack
-1
/
+1
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-2
/
+2
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-19
/
+19
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+9
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+20
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+9
2015-03-21
Auto merge of #23470 - alexcrichton:less-prelude, r=aturon
bors
-7
/
+13
[next]