about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-08-01Auto merge of #112849 - m-ou-se:panic-message-format, r=thomccbors-68/+118
2023-08-01Fix invalid slice coercion suggestion reported in turbofishUrgau-0/+42
2023-08-01Improve diagnostic for wrong borrow on binary operationsUrgau-0/+190
2023-07-31Auto merge of #114308 - matthiaskrgr:rollup-m64bkm7, r=matthiaskrgrbors-23/+63
2023-07-31Rollup merge of #114200 - compiler-errors:detect-tail-unsize-then-upcast, r=lcnrMatthias Krüger-0/+40
2023-07-31Rollup merge of #114193 - crlf0710:lexer_unicode15, r=ManishearthMatthias Krüger-21/+19
2023-07-31Rollup merge of #114182 - Ddystopia:cleanup-after-113312, r=lcnrMatthias Krüger-2/+4
2023-07-31Rollup merge of #113920 - bvanjoi:fix-81413, r=petrochenkovMatthias Krüger-0/+34
2023-07-31Don't check unnecessarily that impl trait is RPITMichael Goulet-0/+51
2023-07-31Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorinoMatthias Krüger-25/+1
2023-07-31Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obkMatthias Krüger-1/+37
2023-07-31Auto merge of #114225 - workingjubilee:only-golden-arches, r=compiler-errorsbors-66/+32
2023-07-31Auto merge of #114266 - calebzulawski:simd-bswap, r=compiler-errorsbors-0/+22
2023-07-31parser: more friendly hints for handling `async move` in the 2015 editionbohan-0/+12
2023-07-30Rollup merge of #113741 - compiler-errors:rpitit-projects-to-missing-opaque, ...Jubilee-0/+26
2023-07-30Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubileebors-7/+15
2023-07-30Don't install default projection bound for RPITITsMichael Goulet-0/+26
2023-07-30Remap explicit item bounds of RPITIT's opaque back to ty::OpaqueMichael Goulet-25/+1
2023-07-30Fix simd_bswap for i8/u8Caleb Zulawski-0/+22
2023-07-30Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkinMatthias Krüger-28/+76
2023-07-30Rollup merge of #114246 - Bryanskiy:type-privacy-lints-fixes, r=petrochenkovMatthias Krüger-15/+3
2023-07-30Rollup merge of #102198 - lukas-code:nonnull_as_ref, r=AmanieuMatthias Krüger-0/+30
2023-07-30add macro test cases to extra arguments testLukas Markeffsky-21/+108
2023-07-31normalize backtrace error messagesyukang-8/+9
2023-07-30Fix invalid suggestion for mismatched types in closure argumentsUrgau-28/+76
2023-07-30Rollup merge of #114018 - Enselic:multi-annotation, r=b-naberMatthias Krüger-0/+25
2023-07-30Weaken unnameable_types lintBryanskiy-15/+3
2023-07-30Check lazy type aliases for well-formednessLeón Orell Valerian Liehr-1/+37
2023-07-30Rollup merge of #114203 - fee1-dead-contrib:effects/pp-no-host, r=oli-obkfee1-dead-8/+7
2023-07-30Auto merge of #114226 - matthiaskrgr:rollup-wxdudsm, r=matthiaskrgrbors-0/+12
2023-07-30Rollup merge of #114222 - compiler-errors:lazy-type-alias-is-incomplete, r=ol...Matthias Krüger-0/+12
2023-07-29Replace ignore-everything with only-archJubilee Young-66/+32
2023-07-29some nits, bless testMichael Goulet-16/+2
2023-07-29Implement assumed_wf_types for RPITITs' implementationsMichael Goulet-0/+29
2023-07-29Take RPITITs inherit the assumed_wf_types of their parent fnMichael Goulet-12/+8
2023-07-29Mark lazy_type_alias as incompleteMichael Goulet-0/+12
2023-07-29Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errorsbors-25/+118
2023-07-29cg_llvm: remove pointee types and pointercast/bitcast-of-ptrErik Desjardins-23/+1
2023-07-29Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errorsbors-0/+184
2023-07-29Auto merge of #114148 - cuviper:drop-llvm-14, r=nikicbors-6/+0
2023-07-29Effects: don't print `host` param in diagnosticsDeadbeef-8/+7
2023-07-29Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkinbors-5/+59
2023-07-29print omitted frames count for short backtrace modeyukang-3/+10
2023-07-29Adjust some tests for invalid_reference_casting improvementsUrgau-3/+3
2023-07-29Improve diagnostics of the invalid_reference_casting lintUrgau-68/+121
2023-07-29Avoid linting on expression that are only UB with SB/TBUrgau-34/+19
2023-07-29Add support for deferred casting for the invalid_reference_casting lintUrgau-1/+12
2023-07-29Revert "Temporarily switch invalid_reference_casting lint to allow-by-default"Urgau-18/+22
2023-07-29Fix tests.Mara Bos-2/+3
2023-07-29Change default panic handler message format.Mara Bos-66/+115