| Age | Commit message (Expand) | Author | Lines |
| 2021-10-06 | Rebase Result::map_or_else doc wording on top of #89400. | Orson Peters | -3/+2 |
| 2021-10-04 | Rollup merge of #89400 - Nitepone:nitepone/map-or-else-docfix, r=dtolnay | Jubilee | -4/+4 |
| 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 | -6/+2 |
| 2021-09-30 | Improve wording of `map_or_else` docs | Tyler Hart | -4/+4 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -2/+6 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -5/+5 |
| 2021-09-15 | Fix formatting | Albin Hedman | -1/+3 |
| 2021-09-15 | Add tracking issue | Albin Hedman | -2/+2 |
| 2021-09-15 | Updated for new const trait bounds syntax | Albin Hedman | -1/+1 |
| 2021-09-15 | Constly impl TryV2 and FromResidual for Result | Albin Hedman | -2/+4 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -1/+1 |
| 2021-08-01 | Add documentation for the order of Option and Result | Anton Golov | -0/+18 |
| 2021-07-14 | Auto merge of #86211 - tlyu:option-result-overviews, r=joshtriplett | bors | -0/+244 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -22/+0 |
| 2021-06-24 | option/result overviews: address feedback | Taylor Yu | -54/+72 |
| 2021-06-20 | add more to result overview | Taylor Yu | -0/+181 |
| 2021-06-12 | updates based on feedback | Taylor Yu | -5/+8 |
| 2021-06-11 | updates based on reviews | Taylor Yu | -9/+10 |
| 2021-06-10 | method overviews for option and result | Taylor Yu | -0/+41 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -0/+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 | -5/+5 |
| 2021-04-17 | Add the try_trait_v2 library basics | Scott McMurray | -1/+30 |
| 2021-03-23 | Add Result::into_err where the Ok variant can never happen | Linus Färnstrand | -0/+36 |
| 2021-03-07 | Rollup merge of #82130 - jhpratt:const-option-result, r=RalfJung | Yuki Okushi | -1/+2 |
| 2021-03-06 | Make some Option, Result methods unstably const | Jacob Pratt | -1/+2 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -2/+1 |
| 2021-02-25 | Convert the rest of the standard library primitives to intra-doc links | Joshua Nelson | -2/+1 |
| 2021-02-26 | Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 | bors | -6/+6 |
| 2021-02-17 | Add link to tracking issue #82223 | Thom Chiovoloni | -1/+1 |
| 2021-02-17 | Rename Result::ok_or_err to Result::into_ok_or_err | Thom Chiovoloni | -5/+5 |
| 2021-02-17 | Fix doc link for slice::binary_search | Thom Chiovoloni | -1/+1 |
| 2021-02-17 | Add a `Result::ok_or_err` method to extract a `T` from `Result<T, T>` | Thom Chiovoloni | -0/+35 |
| 2021-02-12 | [librustdoc] Reform lang string token splitting | Casey Rodarmor | -6/+6 |
| 2021-01-25 | Add tracking issue | Miguel Ojeda | -2/+2 |
| 2021-01-25 | Link the reference about undefined behavior | Miguel Ojeda | -2/+6 |
| 2021-01-10 | Add `SAFETY` annotations | Miguel Ojeda | -0/+2 |
| 2021-01-10 | Add `unwrap_unchecked()` methods for `Option` and `Result` | Miguel Ojeda | -1/+63 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -6/+0 |
| 2020-12-10 | Improve wording of `flatten()` docs | Camelid | -1/+3 |
| 2020-10-12 | Use intra-doc links for links to module-level docs | Camelid | -1/+1 |
| 2020-08-31 | Stabilize some Result methods as const | CDirkx | -3/+3 |
| 2020-08-26 | apply bootstrap cfgs | Pietro Albini | -2/+2 |
| 2020-08-20 | Fix intra-doc links
| Camelid | -2/+2 |
| 2020-08-19 | Revert to old link since intra-doc link is broken | Camelid | -1/+1 |
| 2020-08-19 | Switch to intra-doc links in `core::result` | Camelid | -68/+15 |
| 2020-08-16 | hir: introduce lang items for AST lowering | David Wood | -0/+2 |
| 2020-07-31 | Stabilize as_deref and as_deref on Result | Lzu Tao | -5/+2 |