| Age | Commit message (Expand) | Author | Lines |
| 2018-10-08 | Bump the `Option::replace` stabilize version to 1.31.0 | Clément Renault | -1/+1 |
| 2018-10-08 | Stabilize the `Option::replace` method | Clément Renault | -3/+1 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -8/+8 |
| 2018-09-19 | Auto merge of #53877 - withoutboats:compositional-pin, r=aturon | bors | -4/+14 |
| 2018-09-17 | Cleanup and fix method resolution issue | Taylor Cramer | -4/+2 |
| 2018-09-14 | Rollup merge of #53218 - weiznich:feature/option_ref_into, r=KodrAus | kennytm | -0/+14 |
| 2018-09-06 | Fix invalid urls | Guillaume Gomez | -7/+5 |
| 2018-09-01 | Update to a new pinning API. | Without Boats | -4/+16 |
| 2018-08-23 | move PinMut into pin module and export through std | Niv Kaminer | -1/+1 |
| 2018-08-10 | Also add a `From` implementation for `&mut Option<T>` -> `Option<&mut T>' | Georg Semmler | -0/+7 |
| 2018-08-09 | Add stability attribute | Georg Semmler | -0/+1 |
| 2018-08-09 | inline some short functions | M Farkas-Dyck | -0/+4 |
| 2018-08-09 | Add a implementation of `From` for converting `&'a Option<T>` into | Georg Semmler | -0/+6 |
| 2018-07-29 | resolved upstream merge conflicts | Brad Gibson | -5/+80 |
| 2018-07-18 | Rollup merge of #52218 - rivertam:patch-1, r=withoutboats | kennytm | -2/+4 |
| 2018-07-10 | Amend option.take examples | Ben Berman | -2/+4 |
| 2018-07-09 | Fix the documentation of `Option::replace` | Clément RENAULT | -1/+1 |
| 2018-07-04 | Implement `Option::replace` in the core library | Kerollmops | -0/+27 |
| 2018-06-26 | Rollup merge of #51730 - MajorBreakfast:pin-get-mut-unchecked, r=withoutboats | Pietro Albini | -1/+1 |
| 2018-06-23 | `PinMut`: Add safe `get_mut` and rename unsafe fns to `get_mut_unchecked` and... | Josef Reinhard Brandl | -1/+1 |
| 2018-06-20 | Replace unreachable! with unreachable_unchecked | Martin Glagla | -3/+3 |
| 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-30 | fixed some and added more tests | Brad Gibson | -1/+1 |
| 2018-04-26 | refactored to implement without trait | Brad Gibson | -18/+11 |
| 2018-04-26 | added DerefOption and DerefResult + tests to std | Brad Gibson | -2/+19 |
| 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 |