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
2016-11-04
Auto merge of #37306 - bluss:trusted-len, r=alexcrichton
bors
-1
/
+10
2016-11-04
Link the tracking issue for TrustedLen
Ulrik Sverdrup
-3
/
+3
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-10-20
Implement TrustedLen for more iterators
Ulrik Sverdrup
-1
/
+10
2016-09-19
fixed the safety header/wording in option.rs
jacobpadkins
-6
/
+4
2016-09-14
Rollup merge of #36396 - athulappadan:Default-docs, r=bluss
Guillaume Gomez
-0
/
+1
2016-09-11
Documentation for default types modified
athulappadan
-1
/
+1
2016-09-11
Documentation of what does for each type
athulappadan
-0
/
+1
2016-09-11
Improve Option doc
ggomez
-28
/
+50
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-10
/
+1
2016-08-18
Add a FusedIterator trait.
Steven Allen
-2
/
+12
2016-07-20
core: impl From<T> for Option<T>
Sean McArthur
-0
/
+8
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+0
2016-03-24
Improve some Option code example
Guillaume Gomez
-7
/
+3
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-2
/
+4
2016-03-04
End stdlib module summaries with a full stop.
Steve Klabnik
-1
/
+1
2016-02-23
Register new snapshots
Aaron Turon
-1
/
+1
2016-01-22
Move cold panic functions in Option and Result
Ulrik Sverdrup
-7
/
+9
2016-01-22
Use cold functions for panic formatting Option::expect, Result::unwrap etc
Ulrik Sverdrup
-1
/
+7
2016-01-14
Require stability annotations on fields of tuple variants
Vadim Petrochenkov
-1
/
+1
2015-12-10
Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon
bors
-53
/
+0
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-53
/
+0
2015-12-10
fix missing Panics tag and missing period
Letheed
-1
/
+1
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-2
/
+2
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-0
/
+1
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-2
/
+0
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-0
/
+2
2015-10-07
Alter formatting for words in Option::cloned doc comment
Corey Farwell
-1
/
+2
2015-09-16
Simplify sample code for {Option, Result}::iter_mut
Adolfo OchagavĂa
-1
/
+1
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-1
/
+3
2015-09-03
Elide lifetimes in libcore
Manish Goregaokar
-4
/
+4
2015-08-27
core: Implement IntoIterator for Option and Result references
Georg Brandl
-0
/
+20
2015-08-15
core: Fill out issues for unstable features
Alex Crichton
-2
/
+4
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
[next]