about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-05-18Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naberDylan DPC-0/+33
2023-05-18Auto merge of #108938 - chenyukang:yukang/fix-107910-shorten-ice, r=cjgillotbors-0/+143
2023-05-17Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-deadDylan DPC-11/+28
2023-05-17Rollup merge of #111557 - cjgillot:revert-111020, r=petrochenkovDylan DPC-50/+15
2023-05-17Rollup merge of #110930 - b-naber:normalize-elaborate-drops, r=cjgillotDylan DPC-0/+92
2023-05-17Fix #107910, Shorten backtraces in ICEsyukang-0/+143
2023-05-17Emits E0599 when meeting MyTrait::missing_methodmu001999-11/+28
2023-05-17Rollup merge of #111661 - clubby789:offset-of-erase-regions, r=compiler-errorsDylan DPC-0/+5
2023-05-17Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwUDylan DPC-2/+82
2023-05-16Erase regions of type in `offset_of!`clubby789-0/+5
2023-05-16Rollup merge of #111610 - bvanjoi:fix-99597, r=compiler-errorsMatthias Krüger-0/+30
2023-05-16Rollup merge of #111573 - compiler-errors:erase-re-error, r=WaffleLapkinMatthias Krüger-0/+47
2023-05-16Rollup merge of #111533 - clubby789:drop-tracking-error, r=oli-obkMatthias Krüger-0/+35
2023-05-16Add derive for `core::marker::ConstParamTy`Nilstrieb-2/+82
2023-05-16Use error term if missing associated item in new solverMichael Goulet-1/+15
2023-05-16Auto merge of #105750 - oli-obk:valtrees, r=lcnrbors-40/+53
2023-05-16Rollup merge of #111614 - aDotInTheVoid:nonsense, r=cjgillotNilstrieb-0/+30
2023-05-16Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obkNilstrieb-220/+15
2023-05-16Rollup merge of #111449 - compiler-errors:recover-impl-generics-correctly, r=...Nilstrieb-0/+14
2023-05-16Rollup merge of #111428 - bvanjoi:fix-109250, r=NilstriebNilstrieb-25/+65
2023-05-16fix(diagnostic): wrap parens for ref impl trait parambohan-0/+30
2023-05-15Add more interesting nonsense to weird-exprs.rsAlona Enraght-Moony-0/+30
2023-05-15Recover `impl<T ?Sized>` correctlyMichael Goulet-0/+14
2023-05-15Tweaks and a testMichael Goulet-0/+45
2023-05-15Always fall back to PartialEq when a constant in a pattern is not recursively...Oli Scherer-40/+53
2023-05-15Rollup merge of #111531 - chenyukang:yukang-fix-111416-ice, r=compiler-errorsMatthias Krüger-0/+21
2023-05-15Suppress "erroneous constant used" for constants tainted by errorsTomasz Miąsko-220/+15
2023-05-14Erase ReError properlyMichael Goulet-0/+47
2023-05-14Shorten lifetime of panic temporaries in panic_fmt caseDavid Tolnay-38/+11
2023-05-14Add ui test to reproduce non-Send panic temporaryDavid Tolnay-0/+46
2023-05-14Add test.Camille GILLOT-0/+15
2023-05-14Revert "Validate resolution for SelfCtor too."Camille GILLOT-50/+0
2023-05-14Rollup merge of #111477 - y21:extra-impl-in-trait-impl, r=compiler-errorsMatthias Krüger-0/+64
2023-05-14Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillotMatthias Krüger-6/+20
2023-05-14Auto merge of #111425 - Bryanskiy:privacy_ef, r=petrochenkovbors-0/+53
2023-05-13Auto merge of #111363 - asquared31415:tidy_no_random_ui_tests, r=fee1-deadbors-38/+48
2023-05-13Auto merge of #111374 - tmiasko:align-unsized-locals, r=cjgillotbors-0/+30
2023-05-13Handle error body when in generator layoutclubby789-0/+35
2023-05-13fmtyukang-2/+1
2023-05-13Auto merge of #110699 - jyn514:simulate-remapped-already-remapped, r=cjgillotbors-2/+5
2023-05-13Fix ice caused by shorthand fields in NoFieldsForFnCallyukang-0/+22
2023-05-13improve error for `impl<..> impl Trait for Type`y21-0/+64
2023-05-13Rollup merge of #111494 - compiler-errors:variant-order, r=petrochenkovDylan DPC-0/+18
2023-05-13Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naberDylan DPC-171/+92
2023-05-13Rollup merge of #111096 - AngelicosPhosphoros:overflow_checks_issue_91130, r=...Dylan DPC-0/+56
2023-05-13Rollup merge of #110454 - oli-obk:limited_impl_trait_in_assoc_type, r=compile...Dylan DPC-12/+204
2023-05-13Encode VariantIdx so we can decode variants in the right orderMichael Goulet-0/+18
2023-05-13Auto merge of #103413 - RalfJung:phantom-dropck, r=lcnrbors-0/+22
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-64/+829
2023-05-12Use the opaque_types_defined_by query to cheaply check for whether a hidden t...Oli Scherer-9/+164