about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-10-09Auto merge of #77690 - est31:llvm_8_required, r=matthewjasperbors-6/+3
2020-10-09Auto merge of #77698 - vandenheuvel:chalkup, r=jackh726bors-4/+4
2020-10-09Auto merge of #77687 - est31:hash_shorter_path, r=davidtwcobors-6/+6
2020-10-09Auto merge of #77578 - euclio:max-suggestion, r=davidtwcobors-0/+25
2020-10-09Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievinkbors-4/+184
2020-10-08Auto merge of #77723 - jonas-schievink:rollup-htz44r4, r=jonas-schievinkbors-3/+2
2020-10-08Implement the instruction_set attributexd009642-4/+184
2020-10-08Rollup merge of #77702 - heckad:patch-3, r=lcnrJonas Schievink-1/+1
2020-10-08Rollup merge of #77673 - heckad:patch-2, r=lcnrJonas Schievink-2/+1
2020-10-08Auto merge of #77110 - lzutao:e0596-amp_mut, r=davidtwcobors-33/+37
2020-10-08suggest `MAX` constant if -1 is assigned to unsigned typeAndy Russell-0/+25
2020-10-08Suggest removing &mut from borrow of &mutLzu Tao-33/+37
2020-10-08Auto merge of #77678 - jyn514:tracing, r=Mark-Simulacrumbors-1/+1
2020-10-08Remove not needed lambda.Kazantcev Andrey-1/+1
2020-10-08Auto merge of #77581 - ecstatic-morse:dataflow-dump-mir-graphviz, r=davidtwcobors-24/+24
2020-10-08Update chalk to 0.32.0Bram van den Heuvel-4/+4
2020-10-08Commit suggestionKazantcev Andrey-1/+1
2020-10-08Simplify some code in rustc_llvm/build.rs now that LLVM 8 is requiredest31-6/+3
2020-10-08Auto merge of #75470 - estebank:bare-type-expr, r=davidtwcobors-17/+127
2020-10-08Use shorter path for std::hash::Hashest31-6/+6
2020-10-07Auto merge of #77597 - simonvandel:uninhabited-hashset, r=jonas-schievinkbors-2/+7
2020-10-07Upgrade to tracing 0.2.13Joshua Nelson-1/+1
2020-10-07Auto merge of #76985 - hbina:clone_check, r=estebankbors-1/+13
2020-10-08Remove unnecessary lamda on emitter map.Kazantcev Andrey-2/+1
2020-10-07Detect blocks that could be struct expr bodiesEsteban Küber-17/+127
2020-10-07perf: UninhabitedEnumBranching void n^2Simon Vandel Sillesen-2/+7
2020-10-07Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obkbors-15/+16
2020-10-07Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=...bors-21/+124
2020-10-07Auto merge of #77595 - petrochenkov:asmident, r=oli-obkbors-20/+20
2020-10-07Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514bors-3/+15
2020-10-06Auto merge of #77630 - Dylan-DPC:rollup-kfwl55z, r=Dylan-DPCbors-60/+82
2020-10-07Rollup merge of #77614 - khyperia:set_span, r=eddybDylan DPC-1/+6
2020-10-07Rollup merge of #77605 - da-x:fix-rustc-def-path, r=petrochenkovDylan DPC-1/+2
2020-10-07Rollup merge of #77582 - ecstatic-morse:disable-early-otherwise-branch, r=wes...Dylan DPC-1/+1
2020-10-07Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morseDylan DPC-17/+15
2020-10-07Rollup merge of #77515 - jackh726:chalk-0.31, r=matthewjasperDylan DPC-40/+57
2020-10-07Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomezDylan DPC-0/+1
2020-10-06Auto merge of #77386 - joshtriplett:static-glibc, r=petrochenkovbors-2/+2
2020-10-06Update error code pageDylan MacKenzie-12/+4
2020-10-06Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp...Jack Huey-40/+57
2020-10-06Let backends access span informationkhyperia-1/+6
2020-10-06Fix NLL compare mode testsMatthew Jasper-4/+5
2020-10-06Deduplicate some codeMatthew Jasper-24/+15
2020-10-06Fix tests from rebaseMatthew Jasper-22/+33
2020-10-06Avoid creating useless projection predicateMatthew Jasper-10/+21
2020-10-06Fix rebaseMatthew Jasper-10/+16
2020-10-06Deduplicate item bounds after normalizationMatthew Jasper-17/+40
2020-10-06Don't require lifetime super-bounds on traits apply to trait objects of that ...Matthew Jasper-14/+17
2020-10-06Normalize super trait bounds when confirming object candidatesMatthew Jasper-9/+20
2020-10-06Fix rebaseMatthew Jasper-112/+41