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
2017-11-11
Refactor Option::filter method
Shanavas M
-8
/
+4
2017-11-08
Add `Option::filter()` according to RFC 2124
Lukas Kalbertodt
-0
/
+39
2017-09-27
Rename option::Missing to NoneError
Hunter Praska
-6
/
+9
2017-09-27
Add docs for Missing, correct Option's Try test
Hunter Praska
-1
/
+1
2017-09-27
Impl Try for Option
Hunter Praska
-1
/
+24
2017-08-29
Rollup merge of #43705 - panicbit:option_ref_mut_cloned, r=aturon
Ariel Ben-Yehuda
-0
/
+20
2017-08-08
Assign tracking issue to option_ref_mut_cloned
panicbit
-1
/
+1
2017-08-07
Fix Option<&mut T>::cloned doc test
panicbit
-0
/
+1
2017-08-07
libcore: Implement cloned() for Option<&mut T>
panicbit
-0
/
+19
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-07-25
std: Stabilize `option_entry` feature
Alex Crichton
-6
/
+2
2017-05-22
Adding links to option::Option
projektir
-26
/
+60
2017-05-04
Simplify types in `std::option` doc comment example.
Corey Farwell
-6
/
+6
2017-04-02
Minor changes to core::option docs
Irfan Hudda
-6
/
+6
2017-04-01
Improve docs of core::option::Iter
Irfan Hudda
-1
/
+7
2017-04-01
Improve docs of core::option::IterMut
Irfan Hudda
-1
/
+7
2017-04-01
Improve docs of core::option::IntoIter
Irfan Hudda
-1
/
+7
2017-03-20
Add missing urls in Option enum
Guillaume Gomez
-4
/
+13
2017-02-05
Rollup merge of #39289 - shahn:option_entry, r=alexcrichton
Corey Farwell
-0
/
+70
2017-02-05
Provide Entry-like API for Option
Sebastian Hahn
-0
/
+70
2017-01-30
doc: minor Option improvements
Tshepang Lekhonkhobe
-3
/
+3
2016-11-30
Add cloned example for Option
Guillaume Gomez
-0
/
+10
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
[next]