| Age | Commit message (Expand) | Author | Lines |
| 2021-09-11 | Auto merge of #88214 - notriddle:notriddle/for-loop-span-drop-temps-mut, r=na... | bors | -1/+66 |
| 2021-09-11 | In suggest_missing_return_type, erase late bound regions after normalizing | jackh726 | -0/+39 |
| 2021-09-11 | Auto merge of #88824 - Manishearth:rollup-7bzk9h6, r=Manishearth | bors | -14/+497 |
| 2021-09-10 | Fix debuginfo tests for the latest version of the Windows SDK. | Wesley Wiser | -77/+58 |
| 2021-09-10 | Add the corrections stuff to the 88803 test case | Michael Howell | -1/+12 |
| 2021-09-10 | feat(rustc_typeck): suggest removing bad parens in `(recv.method)()` | Michael Howell | -0/+19 |
| 2021-09-10 | Revert "Temporarily ignore some debuginfo tests on windows." | Wesley Wiser | -12/+0 |
| 2021-09-10 | Fix error recovery in format macro parsing | Fabian Wolff | -0/+77 |
| 2021-09-10 | Add a range pattern inference failing test | Gary Guo | -0/+49 |
| 2021-09-10 | Add ui test for issue 88074 | Gary Guo | -0/+16 |
| 2021-09-10 | Perform type inference in range pattern | Gary Guo | -12/+1 |
| 2021-09-10 | Duplicate tests for incremental spans mode. | Camille GILLOT | -1096/+2532 |
| 2021-09-10 | Improve diagnostics if a character literal contains combining marks | Fabian Wolff | -0/+90 |
| 2021-09-10 | Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121 | Manish Goregaokar | -0/+33 |
| 2021-09-10 | Rollup merge of #88720 - GuillaumeGomez:rustdoc-coverage-fields-count, r=Mani... | Manish Goregaokar | -2/+71 |
| 2021-09-10 | Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomez | Manish Goregaokar | -0/+34 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -2/+92 |
| 2021-09-10 | Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebank | Manish Goregaokar | -0/+110 |
| 2021-09-10 | Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot | Manish Goregaokar | -0/+29 |
| 2021-09-10 | Temporarily ignore some debuginfo tests on windows. | Mara Bos | -0/+12 |
| 2021-09-10 | Add test for enum tuple variants and tuple struct doc count | Guillaume Gomez | -2/+71 |
| 2021-09-09 | In relate_tys, when creating new universes, insert missing universes as other | jackh726 | -0/+35 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -10/+128 |
| 2021-09-09 | Emit proper errors on missing closure braces | Sasha Pourcelot | -0/+110 |
| 2021-09-09 | add test for builtin types N + N unifying with fn call | Ellen | -1/+22 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -82/+499 |
| 2021-09-09 | regression test for issue #88583. | Felix S. Klock II | -0/+15 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -138/+0 |
| 2021-09-09 | Revert "Add test for restriction of anonymous types on validation" | Felix S. Klock II | -227/+0 |
| 2021-09-09 | Revert "Add test for pretty printing anonymous types" | Felix S. Klock II | -24/+0 |
| 2021-09-09 | Allow missing code examples in trait impls. | Hans Niklas Jacob | -0/+7 |
| 2021-09-09 | Fix issue #72649: avoid spurious "previous iteration of loop" errors. | Robert Xiao | -0/+132 |
| 2021-09-09 | Allow ~const bounds on inherent impls | Deadbeef | -0/+21 |
| 2021-09-09 | Add another test case + fmt | Deadbeef | -10/+92 |
| 2021-09-09 | fix precise live drops | Deadbeef | -4/+35 |
| 2021-09-09 | Use trait select logic instead of query | Deadbeef | -4/+34 |
| 2021-09-09 | fmt | Deadbeef | -1/+1 |
| 2021-09-09 | Failing test | Deadbeef | -0/+31 |
| 2021-09-09 | Const drop selection candidates | Deadbeef | -0/+51 |
| 2021-09-09 | better test | Deadbeef | -35/+15 |
| 2021-09-09 | Add a simple test case | Deadbeef | -0/+48 |
| 2021-09-08 | Fatal error for functions with more than 65535 arguments | Noble-Mushtak | -0/+25 |
| 2021-09-09 | CI please | Ellen | -0/+1 |
| 2021-09-09 | resolve `from_hir_call` FIXME | Ellen | -1/+24 |
| 2021-09-09 | add a `CastKind` to `Node::Cast` | Ellen | -0/+21 |
| 2021-09-09 | bless stderr | Ellen | -13/+8 |
| 2021-09-09 | dont support blocks | Ellen | -9/+3 |
| 2021-09-08 | Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obk | bors | -5/+5 |
| 2021-09-08 | Update run-make-fulldeps. | Camille GILLOT | -4/+4 |
| 2021-09-08 | Rollup merge of #88691 - hyd-dev:88649, r=Mark-Simulacrum | Jack Huey | -0/+18 |