about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-27Speed up rustdoc run a bitGuillaume Gomez-39/+48
2019-03-25Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obkbors-7/+44
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-97/+84
2019-03-25Auto merge of #59242 - euclio:asm-ice, r=nagisabors-2/+29
2019-03-25Auto merge of #59240 - euclio:struct-field-span, r=oli-obkbors-15/+15
2019-03-25Auto merge of #59195 - estebank:for-loop-move, r=petrochenkovbors-1/+74
2019-03-24Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkovbors-780/+859
2019-03-24Add nll testEsteban Küber-0/+24
2019-03-24When moving out of a for loop head, suggest borrowing itEsteban Küber-1/+50
2019-03-24Re-order fields in `Def::Ctor`.David Wood-39/+38
2019-03-24Move `CtorOf` into `hir::def`.David Wood-56/+55
2019-03-24Auto merge of #59397 - kennytm:rollup, r=kennytmbors-74/+233
2019-03-24Remove `CtorOf` from `Node::Ctor`.David Wood-48/+61
2019-03-24make asm diagnostic instruction optionalAndy Russell-2/+29
2019-03-24Revert changes to creation of fictive constructors for struct variantsVadim Petrochenkov-62/+29
2019-03-24Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor`Vadim Petrochenkov-38/+26
2019-03-24Rollup merge of #59377 - smaeul:patch/system-llvm, r=nikickennytm-15/+17
2019-03-24Slightly more uniform treatment of struct and variant constructorsVadim Petrochenkov-18/+14
2019-03-24Auto merge of #58305 - scalexm:chalk-continued, r=nikomatsakisbors-696/+946
2019-03-24Remove `VariantDef::parent_did`Vadim Petrochenkov-202/+72
2019-03-24Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkovkennytm-9/+37
2019-03-24Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcmkennytm-0/+30
2019-03-24Rollup merge of #59296 - petrochenkov:stdup, r=estebankkennytm-4/+20
2019-03-24Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkovkennytm-40/+85
2019-03-24Remove methods is_struct/is_tuple/is_unit from VariantDataVadim Petrochenkov-181/+130
2019-03-24Separate variant id and variant constructor id.David Wood-520/+818
2019-03-24Rollup merge of #59239 - gnzlbg:fix_spin_loop, r=nagisakennytm-6/+25
2019-03-24Rollup merge of #59213 - kornelski:robots, r=Mark-Simulacrumkennytm-0/+19
2019-03-24Auto merge of #59199 - estebank:untrack-errors, r=eddybbors-50/+45
2019-03-23Auto merge of #59084 - estebank:diagnostic-spans, r=davidtwcobors-546/+496
2019-03-23Fix span after rebaseEsteban Küber-10/+5
2019-03-23Fix rebaseEsteban Küber-1/+1
2019-03-23Mark duplicate import removal suggestion tool onlyEsteban Küber-11/+1
2019-03-23Deduplicate const eval error spans for better outputEsteban Küber-29/+15
2019-03-23Hide obvious suggestion from cli outputEsteban Küber-22/+10
2019-03-23Tweak unnecessary import suggestionEsteban Küber-45/+25
2019-03-23Tweak unsupported negative trait bounds messageEsteban Küber-38/+55
2019-03-23Swap primary/secondary spans for E0458Esteban Küber-6/+7
2019-03-23Swap const evaluation lint spans to point at problem in primary spanEsteban Küber-304/+358
2019-03-23Tweak spans for E0599Esteban Küber-133/+72
2019-03-23Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxcbors-75/+43
2019-03-23Use `if let` instead of `match`varkor-13/+10
2019-03-23Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxcbors-52/+55
2019-03-23Auto merge of #59058 - petrochenkov:assocrecov3, r=estebankbors-92/+217
2019-03-22Add note to address check_match errorsEsteban Küber-3/+4
2019-03-22address review commentsEsteban Küber-24/+13
2019-03-22Do not `track_errors` in `register_plugins`Esteban Küber-14/+12
2019-03-22Continue running after `typeck_item_bodies` has failedEsteban Küber-6/+9
2019-03-22Remove track_errors from check_matchEsteban Küber-10/+14
2019-03-23Auto merge of #58929 - estebank:elide-object, r=zackmdavisbors-21/+74