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-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
2014-09-26
Add Option::{ok_or, ok_or_else}
Steven Fackler
-1
/
+44
2014-09-17
doc: Backticks and spelling mistakes.
Jonas Hietala
-1
/
+1
2014-09-17
doc: Methods for option::Option
Jonas Hietala
-1
/
+217
2014-09-16
Align with _mut conventions
Aaron Turon
-2
/
+14
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-2
/
+2
2014-08-28
stabilize core::option
Aaron Turon
-43
/
+104
2014-08-26
Rebasing changes
Nick Cameron
-1
/
+4
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-2
/
+8
2014-08-18
Improve text of Option.unwrap()
Steve Klabnik
-1
/
+1
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-2
/
+2
2014-07-31
Implement slice::Vector for Option<T> and CVec<T>
Derek Harland
-9
/
+12
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-1
/
+6
[prev]
[next]