| Age | Commit message (Expand) | Author | Lines |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -155/+158 |
| 2021-08-10 | Move some UI tests to more suitable subdirs | Yuki Okushi | -106/+0 |
| 2021-08-09 | Use smaller spans when suggesting method call disambiguation | Esteban Kuber | -4/+5 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -1/+1 |
| 2021-08-07 | Rollup merge of #87775 - Kobzol:single-associated-item-hint, r=oli-obk | Yuki Okushi | -1/+7 |
| 2021-08-06 | Add hint for unresolved associated trait items if the trait has a single item | Jakub Beránek | -1/+7 |
| 2021-08-04 | Remove trailing whitespace from error messages | Fabian Wolff | -15/+15 |
| 2021-08-03 | bless a few trivial tests under polonius | Rémy Rakic | -0/+73 |
| 2021-07-31 | Point at unmet explicit lifetime obligation bound | Esteban Küber | -1/+5 |
| 2021-07-31 | Auto merge of #86264 - crlf0710:trait_upcasting_part1, r=nikomatsakis | bors | -7/+7 |
| 2021-07-30 | Auto merge of #86754 - estebank:use-multispans-more, r=varkor | bors | -63/+108 |
| 2021-07-31 | Implement trait upcasting coercion type-checking. | Charles Lew | -3/+3 |
| 2021-07-31 | Add feature gate tests. | Charles Lew | -6/+6 |
| 2021-07-30 | Use multispan suggestions more often | Esteban Küber | -63/+108 |
| 2021-07-29 | Update tests | Jonas Schievink | -4/+10 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -34/+2 |
| 2021-07-27 | Remove min_tait and full_tait stderr dangling files | Santiago Pastorino | -31/+0 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -5/+17 |
| 2021-07-27 | Use type_alias_impl_trait instead of min in compiler and lib | Santiago Pastorino | -14/+1 |
| 2021-07-27 | Rollup merge of #86764 - estebank:issue-86756, r=pnkfelix | Yuki Okushi | -0/+58 |
| 2021-07-25 | Auto merge of #83723 - cjgillot:ownernode, r=petrochenkov | bors | -41/+41 |
| 2021-07-25 | Bless tests. | Camille GILLOT | -41/+41 |
| 2021-07-24 | Rollup merge of #87359 - jyn514:bless-rustup, r=estebank | Manish Goregaokar | -0/+4 |
| 2021-07-24 | Remove detection of rustup and cargo in 'missing extern crate' diagnostics | Joshua Nelson | -0/+4 |
| 2021-07-22 | Extend HIR WF checking to fields | Aaron Hill | -2/+2 |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -4/+7 |
| 2021-07-22 | Auto merge of #87250 - robojumper:87199-sized-relaxation, r=nikomatsakis | bors | -0/+56 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -2/+2 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -4/+7 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -0/+2 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -4/+4 |
| 2021-07-19 | Better errors when we don't have implicit statics in trait objects | jackh726 | -0/+2 |
| 2021-07-19 | Auto merge of #87225 - estebank:cleanup, r=oli-obk | bors | -57/+180 |
| 2021-07-19 | Various diagnostics clean ups/tweaks | Esteban Küber | -57/+180 |
| 2021-07-19 | Improve impl trait disallowed context error text | Santiago Pastorino | -4/+4 |
| 2021-07-18 | Fix implicit Sized relaxation when attempting to relax other, unsupported trait | robojumper | -24/+15 |
| 2021-07-18 | Add test for unsupported bound relaxation with incorrect behavior | robojumper | -0/+65 |
| 2021-07-18 | When pretty printing, name placeholders as bound regions | jackh726 | -2/+2 |
| 2021-07-17 | Auto merge of #87129 - FabianWolff:issue-75356, r=varkor | bors | -0/+1 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -14/+0 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -14/+0 |
| 2021-07-16 | Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakis | bors | -9/+7 |
| 2021-07-14 | Warn about useless assignments of variables/fields to themselves | Fabian Wolff | -0/+1 |
| 2021-07-13 | Unignore some pretty printing tests | Yuki Okushi | -5/+0 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -6/+6 |
| 2021-07-10 | bless missing tests | Ralf Jung | -5/+4 |
| 2021-07-09 | Auto merge of #85263 - Smittyvb:thir-unsafeck-union-field, r=oli-obk | bors | -5/+12 |
| 2021-07-09 | Don't stub out part of test | Smitty | -5/+12 |
| 2021-07-09 | Auto merge of #86888 - FabianWolff:issue-86600, r=davidtwco | bors | -168/+14 |
| 2021-07-09 | Replace associated item bound vars with placeholders when projecting. | jackh726 | -9/+7 |