| Age | Commit message (Expand) | Author | Lines |
| 2021-09-08 | Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelid | Jack Huey | -0/+18 |
| 2021-09-08 | Add tests to ensure that <table> don't break doc blocks width anymore | Guillaume Gomez | -0/+33 |
| 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 | remap-cwd-prefix | danakj | -0/+42 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -1/+1 |
| 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/+118 |
| 2021-09-07 | Add test case for no-bundle/whole-archive native libs linking. | Michael Woerister | -0/+87 |
| 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 | fix ICE on hidden tuple variant fields | Emil Gardström | -0/+34 |
| 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 | Auto merge of #88678 - matthewjasper:if-boolean-scoping, r=oli-obk | bors | -19/+20 |
| 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 |
| 2021-09-06 | Auto merge of #88631 - camelid:sugg-span, r=davidtwco | bors | -9/+152 |
| 2021-09-06 | Correctly handle niche of enum | Deadbeef | -0/+9 |
| 2021-09-06 | Auto merge of #88640 - SkiFire13:tests-for-85499, r=jackh726 | bors | -0/+144 |
| 2021-09-06 | Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebank | bors | -31/+5 |
| 2021-09-06 | Add regression test for #74400 | Bram van den Heuvel | -0/+54 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -17/+34 |
| 2021-09-05 | Auto merge of #88552 - nbdd0121:vtable, r=nagisa | bors | -4/+41 |
| 2021-09-05 | Change scope of temporaries in match guards | Matthew Jasper | -19/+20 |
| 2021-09-05 | Stop allocating vtable entries for non-object-safe methods | Gary Guo | -4/+41 |
| 2021-09-05 | Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomez | bors | -1/+20 |
| 2021-09-05 | Add tests | Giacomo Stevanato | -0/+144 |
| 2021-09-05 | Rollup merge of #88657 - camelid:fix-dyn-sugg, r=m-ou-se | Mara Bos | -0/+21 |
| 2021-09-05 | Rollup merge of #88257 - estebank:invalid-attr-error, r=oli-obk | Mara Bos | -46/+263 |
| 2021-09-05 | Correct typo | est31 | -1/+1 |
| 2021-09-04 | Use verbose suggestions and only match if the + is seen before a numeric literal | Theodore Luo Wang | -88/+48 |
| 2021-09-04 | Fix 2021 `dyn` suggestion that used code as label | Noah Lev | -0/+21 |
| 2021-09-04 | test for issue #77175 | Stefano Buliani | -0/+19 |
| 2021-09-04 | Fix #88256, remove duplicated diagnostic | yukang | -31/+5 |
| 2021-09-04 | Auto merge of #88547 - notriddle:notriddle/is-expr-delims-necessary, r=davidtwco | bors | -0/+94 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+11 |
| 2021-09-03 | Auto merge of #88482 - athei:add-import-test, r=the8472 | bors | -0/+30 |
| 2021-09-03 | Auto merge of #88572 - matthewjasper:if-let-scoping-fix, r=oli-obk | bors | -447/+401 |
| 2021-09-03 | Update coverage tests | Matthew Jasper | -5/+5 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -128/+128 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+11 |