| Age | Commit message (Expand) | Author | Lines |
| 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 | -149/+149 |
| 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 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -2/+2 |
| 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 | -12/+66 |
| 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 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -2/+2 |
| 2019-03-24 | Rollup merge of #59377 - smaeul:patch/system-llvm, r=nikic | kennytm | -12/+12 |
| 2019-03-24 | Auto merge of #58305 - scalexm:chalk-continued, r=nikomatsakis | bors | -5/+31 |
| 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 | Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov | kennytm | -0/+23 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -2/+2 |
| 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 | -57/+9 |
| 2019-03-23 | Fix invalid DWARF for enums when using thinlto | Philip Craig | -0/+48 |
| 2019-03-23 | fs::copy() set file mode early | Harald Hoyer | -4/+9 |
| 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 |