| Age | Commit message (Expand) | Author | Lines |
| 2021-11-23 | Add generator lang-item | Michael Goulet | -0/+1 |
| 2021-10-31 | Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-31 | Rollup merge of #89446 - chrismit3s:issue-88715-fix, r=joshtriplett | Matthias Krüger | -0/+7 |
| 2021-10-30 | Add #[must_use] to remaining core functions | John Kugelman | -0/+1 |
| 2021-10-30 | Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk | Matthias Krüger | -48/+72 |
| 2021-10-24 | Fix and extend ControlFlow `traverse_inorder` example | Ilya Yanok | -14/+16 |
| 2021-10-23 | Update control_flow.rs | Ilya Yanok | -3/+26 |
| 2021-10-22 | Added const versions of common numeric operations | AlexApps99 | -48/+72 |
| 2021-10-02 | Fix typo and change a word in ControlFlow docs | Christoph Smithmyer | -1/+1 |
| 2021-10-01 | Add paragraph to ControlFlow docs to menion it works with the ? operator (#88... | chrismit3s | -0/+7 |
| 2021-09-15 | Const Deref | Deadbeef | -2/+4 |
| 2021-09-02 | Add "!" doc alias for `std::ops::Not` | Frank Steffahn | -0/+1 |
| 2021-08-21 | Remove the `TryV2` alias | Scott McMurray | -9/+3 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-07-27 | Update range.rs | frogtd | -4/+4 |
| 2021-07-07 | Fix typo in `ops::Drop` docs | Swordelf2 | -1/+1 |
| 2021-07-02 | Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514 | Guillaume Gomez | -2/+1 |
| 2021-07-01 | Stabilize `Bound::cloned()` | Aris Merchant | -2/+1 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -122/+6 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -8/+3 |
| 2021-06-14 | Master is 1.55 now :( | Scott McMurray | -3/+3 |
| 2021-06-07 | Correct type signature in doc for Bound::as_mut | Griffin Smith | -1/+1 |
| 2021-06-05 | Rollup merge of #83646 - glittershark:bound-map, r=m-ou-se | Guillaume Gomez | -1/+35 |
| 2021-06-05 | Add a map method to Bound | Griffin Smith | -1/+35 |
| 2021-05-26 | Rollup merge of #85645 - scottmcm:demote-from-into-try, r=yaahc | Yuki Okushi | -8/+7 |
| 2021-05-24 | Demote ControlFlow::{from|into}_try to pub(crate) | Scott McMurray | -8/+7 |
| 2021-05-24 | Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebank | bors | -2/+27 |
| 2021-05-23 | Stabilize ops::ControlFlow (just the type) | Scott McMurray | -8/+3 |
| 2021-05-23 | Extend rustc_on_implemented to improve a ?-on-ControlFlow error message | Scott McMurray | -2/+27 |
| 2021-05-19 | #[cfg(bootstrap)] out the v1 try_trait stuff | Scott McMurray | -0/+3 |
| 2021-05-06 | Perf Experiment: Wait, what if I just skip the trait alias | Scott McMurray | -28/+7 |
| 2021-05-06 | Fix rustdoc::private-intra-doc-links errors in the docs | Scott McMurray | -2/+2 |
| 2021-05-06 | Better rustc_on_unimplemented, and UI test fixes | Scott McMurray | -2/+81 |
| 2021-05-06 | Simple library test updates | Scott McMurray | -13/+7 |
| 2021-05-06 | Actually implement the feature in the compiler | Scott McMurray | -4/+44 |
| 2021-05-06 | Bootstrapping preparation for the library | Scott McMurray | -7/+25 |
| 2021-04-26 | Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-se | bors | -1/+281 |
| 2021-04-25 | Documentation improvements (hopefully) | Scott McMurray | -14/+32 |
| 2021-04-18 | Say that it "may panic" | r00ster | -2/+2 |
| 2021-04-18 | Document that `index` and `index_mut` can panic | r00ster | -0/+8 |
| 2021-04-17 | Add the try_trait_v2 library basics | Scott McMurray | -1/+263 |
| 2021-04-14 | Fix small typo in Drop documentation | Mark Lodato | -1/+1 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -1/+1 |
| 2021-03-22 | Rollup merge of #82683 - jturner314:int-div-rem-doc-panic, r=nikomatsakis | Dylan DPC | -6/+20 |
| 2021-03-03 | Fix borrow and deref | Ryan Levick | -0/+2 |
| 2021-03-03 | Remove lint pass on borrow and deref | Ryan Levick | -2/+0 |
| 2021-03-03 | Fix tests | Ryan Levick | -0/+1 |
| 2021-03-03 | Add tests and support two more noop methods | Ryan Levick | -0/+1 |
| 2021-03-01 | Document panicking cases for integer remainder | Jim Turner | -3/+10 |
| 2021-03-01 | Document panicking cases for integer division | Jim Turner | -3/+10 |