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-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
2014-12-15
Move hash module from collections to core
Steven Fackler
-1
/
+1
2014-12-13
libcore: use unboxed closures in `Result` methods
Jorge Aparicio
-6
/
+8
2014-12-11
Register new snapshots
Alex Crichton
-1
/
+0
2014-12-09
rollup merge of #19653: frewsxcv/rm-reexports
Alex Crichton
-1
/
+1
2014-12-08
Remove Result and Option reexports
Corey Farwell
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+5
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-12-04
auto merge of #18980 : erickt/rust/reader, r=erickt
bors
-5
/
+4
2014-12-04
core: fix a doctest
Erick Tryzelaar
-2
/
+2
2014-12-03
Fix fallout
Jorge Aparicio
-3
/
+3
2014-11-30
std: add Reader impl for &[u8]
Erick Tryzelaar
-4
/
+3
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-22
Fix typo in Result documentation
Nicholas Bishop
-1
/
+1
2014-11-19
rollup merge of #18903: steveklabnik/error_handling_guide
Jakub Bukaj
-46
/
+0
2014-11-18
Error handling guide
Steve Klabnik
-46
/
+0
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-2
/
+4
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-3
/
+3
2014-11-16
rollup merge of #18970: aturon/fixup-stable
Jakub Bukaj
-1
/
+6
2014-11-14
libs: fix #[stable] inheritance fallout
Aaron Turon
-1
/
+6
2014-11-12
Results aren't panics
Artem
-1
/
+1
2014-11-05
Fix fallout of changing the expansion of `#[deriving(PartialEq)]`
Jorge Aparicio
-1
/
+0
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-2
/
+2
2014-11-03
core: Fix fallout of changing `#[deriving(Clone)]`
Jorge Aparicio
-1
/
+0
2014-10-29
Rename fail! to panic!
Steve Klabnik
-23
/
+23
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-40
/
+0
2014-10-07
Reinstate AsSlice impls for Option and Result
Nick Cameron
-0
/
+21
2014-10-07
Rename slice::Slice
Nick Cameron
-21
/
+0
2014-09-17
doc: Methods for result::Result.
Jonas Hietala
-28
/
+228
2014-09-17
doc: Cleanup.
Jonas Hietala
-27
/
+27
2014-09-16
Align with _mut conventions
Aaron Turon
-2
/
+14
2014-08-28
stabilize core::result
Aaron Turon
-41
/
+173
2014-07-14
Document that Result.unwrap prints the Err's value
masklinn
-2
/
+8
[next]