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-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+4
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+17
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+4
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-23
/
+23
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-1
/
+1
2015-02-18
make FromIterator use IntoIterator
Alexis
-3
/
+3
2015-02-17
Rollup merge of #22111 - robinst:option-docs-flatmap, r=steveklabnik
Manish Goregaokar
-0
/
+2
2015-02-17
Rollup merge of #22294 - nikomatsakis:integer-audit, r=huonw
Manish Goregaokar
-28
/
+28
2015-02-15
Change arbirary types from `usize` to `u32`.
Niko Matsakis
-13
/
+13
2015-02-15
Include "flatmap" in docs of Option::and_then
Robin Stocker
-0
/
+2
2015-02-13
Audit integer type usage in `core::option`
Niko Matsakis
-28
/
+28
2015-02-13
Add link to module-level Option documentation.
Steve Klabnik
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+2
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-31
/
+31
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-31
/
+31
2015-01-23
grandfathered -> rust1
Brian Anderson
-40
/
+40
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-6
/
+6
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-6
/
+6
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-46
/
+50
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
[next]