about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-01-13Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obkbors-5/+85
2023-01-13Rollup merge of #106759 - compiler-errors:revert-105255, r=cjgillotYuki Okushi-1/+3
2023-01-13Rollup merge of #106740 - petar-dambovaliev:float-iterator-hint, r=NilstriebYuki Okushi-0/+29
2023-01-13Rollup merge of #106675 - krtab:fix_improper_ctypes, r=davidtwcoYuki Okushi-0/+22
2023-01-13Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplettYuki Okushi-109/+7
2023-01-12Rollup merge of #106579 - estebank:issue-52144, r=Nilstriebnils-6/+203
2023-01-12Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=...nils-0/+70
2023-01-12add note for float iteratorPetar Dambovaliev-0/+29
2023-01-12Mark ZST as FFI-safe if all its fields are PhantomDataArthur Carcano-0/+22
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors-263/+348
2023-01-11Rollup merge of #106524 - compiler-errors:constructor-note, r=cjgillotMichael Goulet-53/+53
2023-01-11Rollup merge of #106360 - estebank:remove-borrow-suggestion, r=compiler-errorsMichael Goulet-38/+155
2023-01-11Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet-167/+137
2023-01-11Rollup merge of #103800 - danielhenrymantilla:stabilize-pin-macro, r=dtolnayMichael Goulet-5/+3
2023-01-12Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust ...Michael Goulet-1/+3
2023-01-12Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errorsMatthias Krüger-49/+108
2023-01-12Rollup merge of #106676 - oli-obk:tait_test, r=dtolnayMatthias Krüger-0/+55
2023-01-12Rollup merge of #106596 - estebank:verbose-e0271, r=compiler-errorsMatthias Krüger-6/+62
2023-01-12Rollup merge of #106532 - compiler-errors:dyn-star-to-dyn, r=jackh726Matthias Krüger-0/+20
2023-01-12Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obkMatthias Krüger-63/+49
2023-01-12Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obkMatthias Krüger-22/+288
2023-01-12move to correct testDeadbeef-0/+53
2023-01-12fix fmt and blessDeadbeef-2/+29
2023-01-12parse const closuresDeadbeef-3/+3
2023-01-12Auto merge of #106537 - fmease:recover-where-clause-before-tuple-struct-body,...bors-4/+117
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-109/+7
2023-01-11Fix invalid syntax in impl Trait parameter type suggestions for E0311yanchen4791-22/+288
2023-01-11Translate `Overlap` eagerlymejrs-0/+1
2023-01-11Don't recommend `if let` if `let else` worksmejrs-40/+8
2023-01-11Migrate pattern matchingmejrs-135/+137
2023-01-11Migrate deconstruct_pat.rsmejrs-1/+0
2023-01-11Stabilize `::{core,std}::pin::pin!`Daniel Henry-Mantilla-5/+3
2023-01-11Test that we cannot use trait impl methods arguments as defining usesOli Scherer-0/+55
2023-01-11Hide more of long types in E0271Esteban Küber-6/+62
2023-01-11Use the root trait predicate to determine whether to remove referencesEsteban Küber-1/+68
2023-01-11Account for type paramsEsteban Küber-9/+22
2023-01-11Make `&`-removal suggestion verboseEsteban Küber-29/+66
2023-01-11review comments: Tweak outputEsteban Küber-0/+181
2023-01-11Suggest making private tuple struct field publicEsteban Küber-6/+22
2023-01-11Rollup merge of #106703 - compiler-errors:impl-derived-span, r=estebankMatthias Krüger-64/+176
2023-01-11Rollup merge of #106622 - estebank:issue-68972, r=davidtwcoMatthias Krüger-0/+39
2023-01-11Filter impl and where-clause candidates that reference errorsMichael Goulet-63/+49
2023-01-11Handle inference variables in CollectAllMismatches correctlyMichael Goulet-0/+70
2023-01-11label where constructor is defined and note that it should be calledMichael Goulet-25/+25
2023-01-11Be more specific about constructor `FnDef`s in type mismatchMichael Goulet-28/+28
2023-01-11Allow codegen to unsize dyn* to dynMichael Goulet-0/+20
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-64/+176
2023-01-11Tweak outputEsteban Küber-83/+40
2023-01-11Conserve cause of `ImplDerivedObligation` in E0599Esteban Küber-30/+132
2023-01-11parser: recover from where clauses placed before tuple struct bodiesLeón Orell Valerian Liehr-4/+117