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
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
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-8
/
+8
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-18
/
+18
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+5
2015-01-25
Auto merge of #21558 - alexcrichton:result-debug, r=aturon
bors
-5
/
+5
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-13
/
+13
2015-01-23
grandfathered -> rust1
Brian Anderson
-40
/
+40
2015-01-23
std: Relax Result::unwrap() to Debug
Alex Crichton
-5
/
+5
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-42
/
+43
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-5
/
+5
2015-01-17
Evaluate # fn in docs
Steve Klabnik
-2
/
+0
2015-01-13
Use if-let in std::result documentation
Simonas Kazlauskas
-6
/
+4
2015-01-13
Fix a typo in std::result documentation
Simonas Kazlauskas
-1
/
+1
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+4
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-2
/
+2
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+2
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+9
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
core: use assoc types in Iterator et al
Jorge Aparicio
-12
/
+20
2014-12-26
Fixed minor typo in docs for `Result`'s `err` method
YawarRaza7349
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-19
std: Second pass stabilization of Result<T, E>
Alex Crichton
-54
/
+90
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-5
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
[next]