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
/
option.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-13
Remove unneeded box import in examples
Chase Southwood
-1
/
+0
2015-01-08
Improvements to feature staging
Brian Anderson
-2
/
+2
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-1
/
+1
2015-01-07
std: Tweak String implementations
Alex Crichton
-6
/
+6
2015-01-06
More test fixes
Alex Crichton
-1
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-6
/
+6
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-0
/
+9
2015-01-05
Remove i suffix in docs
Steve Klabnik
-6
/
+6
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
core: use assoc types in Iterator et al
Jorge Aparicio
-14
/
+24
2015-01-02
core: use assoc types in `Deref[Mut]`
Jorge Aparicio
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-6
/
+1
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+1
2014-12-17
rollup merge of #19849: alexcrichton/second-pass-option
Alex Crichton
-26
/
+87
2014-12-15
Move hash module from collections to core
Steven Fackler
-1
/
+1
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+1
2014-12-14
std: Fully stabilize Option<T>
Alex Crichton
-26
/
+87
2014-12-13
libcore: use unboxed closures in `Option` methods
Jorge Aparicio
-8
/
+8
2014-12-11
Register new snapshots
Alex Crichton
-3
/
+0
2014-12-09
Test fixes and rebase conflicts from the rollup
Alex Crichton
-0
/
+3
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
-1
/
+6
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-12-03
Fix fallout
Jorge Aparicio
-3
/
+3
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-2
/
+2
2014-11-18
make cloned generic over deref... and have its tests actually run
Alexis Beingessner
-3
/
+5
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-8
/
+10
2014-11-17
auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton
bors
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-2
/
+2
2014-11-17
auto merge of #18914 : Gankro/rust/cloned, r=aturon
bors
-0
/
+9
2014-11-17
auto merge of #18927 : areski/rust/pr-improve-option-match-readl, r=jakub-
bors
-5
/
+20
2014-11-16
implement cloned for Option
Alexis Beingessner
-0
/
+9
2014-11-14
libs: fix #[stable] inheritance fallout
Aaron Turon
-2
/
+3
2014-11-13
convert 1 line match to 2 lines for readability
areski
-5
/
+20
2014-11-05
Fix fallout of changing the expansion of `#[deriving(PartialEq)]`
Jorge Aparicio
-1
/
+1
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-7
/
+7
2014-10-21
auto merge of #18201 : Gankro/rust/option-what, r=alexcrichton
bors
-1
/
+1
2014-10-20
Fix crazy-pants match in Option docs
Alexis Beingessner
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-140
/
+0
2014-10-07
Reinstate AsSlice impls for Option and Result
Nick Cameron
-0
/
+16
2014-10-07
Rename slice::Slice
Nick Cameron
-16
/
+0
2014-09-28
Defailbloat fail!(&'static str)
Tobba
-1
/
+1
[next]