| Age | Commit message (Expand) | Author | Lines |
| 2021-09-30 | Rollup merge of #89314 - notriddle:notriddle/lint-fix-enum-variant-match, r=d... | Manish Goregaokar | -0/+37 |
| 2021-09-30 | Rollup merge of #89303 - guswynn:std_suspend, r=dtolnay | Manish Goregaokar | -0/+38 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -2/+130 |
| 2021-09-30 | Rollup merge of #89202 - estebank:infer-call-type, r=oli-obk | Manish Goregaokar | -0/+14 |
| 2021-09-30 | Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot | Manish Goregaokar | -11/+30 |
| 2021-09-30 | Auto merge of #89282 - sexxi-goose:fix-88118, r=nikomatsakis | bors | -0/+36 |
| 2021-09-30 | Auto merge of #87998 - nneonneo:master, r=oli-obk | bors | -0/+132 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -0/+23 |
| 2021-09-30 | Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebank | bors | -21/+21 |
| 2021-09-30 | Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehuss | bors | -27/+84 |
| 2021-09-29 | Rollup merge of #89311 - FabianWolff:issue-89305, r=oli-obk | Eric Huss | -0/+29 |
| 2021-09-29 | Rollup merge of #89232 - rossmacarthur:fix-76424, r=wesleywiser | Eric Huss | -27/+55 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -581/+426 |
| 2021-09-29 | fix(lint): don't suggest refutable patterns to "fix" irrefutable bind | Michael Howell | -0/+37 |
| 2021-09-29 | Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomez | bors | -19/+60 |
| 2021-09-28 | ref/refmut | Gus Wynn | -1/+1 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -17/+99 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -27/+55 |
| 2021-09-28 | Rollup merge of #89283 - camelid:issue-83564-test, r=davidtwco | Guillaume Gomez | -0/+26 |
| 2021-09-28 | Rollup merge of #89276 - Urgau:fix-union-impls, r=GuillaumeGomez | Guillaume Gomez | -0/+15 |
| 2021-09-28 | Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot | Guillaume Gomez | -19/+19 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -2/+130 |
| 2021-09-28 | Auto merge of #89293 - TaKO8Ki:fix-confusing-error-for-path-separator-to-refe... | bors | -0/+45 |
| 2021-09-28 | Auto merge of #89277 - jyn514:codeblock-edition, r=GuillaumeGomez | bors | -0/+38 |
| 2021-09-28 | Add unit assignment to MIR for `asm!()` | Fabian Wolff | -0/+29 |
| 2021-09-27 | Auto merge of #89249 - Aaron1011:higher-ranked-cause, r=estebank | bors | -0/+40 |
| 2021-09-27 | Auto merge of #89214 - smoelius:register_tool, r=petrochenkov | bors | -0/+14 |
| 2021-09-27 | #[feature] not required for lint result | Gus Wynn | -5/+4 |
| 2021-09-27 | lock types | Gus Wynn | -0/+39 |
| 2021-09-27 | Improve cause information for NLL higher-ranked errors | Aaron Hill | -0/+40 |
| 2021-09-27 | Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple... | bors | -60/+177 |
| 2021-09-27 | suggest path for tuple struct | Takayuki Maeda | -0/+45 |
| 2021-09-26 | Fix test | Roxane | -9/+5 |
| 2021-09-26 | 2229: Consume IfLet expr | Roxane | -0/+40 |
| 2021-09-26 | Add regression test for issue #83564 | Noah Lev | -0/+26 |
| 2021-09-26 | Auto merge of #89144 - sexxi-goose:insig_stdlib, r=nikomatsakis | bors | -527/+240 |
| 2021-09-26 | Use the correct edition when syntax highlighting doctests | Joshua Nelson | -0/+38 |
| 2021-09-26 | Fix populate of union.impls | Loïc BRANSTETT | -0/+15 |
| 2021-09-27 | test suggesting immutable or mutable trait implementations | Takayuki Maeda | -36/+82 |
| 2021-09-27 | fix test error | Takayuki Maeda | -4/+6 |
| 2021-09-26 | Auto merge of #88316 - est31:remove_box_tests, r=Mark-Simulacrum | bors | -1193/+999 |
| 2021-09-27 | better suggestions | Takayuki Maeda | -48/+65 |
| 2021-09-26 | Auto merge of #89101 - ehuss:compiletest-incremental-build, r=Mark-Simulacrum | bors | -87/+110 |
| 2021-09-26 | fix the relevant tests | Takayuki Maeda | -20/+36 |
| 2021-09-26 | suggest both immutable and mutable trait implementations | Takayuki Maeda | -0/+36 |
| 2021-09-26 | Auto merge of #88680 - ehuss:more-attr-validation, r=petrochenkov | bors | -9/+78 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -1193/+999 |
| 2021-09-25 | Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514 | Manish Goregaokar | -0/+60 |
| 2021-09-26 | Replace `Pat` with a new intermediate representation | Nadrieril | -15/+52 |
| 2021-09-26 | Rework `Fields` internals. | Nadrieril | -2/+2 |