| Age | Commit message (Expand) | Author | Lines |
| 2019-03-28 | Add a regression test for #47131 | varkor | -0/+17 |
| 2019-03-27 | Rollup merge of #59459 - JohnTitor:add-tests, r=Centril | Josh Stone | -0/+88 |
| 2019-03-27 | Rollup merge of #59439 - Centril:generalize-assign-to-bool-diagnostic, r=oli-obk | Josh Stone | -6/+211 |
| 2019-03-27 | Rollup merge of #59421 - estebank:tuple-index-suffix, r=petrochenkov | Josh Stone | -24/+68 |
| 2019-03-27 | Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus | Josh Stone | -0/+23 |
| 2019-03-27 | Rollup merge of #57565 - petrochenkov:turbowarn, r=Centril | Josh Stone | -15/+3 |
| 2019-03-27 | Rollup merge of #57293 - Zoxc:incr-passes3, r=michaelwoerister | Josh Stone | -26/+26 |
| 2019-03-27 | Better diagnostic for binary operation on BoxedValues | hgallagher1993 | -84/+206 |
| 2019-03-27 | Regression test for rust-lang/rust#56327. | Felix S. Klock II | -0/+25 |
| 2019-03-27 | Some tests illustrating where the revised lint does and does not apply. | Felix S. Klock II | -0/+346 |
| 2019-03-27 | Add some tests | Yuki OKUSHI | -0/+88 |
| 2019-03-27 | add negative test case in assignment-expected-bool | Mazdak Farrokhzad | -2/+23 |
| 2019-03-27 | adjust assignment-in-if test accordingly. | Mazdak Farrokhzad | -6/+26 |
| 2019-03-27 | add test for assignment x = y where type bool is expected. | Mazdak Farrokhzad | -0/+164 |
| 2019-03-26 | Add specific message for tuple struct invoked with suffixed numeric field name | Esteban Küber | -1/+19 |
| 2019-03-26 | Reword invalid suffixe errors | Esteban Küber | -30/+30 |
| 2019-03-26 | Use `expect_no_suffix` for error | Esteban Küber | -7/+6 |
| 2019-03-26 | Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkor | Mazdak Farrokhzad | -5/+71 |
| 2019-03-26 | Rollup merge of #59267 - estebank:assoc-const-as-field, r=davidtwco | Mazdak Farrokhzad | -1/+25 |
| 2019-03-26 | Rollup merge of #59150 - estebank:type-ascription, r=varkor | Mazdak Farrokhzad | -0/+177 |
| 2019-03-25 | review comments | Esteban Küber | -3/+13 |
| 2019-03-25 | When moving out of a for loop head, suggest borrowing it in nll mode | Esteban Küber | -22/+14 |
| 2019-03-25 | Reject integer suffix when tuple indexing | Esteban Küber | -0/+17 |
| 2019-03-25 | Update tests | John Kåre Alsaker | -26/+26 |
| 2019-03-25 | Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk | bors | -1/+24 |
| 2019-03-25 | Auto merge of #59242 - euclio:asm-ice, r=nagisa | bors | -0/+27 |
| 2019-03-25 | Auto merge of #59240 - euclio:struct-field-span, r=oli-obk | bors | -7/+7 |
| 2019-03-25 | compiletest: make path normalization smarter | Andy Russell | -108/+108 |
| 2019-03-24 | Deduplicate code for path suggestion | Esteban Küber | -2/+2 |
| 2019-03-24 | Provide suggestion when using field access instead of path | Esteban Küber | -0/+24 |
| 2019-03-25 | Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov | bors | -0/+58 |
| 2019-03-24 | Add nll test | Esteban Küber | -0/+24 |
| 2019-03-24 | When moving out of a for loop head, suggest borrowing it | Esteban Küber | -0/+34 |
| 2019-03-24 | Auto merge of #59397 - kennytm:rollup, r=kennytm | bors | -0/+31 |
| 2019-03-24 | make asm diagnostic instruction optional | Andy Russell | -0/+27 |
| 2019-03-24 | replace redundant note in deprecation warning | Andy Russell | -5/+71 |
| 2019-03-24 | Auto merge of #58305 - scalexm:chalk-continued, r=nikomatsakis | bors | -5/+3 |
| 2019-03-24 | Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkov | kennytm | -0/+21 |
| 2019-03-24 | Rollup merge of #59296 - petrochenkov:stdup, r=estebank | kennytm | -0/+10 |
| 2019-03-24 | Auto merge of #59199 - estebank:untrack-errors, r=eddyb | bors | -1/+5 |
| 2019-03-23 | Fix span after rebase | Esteban Küber | -9/+3 |
| 2019-03-23 | Mark duplicate import removal suggestion tool only | Esteban Küber | -10/+0 |
| 2019-03-23 | Deduplicate const eval error spans for better output | Esteban Küber | -28/+12 |
| 2019-03-23 | Hide obvious suggestion from cli output | Esteban Küber | -21/+9 |
| 2019-03-23 | Tweak unnecessary import suggestion | Esteban Küber | -44/+24 |
| 2019-03-23 | Tweak unsupported negative trait bounds message | Esteban Küber | -30/+40 |
| 2019-03-23 | Swap primary/secondary spans for E0458 | Esteban Küber | -4/+4 |
| 2019-03-23 | Swap const evaluation lint spans to point at problem in primary span | Esteban Küber | -304/+344 |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -126/+60 |
| 2019-03-23 | syntax: Remove warning for unnecessary path disambiguators | Vadim Petrochenkov | -15/+3 |