about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2021-10-30Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnrMatthias Krüger-0/+47
2021-10-30Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obkMatthias Krüger-0/+20
2021-10-30Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelidMatthias Krüger-2/+2
2021-10-29Unify titles in rustdoc book doc attributes chapterGuillaume Gomez-2/+2
2021-10-29Auto merge of #90373 - tmiasko:union-qualification, r=oli-obkbors-0/+89
2021-10-29ignore type flags insertion in default_anon_const_substs if error occurredb-naber-0/+47
2021-10-29add testb-naber-0/+20
2021-10-29Auto merge of #90214 - tmiasko:indirect-mutation-qualif, r=ecstatic-morse,oli...bors-0/+93
2021-10-28Auto merge of #90218 - JakobDegen:adt_significant_drop_fix, r=nikomatsakisbors-0/+37
2021-10-28Use type based qualification for unionsTomasz Miąsko-0/+89
2021-10-27Rollup merge of #90304 - vandenheuvel:test_issue_75961, r=Mark-SimulacrumMatthias Krüger-0/+7
2021-10-27Rollup merge of #90288 - JakobDegen:import_diagnostics, r=davidtwcoMatthias Krüger-0/+108
2021-10-27Rollup merge of #90267 - EliseZeroTwo:elisezerotwo/fix_invalid_attrs_ice, r=A...Matthias Krüger-0/+46
2021-10-27test: add test for inner attribute followed by outer attribute causing ICEEliseZeroTwo-0/+46
2021-10-27Add regression test for #75961Bram van den Heuvel-0/+7
2021-10-27Auto merge of #89937 - JohnTitor:fix-89875, r=Amanieubors-0/+14
2021-10-26Reverting switching test to no_std and adjust output after rebase.Jakob Degen-30/+41
2021-10-26Fix line numbers in testJakob Degen-4/+4
2021-10-26Make `ui/suggestions/suggest-tryinto-edition-change.rs` no_std to avoid getti...Jakob Degen-41/+30
2021-10-26Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i...Jakob Degen-8/+83
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-26Consider indirect mutation during const qualification dataflowTomasz Miąsko-0/+93
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-26Add a regression test for issue-89875Yuki Okushi-0/+14
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-76/+150
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 #90017 - jackh726:issue-tests, r=nikomatsakisGuillaume Gomez-0/+28
2021-10-25add testsb-naber-0/+25
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-24Fix ICE when forgetting to `Box` a parameter to a `Self::func` callJakob Degen-0/+30
2021-10-23Add regresstion test for #90024.Jakob Degen-0/+37
2021-10-23Auto merge of #90175 - cuviper:min-llvm-12, r=nagisabors-57/+48
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/+136
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