about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-08-02Remove constness from `TraitPredicate`Deadbeef-74/+357
2023-08-02Auto merge of #114368 - Nilstrieb:rollup-pgvm9cf, r=Nilstriebbors-68/+30
2023-08-02Rollup merge of #114335 - RalfJung:ptr_comparisons, r=oli-obkNilstrieb-68/+8
2023-08-02Rollup merge of #114166 - Enselic:libc-unavailable, r=NilstriebNilstrieb-0/+22
2023-08-02Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstriebbors-78/+131
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-4/+4
2023-08-02Rollup merge of #114322 - Urgau:fix-issue-110063, r=compiler-errorsMatthias Krüger-0/+42
2023-08-02Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv...Matthias Krüger-0/+35
2023-08-02Rollup merge of #114199 - compiler-errors:dont-select-unsize-infer, r=lcnrMatthias Krüger-1/+20
2023-08-02Rollup merge of #114178 - estebank:let-binding-macro, r=petrochenkovMatthias Krüger-3/+15
2023-08-01Don't select infer -> dyn TraitMichael Goulet-1/+20
2023-08-01Auto merge of #105545 - erikdesjardins:ptrclean, r=bjorn3bors-23/+1
2023-08-01Suppress unnecessary outlivesMichael Goulet-18/+2
2023-08-01fix and extend ptr_comparison testRalf Jung-68/+8
2023-08-01Auto merge of #114331 - matthiaskrgr:rollup-rnrmwcx, r=matthiaskrgrbors-0/+190
2023-08-01properly track why we checked whether a pointer is in-boundsRalf Jung-4/+4
2023-08-01Rollup merge of #114288 - Urgau:fix-issue-109352, r=b-naberMatthias Krüger-0/+190
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-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-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