| Age | Commit message (Expand) | Author | Lines |
| 2022-06-20 | Add a link to the unstable book page on Generator doc comment | Yuki Okushi | -1/+2 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+0 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+25 |
| 2022-04-05 | Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er... | Dylan DPC | -0/+18 |
| 2022-04-05 | diagnostics: tweak error message to give more rationale to unsafe Fn | Michael Howell | -3/+6 |
| 2022-04-04 | Fix bogus tidy errors | Michael Howell | -0/+3 |
| 2022-04-04 | diagnostics: give a special note for unsafe fn / Fn/FnOnce/FnMut | Michael Howell | -0/+12 |
| 2022-04-04 | Mention implementers of unsatisfied trait | Esteban Kuber | -0/+3 |
| 2022-04-03 | Improve doc example of DerefMut | Nikolaos Chatzikonstantinou | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -3/+3 |
| 2022-03-10 | Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-24 | Rollup merge of #94283 - hellow554:stable_flow_control, r=Dylan-DPC | Matthias Krüger | -2/+0 |
| 2022-02-23 | remove feature gate in control_flow examples | Marcel Hellwig | -2/+0 |
| 2022-02-22 | Constify slice indexing | Deadbeef | -1/+1 |
| 2022-02-19 | rustdoc: several minor fixes | mqy | -1/+1 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -0/+1 |
| 2022-02-07 | Change `ResultShunt` to be generic over `Try` | Scott McMurray | -0/+8 |
| 2022-01-26 | Add a minimal working `append_const_msg` argument | Deadbeef | -5/+30 |
| 2022-01-23 | Rollup merge of #91122 - dtolnay:not, r=m-ou-se | Matthias Krüger | -0/+11 |
| 2022-01-19 | Update stabilization version of impl Not for ! | David Tolnay | -1/+1 |
| 2022-01-04 | Rollup merge of #91587 - nrc:dispatchfromdyn-docs, r=yaahc | Matthias Krüger | -1/+32 |
| 2021-12-13 | Reduce verbosity for `?` on non-`Try` expressions | Esteban Kuber | -14/+4 |
| 2021-12-13 | Rollup merge of #91091 - ecstatic-morse:control-flow-enum-is, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2021-12-07 | core::ops::unsize: improve docs for DispatchFromDyn | Nick Cameron | -1/+32 |
| 2021-12-02 | Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try | Scott McMurray | -0/+68 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -1/+1 |
| 2021-12-01 | Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnay | Matthias Krüger | -0/+21 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+1 |
| 2021-11-23 | Add generator lang-item | Michael Goulet | -0/+1 |
| 2021-11-21 | impl Not for ! | David Tolnay | -0/+11 |
| 2021-11-20 | Stabilize `ControlFlow::{is_break, is_continue}` | Dylan MacKenzie | -2/+2 |
| 2021-11-12 | add slice take methods | Ibraheem Ahmed | -0/+21 |
| 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 |