| Age | Commit message (Expand) | Author | Lines |
| 2021-09-16 | Point at argument instead of call for their obligations | Esteban Kuber | -2/+2 |
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -1022/+0 |
| 2021-09-15 | Move object safety suggestions to the end of the error | Esteban Kuber | -3/+3 |
| 2021-09-15 | Point to closure when emitting 'cannot move out' for captured variable | Fabian Wolff | -1/+4 |
| 2021-09-14 | Auto merge of #88914 - GuillaumeGomez:rollup-h5svc6w, r=GuillaumeGomez | bors | -0/+10 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -6/+6 |
| 2021-09-13 | Suggest replacing an inexisting field for an unmentioned field | Hirochika Matsumoto | -1/+4 |
| 2021-09-12 | Improve error message for missing trait in trait impl | Fabian Wolff | -0/+10 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -2/+5 |
| 2021-09-10 | Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot | Manish Goregaokar | -0/+29 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+4 |
| 2021-09-07 | Recover from `Foo(a: 1, b: 2)` | Esteban Kuber | -8/+13 |
| 2021-09-06 | Auto merge of #88631 - camelid:sugg-span, r=davidtwco | bors | -6/+12 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -2/+4 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -6/+6 |
| 2021-09-02 | Bless tests. | Camille GILLOT | -2/+4 |
| 2021-09-01 | fix(test): update with `&mut` suggestion | Michael Howell | -2/+5 |
| 2021-09-01 | Ensure suggestion is in its own diagnostic window | Noah Lev | -8/+12 |
| 2021-09-01 | Fix span used for structured tuple struct suggestion | Noah Lev | -4/+6 |
| 2021-09-01 | Stop sorting bodies by span. | Camille GILLOT | -6/+6 |
| 2021-09-01 | add regression test for issue 83190 | Rémy Rakic | -0/+49 |
| 2021-09-01 | Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebank | bors | -4/+4 |
| 2021-08-31 | emit suggestion byte literal is passed to `format!` | ibraheemdev | -0/+29 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -15/+5 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -1/+1 |
| 2021-08-26 | Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis | Manish Goregaokar | -8/+0 |
| 2021-08-26 | Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank | Manish Goregaokar | -3/+3 |
| 2021-08-26 | Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwco | Manish Goregaokar | -5/+4 |
| 2021-08-25 | Adjust spans | Noah Lev | -1/+1 |
| 2021-08-25 | Fix debugger stepping behavior around `match` expressions | Wesley Wiser | -5/+4 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -43/+41 |
| 2021-08-24 | Update NLL HRTB type ascription blessed expectations | Rémy Rakic | -8/+0 |
| 2021-08-23 | Clarify what attribute and derive macros look like. | Mara Bos | -1/+1 |
| 2021-08-23 | Update tests. | Mara Bos | -0/+2 |
| 2021-08-21 | Improve errors for recursive type aliases | Noah Lev | -4/+4 |
| 2021-08-21 | Make E0023 spans even more precise | Noah Lev | -5/+3 |
| 2021-08-19 | Auto merge of #88143 - GuillaumeGomez:rollup-sgh318f, r=GuillaumeGomez | bors | -8/+8 |
| 2021-08-18 | Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis | bors | -16/+41 |
| 2021-08-18 | Use more accurate spans when proposing adding lifetime to item | Esteban Kuber | -8/+8 |
| 2021-08-18 | Auto merge of #87738 - lqd:polonius-master, r=nikomatsakis | bors | -0/+73 |
| 2021-08-17 | Make spans for tuple patterns in E0023 more precise | Noah Lev | -2/+4 |
| 2021-08-16 | Use note to point at bound introducing requirement | Esteban Küber | -105/+173 |
| 2021-08-16 | Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasper | bors | -2/+0 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -2/+0 |
| 2021-08-15 | Fix ui tests for llvm_asm! deprecation | Amanieu d'Antras | -4/+9 |
| 2021-08-15 | Report nicer errors for HRTB NLL errors from queries | Matthew Jasper | -16/+41 |
| 2021-08-14 | Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkov | bors | -106/+0 |
| 2021-08-12 | Rollup merge of #87885 - m-ou-se:edition-guide-links, r=rylev | Guillaume Gomez | -1/+1 |
| 2021-08-12 | Use a more accurate span on assoc types WF checks | Esteban Kuber | -6/+6 |
| 2021-08-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -6/+6 |