| Age | Commit message (Expand) | Author | Lines |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -5/+5 |
| 2022-01-21 | Rollup merge of #92963 - terrarier2111:tuple-diagnostic, r=davidtwco | Matthias Krüger | -4/+2 |
| 2022-01-21 | Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwco | Matthias Krüger | -4/+6 |
| 2022-01-21 | Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obk | Matthias Krüger | -21/+7 |
| 2022-01-21 | Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrum | bors | -5/+13 |
| 2022-01-18 | Make suggestions verbose | Noah Lev | -8/+14 |
| 2022-01-18 | Shorten and improve messages | Noah Lev | -20/+10 |
| 2022-01-18 | Implement tuple array diagnostic | threadexception | -4/+2 |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -2/+2 |
| 2022-01-17 | Emit simpler code from format_args | David Tolnay | -5/+13 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -2/+0 |
| 2022-01-12 | Add line breaks to make message easier to read | Noah Lev | -2/+6 |
| 2022-01-12 | Split up very long message | Noah Lev | -2/+4 |
| 2022-01-12 | Improve suggestions for type errors with string concatenation | Noah Lev | -2/+2 |
| 2022-01-12 | Bless tests. | Camille GILLOT | -10/+3 |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -2/+0 |
| 2022-01-04 | Rollup merge of #92507 - chordtoll:suggest-single-quotes, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2022-01-03 | Suggest changing quotes when str/char type mismatch | chordtoll | -0/+5 |
| 2021-12-31 | Ensure that early-bound function lifetimes are always 'local' | Aaron Hill | -21/+7 |
| 2021-12-30 | UI test updates for Result and Option method moves | David Tolnay | -2/+0 |
| 2021-12-26 | Add test cases for issue #26186 | PFPoitras | -0/+62 |
| 2021-12-18 | Rollup merge of #91928 - fee1-dead:constification1, r=oli-obk | Matthias Krüger | -4/+4 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -5/+57 |
| 2021-12-17 | Bless ui tests | Deadbeef | -4/+4 |
| 2021-12-15 | Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr | bors | -19/+3 |
| 2021-12-15 | Rollup merge of #91898 - compiler-errors:dont_suggest_closure_return_type, r=... | Matthias Krüger | -19/+3 |
| 2021-12-15 | Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7... | Matthias Krüger | -16/+10 |
| 2021-12-14 | Stabilize `destructuring_assignment` | Jacob Pratt | -16/+10 |
| 2021-12-15 | Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgr | bors | -3/+3 |
| 2021-12-14 | Rollup merge of #91239 - cameron1024:issue-87490-regression, r=jackh726 | Matthias Krüger | -0/+24 |
| 2021-12-14 | Make TyS::is_suggestable more structual | Michael Goulet | -19/+3 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -14/+0 |
| 2021-12-13 | Remove yet more output from `for`-loop and `?` errors | Esteban Kuber | -0/+14 |
| 2021-12-13 | Reduce verbosity when calling `for`-loop on non-`Iterator` expression | Esteban Kuber | -3/+3 |
| 2021-12-12 | Auto merge of #91549 - fee1-dead:const_env, r=spastorino | bors | -0/+40 |
| 2021-12-12 | Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnr | bors | -1/+1 |
| 2021-12-12 | add regression test for #91489 | SNCPlay42 | -0/+40 |
| 2021-12-11 | Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obk | bors | -16/+31 |
| 2021-12-11 | Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakis | Matthias Krüger | -2/+2 |
| 2021-12-11 | Rollup merge of #91373 - djkoloski:fuchsia_test_suite, r=Mark-Simulacrum | Matthias Krüger | -0/+8 |
| 2021-12-11 | Tweak assoc type obligation spans | Esteban Kuber | -16/+31 |
| 2021-12-10 | Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandry | Matthias Krüger | -0/+27 |
| 2021-12-10 | bless tests | Ellen | -1/+1 |
| 2021-12-10 | fix tests after rebase | Esteban Kuber | -1/+1 |
| 2021-12-10 | Tweak wording | Esteban Kuber | -1/+1 |
| 2021-12-10 | Clean up visual output logic | Esteban Kuber | -1/+1 |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -0/+8 |
| 2021-12-07 | Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoerister | Matthias Krüger | -5/+16 |
| 2021-12-04 | Use multipart suggestions. | Camille GILLOT | -4/+21 |
| 2021-12-04 | Lint bare traits in AstConv. | Camille GILLOT | -4/+39 |