| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+2 |
| 2021-10-03 | Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht... | Manish Goregaokar | -7/+16 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -1/+1 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -4/+2 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -2/+4 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -26/+35 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -26/+35 |
| 2021-09-15 | Add tracking issue | Albin Hedman | -2/+2 |
| 2021-09-15 | Constly impl TryV2 and Residual for Option | Albin Hedman | -2/+4 |
| 2021-09-04 | Clarify what “a container” is in `FromIterator<Option<A>> for Option<V>` ... | Kevin Reid | -2/+2 |
| 2021-09-04 | Add sentence punctuation and links in `Option` docs. | Kevin Reid | -5/+5 |
| 2021-09-04 | “Moves” instead of “copies” in `<Option<T> as From<T>>::from` doc. | Kevin Reid | -1/+1 |
| 2021-08-30 | use `unwrap_unchecked` where possible | ibraheemdev | -5/+2 |
| 2021-08-29 | const fn for option copied, take & replace + tests | Lamb | -7/+16 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -1/+1 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -1/+2 |
| 2021-08-09 | Added tracking issue to unstable attribute | Chase Wilson | -1/+1 |
| 2021-08-09 | Enabled unzip_option feature for core tests & unzip docs | Chase Wilson | -0/+2 |
| 2021-08-09 | Added the `Option::unzip()` method | Chase Wilson | -0/+25 |
| 2021-08-01 | Add documentation for the order of Option and Result | Anton Golov | -0/+13 |
| 2021-07-19 | Auto merge of #87196 - oxalica:option-insert-must-use, r=joshtriplett | bors | -0/+1 |
| 2021-07-17 | Mark `Option::insert` as must_use | oxalica | -0/+1 |
| 2021-07-16 | fix typo in compile_fail doctest | Ralf Jung | -1/+1 |
| 2021-07-14 | Auto merge of #86211 - tlyu:option-result-overviews, r=joshtriplett | bors | -5/+339 |
| 2021-07-01 | fix missing word | Taylor Yu | -1/+2 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -32/+0 |
| 2021-06-24 | option/result overviews: address feedback | Taylor Yu | -70/+88 |
| 2021-06-22 | Some<T> is not a type, etc | Taylor Yu | -13/+23 |
| 2021-06-14 | add boolean operator example | Taylor Yu | -0/+30 |
| 2021-06-12 | updates based on feedback | Taylor Yu | -35/+75 |
| 2021-06-11 | add modify-in-place methods to option overview | Taylor Yu | -0/+29 |
| 2021-06-11 | more transformation methods in option overview | Taylor Yu | -0/+6 |
| 2021-06-11 | updates based on reviews | Taylor Yu | -12/+13 |
| 2021-06-10 | fix typo in option doc | Taylor Yu | -1/+1 |
| 2021-06-10 | method overviews for option and result | Taylor Yu | -0/+199 |
| 2021-06-10 | fix wording in option doc | Taylor Yu | -2/+2 |
| 2021-05-29 | Mention "null pointer optimization" in option docs. | Jacob Hoffman-Andrews | -0/+2 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -0/+2 |
| 2021-05-18 | Rollup merge of #85425 - mbartlett21:patch-1, r=scottmcm | Jack Huey | -1/+1 |
| 2021-05-18 | Fix must_use on `Option::is_none` | mbartlett21 | -1/+1 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -1/+1 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -1/+1 |
| 2021-04-27 | Reorder the parameter descriptions of map_or and map_or_else | Dan Zwell | -4/+4 |
| 2021-04-26 | Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-se | bors | -2/+31 |
| 2021-04-19 | Clarify the difference between insert and get_or_insert | Aleksey Kladov | -29/+35 |
| 2021-04-17 | Add the try_trait_v2 library basics | Scott McMurray | -2/+31 |
| 2021-04-11 | Stabilize option_insert. | Mara Bos | -3/+1 |
| 2021-03-14 | Remove Option::{unwrap_none, expect_none}. | Mara Bos | -93/+1 |
| 2021-03-10 | Rename Option::get_or_insert_default | Cameron Steffen | -17/+17 |
| 2021-03-08 | Add Option::get_or_default | Cameron Steffen | -0/+28 |