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-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
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
[next]