about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-10-27Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJungbors-455/+195
2023-10-27Auto merge of #116751 - Nadrieril:lint-overlap-per-column, r=davidtwcobors-25/+76
2023-10-27Auto merge of #116858 - estebank:issue-22488, r=petrochenkovbors-0/+50
2023-10-27Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgrbors-287/+142
2023-10-27Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obkMatthias Krüger-233/+21
2023-10-27Rollup merge of #116868 - estebank:suggestion, r=petrochenkovMatthias Krüger-54/+121
2023-10-27Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnaybors-34/+27
2023-10-27Handle `ty::Opaque` correctlyNadrieril-10/+17
2023-10-27Lint overlapping ranges as a separate passNadrieril-15/+59
2023-10-27Auto merge of #113183 - estebank:redundant-sized-errors, r=davidtwcobors-0/+18
2023-10-26Suggest assoc fn `new` when trying to build tuple struct with private fieldsEsteban Küber-0/+50
2023-10-26Rollup merge of #117114 - nnethercote:improve-stringify-test, r=petrochenkovMatthias Krüger-559/+475
2023-10-26Rollup merge of #117106 - estebank:issue-27300, r=petrochenkovMatthias Krüger-0/+69
2023-10-26Rollup merge of #116968 - eopb:116967, r=petrochenkovMatthias Krüger-0/+21
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-54/+121
2023-10-26Stash and cancel cycle errors for auto trait leakage in opaquesMichael Goulet-233/+21
2023-10-26Auto merge of #117228 - matthiaskrgr:rollup-23zzepv, r=matthiaskrgrbors-0/+100
2023-10-26Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errorsMatthias Krüger-0/+70
2023-10-26Rollup merge of #117143 - estebank:issue-117080, r=wesleywiserMatthias Krüger-0/+30
2023-10-26Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obkbors-0/+185
2023-10-26Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnrbors-0/+24
2023-10-26Quietly fail if an error has already occurredOli Scherer-0/+70
2023-10-26Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnrbors-17/+92
2023-10-26Deny providing explicit effect paramsDeadbeef-0/+185
2023-10-26Auto merge of #117148 - dtolnay:sinceversion, r=cjgillotbors-19/+6
2023-10-26Remove unused feature from a miri testMaybe Waffle-4/+3
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-31/+25
2023-10-25Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errorsMatthias Krüger-7/+7
2023-10-25Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naberMatthias Krüger-6/+115
2023-10-25Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin...Matthias Krüger-44/+87
2023-10-25Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi...Matthias Krüger-0/+152
2023-10-25Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obkMatthias Krüger-2/+5
2023-10-25Never consider raw pointer casts to be trivalNilstrieb-0/+24
2023-10-25Return multiple object-safety violation errorsMaybe Waffle-2/+5
2023-10-25Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgrbors-81/+693
2023-10-25Avoid unbounded O(n^2) when parsing nested type argsEsteban Küber-0/+30
2023-10-25Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebankMatthias Krüger-75/+638
2023-10-25Rollup merge of #117152 - compiler-errors:no-ret-coercion, r=chenyukangMatthias Krüger-0/+47
2023-10-25Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errorsMatthias Krüger-6/+8
2023-10-25Rename in preparation for moving the `async` printing out of `CoroutineSource`Oli Scherer-7/+7
2023-10-25Rollup merge of #117160 - cuishuang:master, r=lqdMatthias Krüger-1/+1
2023-10-25Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obkMatthias Krüger-321/+1597
2023-10-25Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obkMatthias Krüger-9/+84
2023-10-25Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errorsMatthias Krüger-0/+31
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-75/+638
2023-10-25Fix problematic commentcui fliter-1/+1
2023-10-25Make THIR unused_unsafe lint consistent with MIRMatthew Jasper-321/+1597
2023-10-25Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkovbors-17/+17
2023-10-25Do not suggest 'Trait<Assoc=arg>' when in trait implGurinder Singh-0/+152
2023-10-25Fix unwrap suggestion for async fnMichael Goulet-0/+47