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
/
option.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-1
/
+2
2015-07-05
option: obey idiom of leaving behind a trailing comma in match blocks
Tshepang Lekhonkhobe
-15
/
+15
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-1
/
+1
2015-06-11
Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton
bors
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-10
core: impl Clone for option::IntoIter and iter::Once
Ulrik Sverdrup
-0
/
+1
2015-06-06
Remove many unneeded feature annotations in the docs
Steve Klabnik
-3
/
+0
2015-06-02
Rollup merge of #25920 - tshepang:option-map-example, r=Gankro
Manish Goregaokar
-3
/
+5
2015-06-01
doc: improve Option::map example
Tshepang Lekhonkhobe
-3
/
+5
2015-06-01
Auto merge of #25923 - tshepang:patch-1, r=Gankro
bors
-1
/
+1
2015-05-31
doc: fix displayed message
Tshepang Lekhonkhobe
-1
/
+1
2015-05-31
doc: improve map_or and map_or_else
Tshepang Lekhonkhobe
-6
/
+8
2015-05-04
Fix incorrect link in Option documentation.
Lee Jeffery
-1
/
+1
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-19
/
+24
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
[next]