about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-12-15always check alignment during CTFERalf Jung-40/+74
2022-12-15fix tidy and add rpitit testDeadbeef-2/+23
2022-12-15Auto merge of #105746 - matthiaskrgr:rollup-sz3grbv, r=matthiaskrgrbors-153/+292
2022-12-15Rollup merge of #105715 - estebank:unsatisfied-bounds-label, r=compiler-errorsMatthias Krüger-4/+4
2022-12-15Rollup merge of #105692 - JohnTitor:issue-104678, r=compiler-errorsMatthias Krüger-0/+31
2022-12-15Rollup merge of #105633 - compiler-errors:term-agnostic, r=oli-obkMatthias Krüger-2/+65
2022-12-15Rollup merge of #105627 - compiler-errors:dyn-auto-suggestable, r=davidtwcoMatthias Krüger-0/+27
2022-12-15Rollup merge of #105623 - compiler-errors:generator-type-size-fix, r=NilstriebMatthias Krüger-122/+66
2022-12-15Rollup merge of #104592 - ComputerDruid:async_check, r=compiler-errorsMatthias Krüger-25/+99
2022-12-15Allow `impl ~const Trait` opaque typesDeadbeef-51/+36
2022-12-15Auto merge of #105285 - compiler-errors:conflicting-param-env-2, r=estebankbors-13/+84
2022-12-15Add regression test for #55976Yuki Okushi-0/+13
2022-12-14Tweak output for bare `dyn Trait` in argumentsEsteban Küber-15/+65
2022-12-15Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obkbors-0/+10
2022-12-14Ensure async trait impls are async (or otherwise return an opaque type)Dan Johnson-25/+99
2022-12-14Do not mention long types in E0599 labelEsteban Küber-4/+4
2022-12-14Add testMichael Goulet-0/+25
2022-12-14Highlight conflicting param-env candidates, againMichael Goulet-13/+59
2022-12-14Auto traits in dyn are suggestableMichael Goulet-0/+27
2022-12-14Added PlayStation Vita supportAndrés Martínez-1/+1
2022-12-14Make report_projection_error more term agnosticMichael Goulet-2/+65
2022-12-14drive-by: Fix path spansMichael Goulet-6/+6
2022-12-14Use impl's def id when calculating type to specify UFCSMichael Goulet-0/+63
2022-12-14bail in collect_trait_impl_trait_tys if signatures reference errorsMichael Goulet-0/+42
2022-12-14Don't bug if we're trying to cast dyn* to a nother typeMichael Goulet-0/+20
2022-12-14Make print_type_sizes test not use feature(start)Michael Goulet-128/+36
2022-12-14Consider discriminant fields that are ordered before variant fieldsMichael Goulet-0/+36
2022-12-14Rollup merge of #105630 - albertlarsan68:test-92481, r=TaKO8KiMatthias Krüger-0/+74
2022-12-14Allow .. to be parsed as let initializerDeep Majumder-0/+8
2022-12-14Bless testAlbert Larsan-4/+2
2022-12-14skip if val has ecaping bound varsouz-a-0/+14
2022-12-14Add a test for #92481Albert Larsan-0/+76
2022-12-14Add regression test for #104678Yuki Okushi-0/+31
2022-12-14Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle...Matthias Krüger-0/+29
2022-12-14Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, r=...Matthias Krüger-0/+43
2022-12-14Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errorsMatthias Krüger-57/+77
2022-12-14Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebankMatthias Krüger-0/+37
2022-12-14Rollup merge of #105491 - sulami:master, r=compiler-errorsMatthias Krüger-0/+110
2022-12-14Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercoteMatthias Krüger-0/+84
2022-12-13Add regression testinquisitivecrystal-0/+39
2022-12-14Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebankbors-22/+360
2022-12-13error parsing lifetime following by Sized and message + between themYiming Lei-0/+51
2022-12-13Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgrbors-2346/+2227
2022-12-13review commentsEsteban Küber-69/+69
2022-12-13Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebankMatthias Krüger-1566/+266
2022-12-13Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errorsMatthias Krüger-779/+1777
2022-12-13Rollup merge of #105464 - nbdd0121:hir, r=compiler-errorsMatthias Krüger-1/+65
2022-12-13Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obkMatthias Krüger-0/+119
2022-12-14suggest dereferencing receiver arguments properlyTakayuki Maeda-0/+43
2022-12-13Suggest `: Type` instead of `: _`Esteban Küber-69/+69