| Age | Commit message (Expand) | Author | Lines |
| 2021-09-28 | Use less verbose syntax for error annotations | Michael Howell | -4/+4 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -1001/+2220 |
| 2021-09-28 | Pick one possible lifetime in case there are multiple choices | Oli Scherer | -2/+10 |
| 2021-09-28 | review comments | Esteban Kuber | -3/+3 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -2/+130 |
| 2021-09-28 | Rename `std::thread::available_onccurrency` to `std::thread::available_parall... | Yoshua Wuyts | -2/+2 |
| 2021-09-28 | Rebase resume argument projections during state transform | Tomasz Miąsko | -3/+9 |
| 2021-09-28 | Auto merge of #86191 - kawadakk:release-add-solid-support, r=nagisa,estebank,... | bors | -0/+69 |
| 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 | -19/+60 |
| 2021-09-28 | Add SOLID targets | Tomoaki Kawada | -0/+69 |
| 2021-09-28 | print-type-sizes: skip field printing for primitives | Tomasz Miąsko | -1/+2 |
| 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 | Update issue-89193.rs | George O'Hara | -4/+2 |
| 2021-09-27 | Issue 89193 | George O'Hara | -0/+53 |
| 2021-09-27 | Auto merge of #89263 - TaKO8Ki:suggest-both-immutable-and-mutable-trait-imple... | bors | -60/+177 |
| 2021-09-27 | Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelid | bors | -42/+40 |
| 2021-09-27 | :arrow_up: rust-analyzer | Laurențiu Nicola | -16/+17 |
| 2021-09-27 | suggest path for tuple struct | Takayuki Maeda | -0/+45 |
| 2021-09-27 | Auto merge of #89182 - GuillaumeGomez:boostrap-explicit-request, r=Mark-Simul... | bors | -17/+30 |
| 2021-09-26 | Link stage1 build to toolchain automatically | Timothy Maloney | -0/+80 |
| 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 | Improve diagnostics for inaccessible items | Fabian Wolff | -38/+91 |
| 2021-09-26 | Detect when negative literal indices are used and suggest appropriate code | Esteban Kuber | -0/+79 |
| 2021-09-26 | Do not suggest importing inaccessible items | Fabian Wolff | -94/+107 |
| 2021-09-26 | Use the correct edition when syntax highlighting doctests | Joshua Nelson | -2/+50 |
| 2021-09-26 | Preserve the whole LangSyntax when parsing doctests | Joshua Nelson | -17/+10 |
| 2021-09-26 | Fix populate of union.impls | Loïc BRANSTETT | -0/+17 |
| 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 | -119/+166 |
| 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 #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-09-25 | Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514 | Manish Goregaokar | -1/+93 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -79/+56 |
| 2021-09-26 | Replace `Pat` with a new intermediate representation | Nadrieril | -15/+52 |
| 2021-09-26 | Rework `Fields` internals. | Nadrieril | -2/+2 |