| Age | Commit message (Expand) | Author | Lines |
| 2022-06-12 | Fix some test annotations | bjorn3 | -3/+5 |
| 2022-06-09 | Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr | bors | -8/+8 |
| 2022-06-08 | Rollup merge of #97883 - JohnTitor:no-more-compare-mode-nll, r=jackh726 | Michael Goulet | -4/+0 |
| 2022-06-08 | Rollup merge of #97882 - JohnTitor:issue-67498, r=compiler-errors | Michael Goulet | -0/+21 |
| 2022-06-08 | Rollup merge of #97871 - ChayimFriedman2:vec-iterator-unimplemented, r=compil... | Michael Goulet | -0/+24 |
| 2022-06-08 | Rollup merge of #97857 - ChayimFriedman2:box-identifier-help, r=compiler-errors | Michael Goulet | -4/+69 |
| 2022-06-08 | Rollup merge of #97856 - compiler-errors:bad-let-suggestions, r=estebank | Michael Goulet | -0/+93 |
| 2022-06-08 | Rollup merge of #97557 - compiler-errors:arg-mismatch-mini, r=jackh726 | Michael Goulet | -29/+70 |
| 2022-06-09 | Remove `ignore-compare-mode-nll` annotations from tests | Yuki Okushi | -4/+0 |
| 2022-06-09 | Add regresion test for #67498 | Yuki Okushi | -0/+21 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -7/+7 |
| 2022-06-08 | Suggest using `iter()` or `into_iter()` for `Vec` | Chayim Refael Friedman | -0/+24 |
| 2022-06-08 | Suggest escaping `box` as identifier | Chayim Refael Friedman | -4/+69 |
| 2022-06-08 | Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebank | Dylan DPC | -10/+6 |
| 2022-06-08 | Rollup merge of #97819 - compiler-errors:use-import, r=wesleywiser | Dylan DPC | -0/+44 |
| 2022-06-08 | Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors | Dylan DPC | -0/+115 |
| 2022-06-07 | Don't suggest adding let in certain if conditions | Michael Goulet | -0/+93 |
| 2022-06-07 | recover `import` instead of `use` in item | Michael Goulet | -0/+44 |
| 2022-06-07 | Rollup merge of #97845 - estebank:spancito, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-06-07 | Rollup merge of #97829 - JohnTitor:issue-95307, r=compiler-errors | Matthias Krüger | -0/+43 |
| 2022-06-07 | Use more targeted suggestion when confusing i8 with std::i8 | Esteban Küber | -2/+2 |
| 2022-06-07 | Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-aman | Dylan DPC | -0/+27 |
| 2022-06-08 | Add regresion test for #95307 | Yuki Okushi | -0/+43 |
| 2022-06-07 | Auto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r=Dylan-DPC | bors | -0/+94 |
| 2022-06-07 | Rollup merge of #97738 - Kixiron:zst-panic, r=eddyb | Dylan DPC | -0/+28 |
| 2022-06-07 | Rollup merge of #97301 - semicoleon:unstable-reexport, r=petrochenkov | Dylan DPC | -0/+66 |
| 2022-06-07 | Recover missing comma after match arm | Michael Goulet | -10/+6 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -2/+89 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -11714/+1509 |
| 2022-06-06 | Auto merge of #97795 - Dylan-DPC:rollup-dxilagr, r=Dylan-DPC | bors | -11/+167 |
| 2022-06-06 | Update src/test/ui/unsized/issue-97732.rs | Chase Wilson | -3/+8 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -357/+390 |
| 2022-06-06 | Rollup merge of #97495 - clarfonthey:e0788-no-coverage, r=nagisa | Dylan DPC | -0/+156 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -11/+11 |
| 2022-06-06 | Auto merge of #97086 - 5225225:link-section-is-unsafe, r=davidtwco | bors | -16/+35 |
| 2022-06-06 | Rollup merge of #97765 - RalfJung:restoration, r=Mark-Simulacrum | Matthias Krüger | -1/+2 |
| 2022-06-06 | Rollup merge of #97759 - WaffleLapkin:recover_label_expr, r=compiler-errors | Matthias Krüger | -13/+126 |
| 2022-06-06 | Rollup merge of #97721 - compiler-errors:issue-97704, r=jackh726 | Matthias Krüger | -0/+53 |
| 2022-06-06 | Rollup merge of #97683 - cjgillot:no-apit-hrtb, r=nagisa | Matthias Krüger | -0/+22 |
| 2022-06-05 | Changes from code review | ltdk | -19/+46 |
| 2022-06-05 | Do suggest_await_before_try with infer in self, clean up binders | Michael Goulet | -0/+53 |
| 2022-06-06 | Add spaces before and after expr in add {} suggestion | Waffle Maybe | -12/+12 |
| 2022-06-05 | Suggest removing label in `'label: non_block_expr` | Maybe Waffle | -10/+53 |
| 2022-06-05 | Do not suggest adding labeled block if there are no labeled breaks | Maybe Waffle | -24/+10 |
| 2022-06-05 | restore a test | Ralf Jung | -1/+2 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -357/+390 |
| 2022-06-05 | get_vtable returns opt instd of unwrpping | ouz-a | -0/+115 |
| 2022-06-05 | Suggest adding `{}` for `'label: non_block_expr` | Maybe Waffle | -10/+94 |
| 2022-06-05 | Suggest 'static when in static/const items. | Camille GILLOT | -11/+11 |
| 2022-06-05 | Auto merge of #97577 - betrusted-io:add-xous-target, r=nagisa | bors | -1/+1 |