about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-10-26Add test checking that Edition 2021 is suggested for .try_into() and fix othe...Jakob Degen-0/+33
2021-10-26Rollup merge of #90305 - vandenheuvel:test_issue_87258, r=Mark-SimulacrumMatthias Krüger-0/+72
2021-10-26Rollup merge of #90303 - WaffleLapkin:regression_test_90164, r=JohnTitorMatthias Krüger-0/+31
2021-10-26Add regression test for #87258Bram van den Heuvel-0/+72
2021-10-26Add regression test for issue 90164Maybe Waffle-0/+31
2021-10-26Auto merge of #90075 - pierwill:fix-79717, r=petrochenkovbors-76/+150
2021-10-26Rollup merge of #90241 - DrMeepster:thiscall_lint_upgrade, r=petrochenkovMatthias Krüger-40/+28
2021-10-26Rollup merge of #90181 - notriddle:notriddle/error-pointer, r=estebankMatthias Krüger-74/+161
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-76/+150
2021-10-26Auto merge of #85830 - bjorn3:separate_provide_extern, r=cjgillotbors-3/+2
2021-10-25make thiscall on unsupported platforms an errorDrMeepster-40/+28
2021-10-25Rollup merge of #90266 - b-naber:uneval_substs, r=lcnrMatthias Krüger-0/+25
2021-10-25fix(rustc_typeck): report function argument errors on matching typeMichael Howell-74/+161
2021-10-25Rollup merge of #90233 - GuillaumeGomez:tooltip-overflow, r=camelidGuillaume Gomez-0/+8
2021-10-25Rollup merge of #90017 - jackh726:issue-tests, r=nikomatsakisGuillaume Gomez-0/+28
2021-10-25add testsb-naber-0/+25
2021-10-25Fix testbjorn3-3/+2
2021-10-25Fix scrollbars appearing on information tooltip on mac when they shouldn'tGuillaume Gomez-0/+8
2021-10-25Rollup merge of #90127 - JohnTitor:fix-90113, r=estebankMatthias Krüger-0/+35
2021-10-25Rollup merge of #89889 - estebank:unmet-send-bound-on-foreign-future, r=tmandryMatthias Krüger-14/+3
2021-10-24Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726bors-69/+440
2021-10-24Use the "nice E0277 errors"[1] for `!Send` `impl Future` from foreign crateEsteban Kuber-14/+3
2021-10-24Always sort suggestions before emitting themEsteban Kuber-22/+22
2021-10-24Point at overlapping impls when type annotations are neededEsteban Kuber-49/+420
2021-10-24Auto merge of #90235 - matthiaskrgr:rollup-7pqtevk, r=matthiaskrgrbors-0/+136
2021-10-24Rollup merge of #90221 - JakobDegen:issue-90213, r=cjgillotMatthias Krüger-0/+30
2021-10-24Rollup merge of #90155 - jsha:outdent-methods, r=GuillaumeGomez,camelidMatthias Krüger-0/+11
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+95
2021-10-24Auto merge of #85254 - cjgillot:reveal-mir, r=lcnrbors-4/+146
2021-10-24Fix ICE when forgetting to `Box` a parameter to a `Self::func` callJakob Degen-0/+30
2021-10-23Auto merge of #90175 - cuviper:min-llvm-12, r=nagisabors-104/+49
2021-10-23Outdent method headings so they stand outJacob Hoffman-Andrews-0/+11
2021-10-23bless the line changes in ui/asm/aarch64/srcloc.rsJosh Stone-23/+23
2021-10-23Auto merge of #90203 - matthiaskrgr:rollup-v215wew, r=matthiaskrgrbors-111/+218
2021-10-23Rollup merge of #90168 - tmiasko:const-qualif-storage, r=matthewjasperMatthias Krüger-0/+20
2021-10-23Rollup merge of #89829 - voidc:assoc-const-variance, r=lcnrMatthias Krüger-25/+32
2021-10-23Rollup merge of #88041 - Aaron1011:deny-proc-macro-hack, r=wesleywiserMatthias Krüger-86/+84
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+82
2021-10-23Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakisbors-22/+149
2021-10-23Reset qualifs when a storage of a local endsTomasz Miąsko-0/+20
2021-10-23Rollup merge of #90117 - calebsander:fix/rsplit-clone, r=yaahcMatthias Krüger-0/+11
2021-10-23Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwcoMatthias Krüger-0/+37
2021-10-23Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726Matthias Krüger-0/+38
2021-10-23Rollup merge of #89468 - FabianWolff:issue-89358, r=jackh726Matthias Krüger-0/+9
2021-10-22nice_region_error: Include lifetime placeholders in error outputMichael Howell-28/+28
2021-10-22Hide negative coherence checks under negative_impls feature flagSantiago Pastorino-0/+32
2021-10-22Revert def_id addition from clean::Function, add test forWill Crichton-3/+6
2021-10-22Be sure that we do not allow too muchSantiago Pastorino-0/+36
2021-10-22Add rustc_strict_coherence attribute and use it to check overlapSantiago Pastorino-0/+49
2021-10-22Update the minimum external LLVM to 12Josh Stone-32/+2