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
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
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-7
/
+13
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-2
/
+2
2015-03-18
Make it clear which value is discarded
Simonas Kazlauskas
-1
/
+1
2015-03-18
Add and fix more tests
Vadim Petrochenkov
-1
/
+2
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-17
/
+17
2015-03-09
doc: Fix extraneous as_slice()'s in docstrings
Richo Healey
-6
/
+6
2015-02-27
Rollup merge of #22817 - jmesmon:result-or-type, r=huonw
Manish Goregaokar
-2
/
+2
2015-02-25
Result::or : avoid over-specializing the type
Cody P Schafer
-2
/
+2
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-2
/
+2
2015-02-18
make FromIterator use IntoIterator
Alexis
-3
/
+4
2015-02-15
Audit integer types in result.
Niko Matsakis
-48
/
+48
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-3
/
+3
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-29
Auto merge of #21680 - japaric:slice, r=alexcrichton
bors
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-8
/
+8
[next]