| Age | Commit message (Expand) | Author | Lines |
| 2018-05-22 | Add Option::as_pin_mut | Taylor Cramer | -0/+10 |
| 2018-05-15 | Add Option::xor method | Clar Charr | -0/+36 |
| 2018-04-05 | Remove uses of option_filter feature | Thayne McCombs | -2/+0 |
| 2018-04-01 | Stabilize `Option::filter`. | Thayne McCombs | -1/+1 |
| 2018-03-31 | Commit code for option size hint | Phlosioneer | -1/+6 |
| 2018-03-20 | Implement some trivial size_hints for various iterators | Phlosioneer | -0/+5 |
| 2018-03-06 | Stabilize option_ref_mut_cloned | Matt Brubeck | -2/+1 |
| 2018-03-06 | Auto merge of #48768 - kennytm:rollup, r=kennytm | bors | -3/+3 |
| 2018-03-03 | core: Update stability attributes for FusedIterator | Ulrik Sverdrup | -3/+3 |
| 2018-03-03 | core: Stabilize FusedIterator | Ulrik Sverdrup | -3/+3 |
| 2018-02-26 | Fix doctest failure | Phlosioneer | -1/+0 |
| 2018-02-25 | Change the example string to something arbitrary | Phlosioneer | -4/+5 |
| 2018-02-24 | Slight modification to the as_ref example of std::option::Option | Phlosioneer | -2/+2 |
| 2018-01-20 | Rollup merge of #47193 - cramertj:result-opts, r=TimNN | Guillaume Gomez | -0/+29 |
| 2018-01-16 | Remove incorrect `Default::default` links, add a new one | Geoffry Song | -7/+4 |
| 2018-01-10 | Add transpose conversions for Option and Result | Taylor Cramer | -0/+29 |
| 2017-12-07 | Rollup merge of #46548 - jonathanstrong:master, r=dtolnay | Guillaume Gomez | -0/+17 |
| 2017-12-07 | adds links to methods, removes trailing whitespace | Jonathan Strong | -5/+10 |
| 2017-12-06 | Adds language to the documentation for `Option` and `Result` suggesting | Jonathan Strong | -0/+12 |
| 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 |