| Age | Commit message (Expand) | Author | Lines |
| 2019-03-27 | Speed up rustdoc run a bit | Guillaume Gomez | -39/+48 |
| 2019-03-25 | Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk | bors | -7/+44 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -97/+84 |
| 2019-03-25 | Auto merge of #59242 - euclio:asm-ice, r=nagisa | bors | -2/+29 |
| 2019-03-25 | Auto merge of #59240 - euclio:struct-field-span, r=oli-obk | bors | -15/+15 |
| 2019-03-25 | Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov | bors | -1/+74 |
| 2019-03-24 | Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov | bors | -780/+859 |
| 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 | -1/+50 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -39/+38 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -56/+55 |
| 2019-03-24 | Auto merge of #59397 - kennytm:rollup, r=kennytm | bors | -74/+233 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -48/+61 |
| 2019-03-24 | make asm diagnostic instruction optional | Andy Russell | -2/+29 |
| 2019-03-24 | Revert changes to creation of fictive constructors for struct variants | Vadim Petrochenkov | -62/+29 |
| 2019-03-24 | Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor` | Vadim Petrochenkov | -38/+26 |
| 2019-03-24 | Rollup merge of #59377 - smaeul:patch/system-llvm, r=nikic | kennytm | -15/+17 |
| 2019-03-24 | Slightly more uniform treatment of struct and variant constructors | Vadim Petrochenkov | -18/+14 |
| 2019-03-24 | Auto merge of #58305 - scalexm:chalk-continued, r=nikomatsakis | bors | -696/+946 |
| 2019-03-24 | Remove `VariantDef::parent_did` | Vadim Petrochenkov | -202/+72 |
| 2019-03-24 | Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkov | kennytm | -9/+37 |
| 2019-03-24 | Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcm | kennytm | -0/+30 |
| 2019-03-24 | Rollup merge of #59296 - petrochenkov:stdup, r=estebank | kennytm | -4/+20 |
| 2019-03-24 | Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov | kennytm | -40/+85 |
| 2019-03-24 | Remove methods is_struct/is_tuple/is_unit from VariantData | Vadim Petrochenkov | -181/+130 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -520/+818 |
| 2019-03-24 | Rollup merge of #59239 - gnzlbg:fix_spin_loop, r=nagisa | kennytm | -6/+25 |
| 2019-03-24 | Rollup merge of #59213 - kornelski:robots, r=Mark-Simulacrum | kennytm | -0/+19 |
| 2019-03-24 | Auto merge of #59199 - estebank:untrack-errors, r=eddyb | bors | -50/+45 |
| 2019-03-23 | Auto merge of #59084 - estebank:diagnostic-spans, r=davidtwco | bors | -546/+496 |
| 2019-03-23 | Fix span after rebase | Esteban Küber | -10/+5 |
| 2019-03-23 | Fix rebase | Esteban Küber | -1/+1 |
| 2019-03-23 | Mark duplicate import removal suggestion tool only | Esteban Küber | -11/+1 |
| 2019-03-23 | Deduplicate const eval error spans for better output | Esteban Küber | -29/+15 |
| 2019-03-23 | Hide obvious suggestion from cli output | Esteban Küber | -22/+10 |
| 2019-03-23 | Tweak unnecessary import suggestion | Esteban Küber | -45/+25 |
| 2019-03-23 | Tweak unsupported negative trait bounds message | Esteban Küber | -38/+55 |
| 2019-03-23 | Swap primary/secondary spans for E0458 | Esteban Küber | -6/+7 |
| 2019-03-23 | Swap const evaluation lint spans to point at problem in primary span | Esteban Küber | -304/+358 |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -133/+72 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -75/+43 |
| 2019-03-23 | Use `if let` instead of `match` | varkor | -13/+10 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -52/+55 |
| 2019-03-23 | Auto merge of #59058 - petrochenkov:assocrecov3, r=estebank | bors | -92/+217 |
| 2019-03-22 | Add note to address check_match errors | Esteban Küber | -3/+4 |
| 2019-03-22 | address review comments | Esteban Küber | -24/+13 |
| 2019-03-22 | Do not `track_errors` in `register_plugins` | Esteban Küber | -14/+12 |
| 2019-03-22 | Continue running after `typeck_item_bodies` has failed | Esteban Küber | -6/+9 |
| 2019-03-22 | Remove track_errors from check_match | Esteban Küber | -10/+14 |
| 2019-03-23 | Auto merge of #58929 - estebank:elide-object, r=zackmdavis | bors | -21/+74 |