| Age | Commit message (Expand) | Author | Lines |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -13/+127 |
| 2022-05-02 | Mitigate impact of subtle invalid call suggestion logic | Esteban Kuber | -0/+28 |
| 2022-05-02 | Fix invalid keyword order for function declarations | Ken Matsui | -12/+34 |
| 2022-05-02 | Auto merge of #96600 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+0 |
| 2022-05-02 | Rollup merge of #96571 - thomcc:bathroom-stall, r=Mark-Simulacrum | Yuki Okushi | -0/+7 |
| 2022-05-02 | Add a regression test for #54779 | Yuki Okushi | -0/+62 |
| 2022-05-02 | Add a regression test for #92305 | Yuki Okushi | -0/+47 |
| 2022-05-01 | Enable full revision in const generics ui tests | Alex Macleod | -71/+291 |
| 2022-05-01 | Auto merge of #96376 - scottmcm:do-yeet, r=oli-obk | bors | -18/+120 |
| 2022-05-01 | Move some tests to more reasonable places | Caio | -0/+0 |
| 2022-05-01 | Auto merge of #96576 - oli-obk:post_monomorphization_error_backtrace, r=lqd | bors | -0/+94 |
| 2022-05-01 | Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-04-30 | Feature-gate `do yeet` inside `cfg`s too | Scott McMurray | -0/+40 |
| 2022-04-30 | Bless the UI tests | Scott McMurray | -18/+28 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+52 |
| 2022-04-30 | Use source callsite in check_argument_types suggestion | Badel2 | -0/+37 |
| 2022-04-30 | Auto merge of #96347 - estebank:issue-96292, r=compiler-errors | bors | -5/+65 |
| 2022-04-30 | Bless nll tests. | Camille GILLOT | -28/+45 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -5/+5 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -284/+525 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -0/+36 |
| 2022-04-30 | Also report the call site of PME errors locally. | Oli Scherer | -0/+94 |
| 2022-04-30 | Auto merge of #95776 - cjgillot:ast-lifetimes-static, r=petrochenkov | bors | -76/+244 |
| 2022-04-29 | Add a bathroom stall to weird expressions test | Thom Chiovoloni | -0/+7 |
| 2022-04-30 | When encountering a binding that could be a const or unit variant, suggest th... | Esteban Kuber | -43/+40 |
| 2022-04-30 | Bless tests. | Camille GILLOT | -67/+225 |
| 2022-04-29 | Auto merge of #96566 - Dylan-DPC:rollup-fo7rd98, r=Dylan-DPC | bors | -0/+19 |
| 2022-04-29 | Rollup merge of #96559 - cjgillot:elided-path-fn, r=petrochenkov | Dylan DPC | -0/+19 |
| 2022-04-29 | Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebank | bors | -54/+130 |
| 2022-04-29 | Use the correct lifetime binder for elided lifetimes in path. | Camille GILLOT | -0/+19 |
| 2022-04-29 | Bless tests. | Camille GILLOT | -9/+19 |
| 2022-04-29 | Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, r... | Dylan DPC | -574/+113 |
| 2022-04-29 | Auto merge of #96444 - nbdd0121:used2, r=petrochenkov | bors | -0/+13 |
| 2022-04-28 | Update ui tests | Serial | -40/+0 |
| 2022-04-28 | Rollup merge of #96433 - petrochenkov:delim, r=nnethercote | Dylan DPC | -1/+1 |
| 2022-04-28 | Rollup merge of #96409 - marmeladema:fix-nll-introduce-named-lifetime-suggest... | Dylan DPC | -0/+220 |
| 2022-04-28 | Rollup merge of #95312 - marmeladema:tests-for-issue-95305, r=jackh726 | Dylan DPC | -0/+42 |
| 2022-04-28 | Revert diagnostic duplication and accidental stabilization | Oli Scherer | -574/+113 |
| 2022-04-28 | Update the diagnostic message to match the new span | Oli Scherer | -12/+12 |
| 2022-04-28 | Add new repeat expr test. | Oli Scherer | -0/+16 |
| 2022-04-28 | Check that repeat expression elements are Copy (ignoring lifetimes) in typeck... | Oli Scherer | -42/+102 |
| 2022-04-28 | rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter` | Vadim Petrochenkov | -1/+1 |
| 2022-04-28 | Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errors | bors | -0/+67 |
| 2022-04-28 | Auto merge of #96495 - Dylan-DPC:rollup-9lm4tpp, r=Dylan-DPC | bors | -2/+25 |
| 2022-04-28 | Rollup merge of #96466 - compiler-errors:error-collect-array, r=davidtwco | Dylan DPC | -2/+25 |
| 2022-04-27 | Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov | bors | -4/+17 |
| 2022-04-28 | Ensure that `'_` and GAT yields errors | marmeladema | -0/+42 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -0/+220 |
| 2022-04-27 | Make [e]println macros eagerly drop temporaries (for backport) | David Tolnay | -2/+2 |
| 2022-04-27 | Bless tests. | Camille GILLOT | -4/+17 |