| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-03-23 | Auto merge of #59058 - petrochenkov:assocrecov3, r=estebank | bors | -4/+135 |
| 2019-03-22 | review comments | Esteban Küber | -1/+1 |
| 2019-03-22 | Add suggestion to use `&*var` when `&str: From<String>` is expected | Esteban Küber | -0/+23 |
| 2019-03-22 | Continue running after `typeck_item_bodies` has failed | Esteban Küber | -1/+5 |
| 2019-03-22 | Reword type ascription note to reduce verbosity | Esteban Küber | -60/+10 |
| 2019-03-22 | Review comment | Esteban Küber | -10/+10 |
| 2019-03-22 | Hide "type ascription is experimental error" unless it's the only one | Esteban Küber | -24/+5 |
| 2019-03-22 | Only suggest let assignment for type ascription if we find an equals sign | Esteban Küber | -9/+3 |
| 2019-03-22 | Tweak labels | Esteban Küber | -5/+1 |
| 2019-03-22 | Expand suggestions for type ascription parse errors | Esteban Küber | -0/+256 |
| 2019-03-23 | Auto merge of #58929 - estebank:elide-object, r=zackmdavis | bors | -0/+33 |
| 2019-03-22 | ffi: rename VaList::copy to VaList::with_copy | Dan Robertson | -19/+19 |
| 2019-03-22 | Rollup merge of #59347 - petrochenkov:nomake, r=davidtwco | Mazdak Farrokhzad | -0/+64 |
| 2019-03-22 | Rollup merge of #59323 - euclio:enum-instead-of-variant, r=varkor | Mazdak Farrokhzad | -40/+104 |
| 2019-03-22 | Rollup merge of #59322 - estebank:diag-tweak, r=davidtwco | Mazdak Farrokhzad | -49/+23 |
| 2019-03-22 | Rollup merge of #59321 - varkor:unify-E0109-E0110-E0111, r=davidtwco | Mazdak Farrokhzad | -182/+179 |
| 2019-03-22 | Rollup merge of #59297 - euclio:field-method-suggestions, r=estebank | Mazdak Farrokhzad | -20/+48 |
| 2019-03-22 | Rollup merge of #59266 - estebank:struct-parse-recovery, r=petrochenkov | Mazdak Farrokhzad | -0/+21 |
| 2019-03-22 | Rollup merge of #59190 - greg-kargin:master, r=sanxiyn | Mazdak Farrokhzad | -6/+6 |
| 2019-03-22 | Auto merge of #59035 - estebank:closure-instacall, r=davidtwco | bors | -0/+19 |
| 2019-03-22 | Auto merge of #59031 - estebank:recover-from-comaless, r=petrochenkov | bors | -40/+45 |
| 2019-03-22 | Fix ICE with const generic param in struct | varkor | -0/+21 |
| 2019-03-21 | Auto merge of #58981 - estebank:elseless-if, r=davidtwco | bors | -2/+89 |
| 2019-03-21 | Move one test from run-make-fulldeps to ui | Vadim Petrochenkov | -0/+64 |
| 2019-03-21 | hygiene: Fix identifier comparison in impl overlap check | Vadim Petrochenkov | -0/+35 |
| 2019-03-21 | use suggestions for "enum instead of variant" error | Andy Russell | -40/+104 |
| 2019-03-20 | Fix a bug in implied bounds | scalexm | -3/+3 |