| Age | Commit message (Expand) | Author | Lines |
| 2021-09-30 | Update run-make-fulldeps. | Camille GILLOT | -3/+4 |
| 2021-09-29 | Auto merge of #89331 - GuillaumeGomez:rollup-b10unye, r=GuillaumeGomez | bors | -21/+150 |
| 2021-09-29 | Auto merge of #89328 - flip1995:clippyup, r=Manishearth | bors | -1001/+2220 |
| 2021-09-29 | Auto merge of #88950 - Nadrieril:deconstruct-pat, r=oli-obk | bors | -17/+99 |
| 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/+17 |
| 2021-09-28 | Rollup merge of #89255 - FabianWolff:issue-88806, r=cjgillot | Guillaume Gomez | -19/+19 |
| 2021-09-28 | Rollup merge of #89212 - Sl1mb0:xpy-toolchain-link, r=jyn514 | Guillaume Gomez | -0/+80 |
| 2021-09-28 | Rollup merge of #87260 - antoyo:libgccjit-codegen, r=Mark-Simulacrum | Guillaume Gomez | -2/+8 |
| 2021-09-28 | Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup | flip1995 | -1001/+2220 |
| 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-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 | 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 | Auto merge of #89203 - GuillaumeGomez:cleanup-rustdoc-types, r=camelid | bors | -42/+40 |
| 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 | 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 | -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 |
| 2021-09-25 | Fix incorrect disambiguation suggestion for associated items | Fabian Wolff | -19/+19 |
| 2021-09-25 | Auto merge of #87584 - adamgemmell:dev/asm-tests, r=Amanieu | bors | -237/+2839 |
| 2021-09-25 | rustdoc: Document `is_assoc_ty()` | Noah Lev | -0/+2 |
| 2021-09-26 | Elaborate comment | Hirochika Matsumoto | -1/+1 |
| 2021-09-25 | Check for macros in built-in attributes that don't support them. | Eric Huss | -0/+69 |
| 2021-09-25 | Move malformed attribute code to a function and fix inner attribute suggestion. | Eric Huss | -9/+9 |
| 2021-09-25 | Auto merge of #88243 - nikic:newpm-2, r=nagisa | bors | -5/+10 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -213/+343 |
| 2021-09-25 | Pin panic-in-drop=abort test to old pass manager | Nikita Popov | -1/+8 |