| Age | Commit message (Expand) | Author | Lines |
| 2022-12-19 | Update coerce_unsized tracking issue from #27732 to #18598 | Anders Kaseorg | -11/+11 |
| 2022-12-10 | Correct wrong note for short circuiting operators | est31 | -4/+4 |
| 2022-11-15 | Rollup merge of #104383 - WaffleLapkin:rustc_undiagnostic_item, r=compiler-er... | Matthias Krüger | -6/+0 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -3/+6 |
| 2022-11-13 | Remove unused diagnostic items | Maybe Waffle | -6/+0 |
| 2022-11-07 | Fix `const_fn_trait_ref_impl`, add test for it | onestacked | -10/+15 |
| 2022-11-06 | Fix rebase errors | Mark Rousskov | -0/+3 |
| 2022-11-06 | cfg-step code | Mark Rousskov | -3/+3 |
| 2022-11-05 | Merge conflicts and rebase onto master | Michael Goulet | -3/+0 |
| 2022-11-05 | Enforce Tuple trait on Fn traits | Michael Goulet | -0/+321 |
| 2022-11-01 | Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcm | Manish Goregaokar | -1/+3 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -1/+6 |
| 2022-10-19 | Derive `Eq` and `Hash` for `ControlFlow` | inquisitivecrystal | -1/+3 |
| 2022-09-30 | Fixed Documentation for wrap_mut_2_imp | onestacked | -1/+1 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -83/+2 |
| 2022-09-26 | replace stabilization placeholders | Pietro Albini | -1/+1 |
| 2022-09-23 | Constify Residual behind const_try | onestacked | -0/+1 |
| 2022-09-23 | Constifed Try trait | onestacked | -8/+12 |
| 2022-09-22 | Constify {FormResidual, Try} for ControlFlow | onestacked | -2/+4 |
| 2022-09-22 | Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=... | bors | -31/+40 |
| 2022-09-19 | Optimize `array::IntoIter` | Scott McMurray | -0/+169 |
| 2022-09-16 | Add `const_trait` to `Allocator` | Deadbeef | -0/+3 |
| 2022-09-16 | append_const_msg for std traits | Deadbeef | -31/+8 |
| 2022-09-16 | Mark `Drop` with `#[const_trait]` | Deadbeef | -0/+1 |
| 2022-09-16 | Add more `const_trait` annotations | Deadbeef | -3/+21 |
| 2022-09-16 | Add `const_trait`s | Deadbeef | -0/+8 |
| 2022-09-16 | Require `#[const_trait]` for `const` `impl`s | Deadbeef | -0/+2 |
| 2022-09-14 | Added Tracking Issue number. | onestacked | -5/+5 |
| 2022-09-14 | Constify impl Fn* &(mut) Fn* | onestacked | -10/+15 |
| 2022-09-08 | Generator return doesn't need to be a lang item | Michael Goulet | -1/+1 |
| 2022-09-04 | Address nits, rename enclosing_scope => parent_label | Michael Goulet | -2/+82 |
| 2022-08-27 | Partially stabilize `bound_as_ref` by stablizing `Bound::as_ref` | Ryan Lopopolo | -1/+1 |
| 2022-08-23 | Fix links to error codes | Guillaume Gomez | -1/+1 |
| 2022-07-20 | Add map_continue and continue_value combinators to ControlFlow | benluelo | -0/+35 |
| 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 |