about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-10-24Rollup merge of #77930 - estebank:ice-77919, r=eddybJonas Schievink-1/+4
2020-10-24Rollup merge of #77830 - cjgillot:remacro, r=oli-obkJonas Schievink-113/+72
2020-10-24Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcmJonas Schievink-5/+3
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-23review commentsEsteban Küber-14/+10
2020-10-23Do not ICE with TraitPredicates containing [type error]Esteban Küber-6/+13
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-22Don't re-export std::ops::ControlFlow in the compiler.Leonora Tindall-4/+3
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-2/+1
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-22Retire rustc_dep_node_try_load_from_on_disk_cache.Camille GILLOT-27/+23
2020-10-22Retire rustc_dep_node_force.Camille GILLOT-46/+36
2020-10-22Unify query name and node name.Camille GILLOT-4/+4
2020-10-22Remove unused category from macros.Camille GILLOT-22/+11
2020-10-22Remove unused ProfileCategory.Camille GILLOT-16/+0
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