about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-10-26Auto merge of #90075 - pierwill:fix-79717, r=petrochenkovbors-17/+10
2021-10-26Rollup merge of #90241 - DrMeepster:thiscall_lint_upgrade, r=petrochenkovMatthias Krüger-5/+4
2021-10-26Rollup merge of #90181 - notriddle:notriddle/error-pointer, r=estebankMatthias Krüger-65/+89
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-17/+10
2021-10-26Auto merge of #85830 - bjorn3:separate_provide_extern, r=cjgillotbors-27/+189
2021-10-25make thiscall on unsupported platforms an errorDrMeepster-5/+4
2021-10-25Rollup merge of #90266 - b-naber:uneval_substs, r=lcnrMatthias Krüger-0/+12
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+8
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-65/+89
2021-10-25Auto merge of #90265 - GuillaumeGomez:rollup-gx3ficp, r=GuillaumeGomezbors-1/+2
2021-10-25Rollup merge of #90079 - SparrowLii:i8mm, r=AmanieuGuillaume Gomez-1/+2
2021-10-25expose default substs in param_envb-naber-0/+12
2021-10-25Avoid a branch on key being local for queries that use the same local and ext...bjorn3-27/+189
2021-10-25Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrumbors-10/+9
2021-10-25Auto merge of #90249 - matthiaskrgr:rollup-xwtfhq3, r=matthiaskrgrbors-77/+79
2021-10-25enable `i8mm` on armSparrowLii-0/+1
2021-10-25enable `i8mm` target feature on aarch64SparrowLii-1/+1
2021-10-25Rollup merge of #90127 - JohnTitor:fix-90113, r=estebankMatthias Krüger-0/+9
2021-10-25Rollup merge of #89889 - estebank:unmet-send-bound-on-foreign-future, r=tmandryMatthias Krüger-77/+70
2021-10-25Auto merge of #89808 - tmiasko:llvm-multithreaded, r=nagisabors-16/+6
2021-10-25Auto merge of #90210 - cjgillot:qarray2, r=Mark-Simulacrumbors-122/+68
2021-10-24Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726bors-37/+211
2021-10-24Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crateEsteban Kuber-77/+70
2021-10-24Always sort suggestions before emitting themEsteban Kuber-3/+7
2021-10-24Point at overlapping impls when type annotations are neededEsteban Kuber-34/+204
2021-10-24Auto merge of #90235 - matthiaskrgr:rollup-7pqtevk, r=matthiaskrgrbors-69/+185
2021-10-24Rollup merge of #90221 - JakobDegen:issue-90213, r=cjgillotMatthias Krüger-1/+1
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-68/+184
2021-10-24Auto merge of #85254 - cjgillot:reveal-mir, r=lcnrbors-1/+61
2021-10-24Auto merge of #90208 - Mark-Simulacrum:hash-bytes-fast, r=oli-obkbors-0/+7
2021-10-24Fix ICE when forgetting to `Box` a parameter to a `Self::func` callJakob Degen-1/+1
2021-10-23Ignore errors re: unreachable blocks in dataflow cursor unit testsDylan MacKenzie-0/+9
2021-10-23update cfg(bootstrap)Pietro Albini-10/+0
2021-10-23Auto merge of #90175 - cuviper:min-llvm-12, r=nagisabors-214/+3
2021-10-23Do not require QueryCtxt for cache_on_disk.Camille GILLOT-6/+5
2021-10-23Specialize HashStable for [u8] slicesMark Rousskov-0/+7
2021-10-23Auto merge of #90203 - matthiaskrgr:rollup-v215wew, r=matthiaskrgrbors-8/+37
2021-10-23Build the query vtable directly.Camille GILLOT-120/+67
2021-10-23Rollup merge of #90168 - tmiasko:const-qualif-storage, r=matthewjasperMatthias Krüger-1/+10
2021-10-23Rollup merge of #89829 - voidc:assoc-const-variance, r=lcnrMatthias Krüger-5/+25
2021-10-23Rollup merge of #88041 - Aaron1011:deny-proc-macro-hack, r=wesleywiserMatthias Krüger-2/+2
2021-10-23Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakisbors-171/+396
2021-10-23Avoid code duplication by extracting checks into fnsSantiago Pastorino-11/+18
2021-10-23Auto merge of #90065 - cjgillot:novalcache, r=Mark-Simulacrumbors-25/+12
2021-10-23Reset qualifs when a storage of a local endsTomasz Miąsko-1/+10
2021-10-23Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwcoMatthias Krüger-6/+55
2021-10-23Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726Matthias Krüger-0/+5
2021-10-23Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726Matthias Krüger-7/+28
2021-10-22nice_region_error: Include lifetime placeholders in error outputMichael Howell-11/+48
2021-10-22Hide negative coherence checks under negative_impls feature flagSantiago Pastorino-4/+5