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-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-21
/
+0
2015-03-30
Second attempt to fix #23713 based on follow-up comments in #23791.
Julian Viereck
-1
/
+1
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-28
Rollup merge of #23803 - richo:unused-braces, r=Manishearth
Manish Goregaokar
-1
/
+1
2015-03-28
cleanup: Remove unused braces in use statements
Richo Healey
-1
/
+1
2015-03-27
rollup merge of #23791: jviereck/fix-23713
Alex Crichton
-1
/
+1
2015-03-27
Fix wording for Option<T>.unwrap. Fixes #23713
Julian Viereck
-1
/
+1
2015-03-27
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+1
2015-03-27
rollup merge of #23771: aturon/stab-straggle-1
Alex Crichton
-10
/
+7
2015-03-26
Stabilize some stragglers in `std::option`
Aaron Turon
-10
/
+7
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-2
/
+2
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
[next]