about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-10-24Rollup merge of #78307 - rust-lang:revert-77961-embed-bitcode, r=tmandryJonas Schievink-2/+2
2020-10-24Rollup merge of #78300 - richkadel:coverage-cx, r=wesleywiserJonas Schievink-50/+74
2020-10-24Rollup merge of #78292 - bugadani:recursion, r=nagisaJonas Schievink-71/+79
2020-10-24Rollup merge of #78278 - lcnr:predicate-visit, r=matthewjasperJonas Schievink-16/+5
2020-10-24Rollup merge of #78249 - lcnr:ct-infer-origin, r=varkorJonas Schievink-17/+8
2020-10-24Rollup merge of #78198 - tmiasko:assert, r=davidtwcoJonas Schievink-3/+4
2020-10-24Rollup merge of #77716 - francesca64:revert-ios-dynamic-linking, r=jonas-schi...Jonas Schievink-0/+1
2020-10-24Loop instead of recursionDániel Buga-71/+79
2020-10-23Update compiler/rustc_codegen_llvm/src/coverageinfo/mapgen.rsRich Kadel-4/+4
2020-10-23Revert "Set .llvmbc and .llvmcmd sections as allocatable"Tyler Mandry-2/+2
2020-10-23Make codegen coverage_context optional, and checkRich Kadel-50/+74
2020-10-23Auto merge of #77015 - davidtwco:check-attr-variant-closure-expr, r=lcnrbors-58/+33
2020-10-23move `visit_predicate` into `TypeVisitor`Bastian Kauschke-16/+5
2020-10-23Rollup merge of #78255 - dtolnay:match, r=lcnrYuki Okushi-2/+16
2020-10-23Rollup merge of #78235 - Aaron1011:closure-ret-infer, r=varkorYuki Okushi-0/+22
2020-10-23Rollup merge of #78231 - LeSeulArtichaut:closure-target_feature, r=nikomatsakisYuki Okushi-1/+9
2020-10-23Rollup merge of #78116 - spastorino:inline-const-in-range-pat, r=petrochenkovYuki Okushi-12/+21
2020-10-23Rollup merge of #78098 - camelid:fixup-docs, r=steveklabnikYuki Okushi-19/+43
2020-10-23Rollup merge of #77488 - varkor:repr128-incomplete_features, r=jonas-schievinkYuki Okushi-0/+1
2020-10-23reviewBastian Kauschke-12/+9
2020-10-22Reduce diagram mess in 'match arms have incompatible types' errorDavid Tolnay-2/+16
2020-10-22improve const infer errorBastian Kauschke-11/+5
2020-10-22Make inline const work for half open rangesSantiago Pastorino-8/+8
2020-10-22Make inline const work in range patternsSantiago Pastorino-6/+15
2020-10-22Rename parse_const_expr to parse_const_blockSantiago Pastorino-3/+3
2020-10-22Explain where the closure return type was inferredAaron Hill-0/+22
2020-10-22Auto merge of #77720 - matthewjasper:fix-trait-ices, r=nikomatsakisbors-86/+79
2020-10-22Auto merge of #77871 - Julian-Wollersberger:less-query-context, r=oli-obkbors-174/+216
2020-10-22Make closures inherit the parent function's target featuresLeSeulArtichaut-1/+9
2020-10-22Normalize when finding trait object candidatesMatthew Jasper-66/+70
2020-10-22Auto merge of #78134 - bugadani:arena-nodrop, r=lcnrbors-13/+11
2020-10-22Auto merge of #78212 - JohnTitor:rollup-j5r6xuy, r=JohnTitorbors-62/+66
2020-10-21Clean up and improve some docsCamelid-19/+43
2020-10-22Rollup merge of #78156 - bishtpawan:bugfix/rustfmt-no-longer-builds, r=lcnrYuki Okushi-6/+8
2020-10-22Rollup merge of #78155 - est31:rustc_lint_types_refactor, r=davidtwcoYuki Okushi-17/+18
2020-10-22Rollup merge of #77976 - oliviacrain:issue-77915-fix, r=matthewjasperYuki Okushi-1/+1
2020-10-22Rollup merge of #77554 - varkor:mangle-int-char, r=eddybYuki Okushi-9/+24
2020-10-22Rollup merge of #77420 - ecstatic-morse:const-checking-raw-mut-ref, r=davidtwcoYuki Okushi-29/+15
2020-10-21Auto merge of #78027 - lcnr:lift-by-value, r=varkorbors-163/+135
2020-10-21Mark `repr128` as `incomplete_features`varkor-0/+1
2020-10-21reviewBastian Kauschke-21/+6
2020-10-21Lift: take self by valueBastian Kauschke-147/+134
2020-10-21Auto merge of #78077 - petrochenkov:qvis, r=davidtwcobors-319/+242
2020-10-21Update to rustc-demangle 0.1.18varkor-2/+2
2020-10-21Update rustc-demanglevarkor-2/+2
2020-10-21Do not print type for placeholder valuesvarkor-1/+2
2020-10-21Support signed integers and `char` in v0 manglingvarkor-6/+20
2020-10-21Fix ICE from projection cycleMatthew Jasper-20/+9
2020-10-21Auto merge of #78195 - tmiasko:instcombine, r=jonas-schievinkbors-0/+5
2020-10-21Auto merge of #77250 - Aaron1011:feature/flat-token-collection, r=petrochenkovbors-167/+254