| Age | Commit message (Expand) | Author | Lines |
| 2021-09-10 | Perform type inference in range pattern | Gary Guo | -12/+1 |
| 2021-09-10 | Improve diagnostics if a character literal contains combining marks | Fabian Wolff | -0/+90 |
| 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-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 | 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 | Rollup merge of #88691 - hyd-dev:88649, r=Mark-Simulacrum | Jack Huey | -0/+18 |
| 2021-09-08 | Rollup merge of #88553 - theo-lw:issue-88276, r=estebank | Jack Huey | -6/+78 |
| 2021-09-08 | Rollup merge of #88541 - vandenheuvel:regression_test_74400, r=Mark-Simulacrum | Jack Huey | -0/+54 |
| 2021-09-08 | Auto merge of #86943 - ptrojahn:suggest_derive, r=estebank | bors | -0/+148 |
| 2021-09-08 | Auto merge of #88061 - jackh726:genericbound-cleanup, r=estebank | bors | -49/+56 |
| 2021-09-08 | Auto merge of #88477 - sexxi-goose:issue-88476, r=nikomatsakis | bors | -0/+206 |
| 2021-09-07 | Fix duplicate error | jackh726 | -27/+6 |
| 2021-09-07 | Detect stricter constraints on gats where clauses in impls vs trait | jackh726 | -20/+57 |
| 2021-09-07 | A bit of cleanup to astconv | jackh726 | -45/+45 |
| 2021-09-07 | Don't move ?Trait bounds to param bounds if they're in where clauses | jackh726 | -4/+11 |
| 2021-09-07 | Recover from `Foo(a: 1, b: 2)` | Esteban Kuber | -24/+42 |
| 2021-09-07 | Auto merge of #88161 - michaelwoerister:fix-whole-archive-no-bundle, r=petroc... | bors | -0/+31 |
| 2021-09-07 | test: add case for mutating iterator | Michael Howell | -1/+44 |
| 2021-09-06 | Suggest wapping expr in parentheses on invalid unary negation | Andrew Hickman | -2/+34 |
| 2021-09-06 | Normalize assoc types when checking ret ty of main | ThePuzzlemaker | -0/+19 |
| 2021-09-06 | Add test for braced-macro followed by `.` or `?`. | Mara Bos | -0/+9 |
| 2021-09-06 | Add a regression test for https://github.com/rust-lang/rust/issues/88649 | hyd-dev | -0/+18 |
| 2021-09-06 | Auto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-se | bors | -1/+204 |
| 2021-09-06 | Suggest deriving traits if possible | Paul Trojahn | -0/+148 |
| 2021-09-06 | Rollup merge of #88661 - est31:typo_fix_in_test, r=joshtriplett | Ryan Levick | -1/+1 |
| 2021-09-06 | Rollup merge of #88602 - BoxyUwU:tests-uwu-nya, r=lcnr | Ryan Levick | -0/+203 |