| Age | Commit message (Expand) | Author | Lines |
| 2019-10-28 | Rollup merge of #64747 - ethanboxx:master, r=Centril | Mazdak Farrokhzad | -3/+1 |
| 2019-10-22 | Apply clippy::single_match suggestion | Mateusz MikuĊa | -3/+2 |
| 2019-10-20 | Rename the default argument 'def' to 'default' | David Sinclair | -2/+2 |
| 2019-10-19 | Remove unneeded `ref` from docs | Carol (Nichols || Goulding) | -2/+2 |
| 2019-10-19 | Stabilize `Option::flatten` | Ethan Brierley | -3/+1 |
| 2019-10-05 | Rollup merge of #64708 - SimonSapin:option-deref, r=Centril | Tyler Mandry | -6/+2 |
| 2019-09-30 | Fixed a misleading documentation issue #64844 | hman523 | -1/+1 |
| 2019-09-23 | Stabilize Option::deref and Option::deref_mut | Simon Sapin | -6/+2 |
| 2019-09-17 | Elide lifetimes in `Pin<&(mut) Self>` | Taiki Endo | -2/+2 |
| 2019-08-30 | Add missing examples for Option type | Guillaume Gomez | -0/+31 |
| 2019-08-06 | Rollup merge of #62459 - timvermeulen:result_sum_internal_iteration, r=scottmcm | Mazdak Farrokhzad | -2/+5 |
| 2019-07-29 | Add links to None in Option doc | Lzu Tao | -2/+2 |
| 2019-07-29 | Use internal iteration in the Sum and Product impls of Result and Option | Tim Vermeulen | -2/+5 |
| 2019-07-27 | Refactoring use commun code between option, result and accum | Stargateur | -40/+2 |
| 2019-07-18 | Use DerefMut | Yuki Okushi | -1/+1 |
| 2019-07-18 | renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per discu... | Brad Gibson | -2/+13 |
| 2019-07-17 | Auto merge of #62596 - cuviper:expect_none, r=rkruppe | bors | -1/+94 |
| 2019-07-15 | Rollup merge of #62491 - GuillaumeGomez:fix-pin-urls-for-option, r=QuietMisdr... | Mark Rousskov | -0/+4 |
| 2019-07-12 | Rollup merge of #62431 - czipperz:add-messages-to-must-use-is_-methods, r=sco... | Mazdak Farrokhzad | -2/+3 |
| 2019-07-12 | Add tracking issue 62633 | Josh Stone | -2/+2 |
| 2019-07-11 | Make cold unwraps take &dyn Debug | Josh Stone | -3/+3 |
| 2019-07-11 | Add Option::expect_none(msg) and unwrap_none() | Josh Stone | -1/+94 |
| 2019-07-08 | Fix Pin urls in Option documentation | Guillaume Gomez | -0/+4 |
| 2019-07-08 | Rollup merge of #62356 - soc:topic/contains, r=Centril | Mazdak Farrokhzad | -0/+26 |
| 2019-07-07 | Implement Option::contains, Result::contains and Result::contains_err | Simon Ochsenreither | -0/+26 |
| 2019-07-07 | Rollup merge of #62379 - GuillaumeGomez:option-doc-links, r=QuietMisdreavus | Mazdak Farrokhzad | -10/+22 |
| 2019-07-05 | Wrap line | Chris Gregory | -1/+2 |
| 2019-07-05 | Add messages to Option and Result must_use for is_* | Chris Gregory | -2/+2 |
| 2019-07-04 | Add missing links in Option documentation | Guillaume Gomez | -10/+22 |
| 2019-07-04 | Rollup merge of #62344 - matklad:simplify-option, r=sfackler | Mazdak Farrokhzad | -9/+1 |
| 2019-07-03 | simplify Option::get_or_insert | Aleksey Kladov | -9/+1 |
| 2019-07-01 | Use mem::take instead of mem::replace with default | Chris Gregory | -1/+1 |
| 2019-06-13 | Rollup merge of #60376 - lzutao:stabilize-option_xor, r=SimonSapin | Mazdak Farrokhzad | -3/+1 |
| 2019-06-05 | Stabilize Option::xor | Lzu Tao | -3/+1 |
| 2019-06-01 | Implement Clone::clone_from for Option. | Mara Bos | -1/+20 |
| 2019-04-26 | Add flatten option for `Option<Option<T>>` | Ethan Brierley | -1/+31 |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -2/+2 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -3/+3 |
| 2019-04-08 | Add must_use annotations to Result::is_ok and is_err | Alex Gaynor | -0/+2 |
| 2019-03-25 | Update src/libcore/option.rs | Pascal Hertleif | -1/+1 |
| 2019-03-22 | Expand `impl FromIterator for Option` doc to include example of early termina... | Felix S. Klock II | -0/+20 |
| 2019-03-16 | Rollup merge of #59231 - matklad:copied, r=Centril | kennytm | -6/+2 |
| 2019-03-16 | Stabilize Option::copied | Aleksey Kladov | -6/+2 |
| 2019-03-15 | Option and Result: Add references to documentation of as_ref and as_mut | Chris Gregory | -2/+2 |
| 2019-03-03 | Remove stray ` in the documentation for the FromIterator implementation for O... | Alexandra V | -1/+1 |
| 2019-02-20 | Rollup merge of #58553 - scottmcm:more-ihle, r=Centril | kennytm | -4/+4 |
| 2019-02-17 | Use more impl header lifetime elision | Scott McMurray | -4/+4 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -3/+3 |
| 2019-01-13 | stabilize transpose_result in 1.33 | Mazdak Farrokhzad | -3/+1 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -0/+42 |