about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-25Auto merge of #59240 - euclio:struct-field-span, r=oli-obkbors-15/+15
2019-03-25compiletest: make path normalization smarterAndy Russell-154/+247
2019-03-24Deduplicate code for path suggestionEsteban Küber-64/+43
2019-03-24Provide suggestion when using field access instead of pathEsteban Küber-0/+32
2019-03-24doc: use correct body font URLsNikhil Benesch-3/+3
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-24bootstrap: build compiler-builtins with -Z emit-stack-sizesJorge Aparicio-0/+24
2019-03-24make asm diagnostic instruction optionalAndy Russell-2/+29
2019-03-24Add a way to track Rustfix UI test coveragePhilipp Hansch-1/+66
2019-03-24Revert changes to creation of fictive constructors for struct variantsVadim Petrochenkov-62/+29
2019-03-24replace redundant note in deprecation warningAndy Russell-6/+72
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-24code review fixesSaleem Jaffer-115/+81
2019-03-23Make `ptr::eq` documentation mention smart-pointer behaviorChris Gregory-0/+4
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-23Fixes #59361Peter Hall-6/+6
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-23adding mir::StaticKind enum for static and promotedSaleem Jaffer-166/+238
2019-03-23syntax: Remove warning for unnecessary path disambiguatorsVadim Petrochenkov-79/+20
2019-03-23Add testGuillaume Gomez-27/+25