summaryrefslogtreecommitdiff
path: root/tests/ui/error-codes
AgeCommit message (Expand)Author
2023-01-30Modify primary span label for E0308Esteban Küber
2023-01-27internally change regions to be covariantAli MJ Al-Nasrawy
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger
2023-01-23add UI test + docs for `E0789`Ezra Shaw
2023-01-19Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errorsGuillaume Gomez
2023-01-18remove error code from `#[rustc_variance]` and document its remainsEzra Shaw
2023-01-18special case removing `&` suggestionEzra Shaw
2023-01-16make `CastError::NeedsDeref` create a `MachineApplicable` suggestion + other ...Ezra Shaw
2023-01-15Tweak E0597Esteban Küber
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger
2023-01-12Point at impl self type for impl wf obligationsMichael Goulet
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors
2023-01-11Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet
2023-01-12Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obkMatthias Krüger
2023-01-11Fix invalid syntax in impl Trait parameter type suggestions for E0311yanchen4791
2023-01-11Don't recommend `if let` if `let else` worksmejrs
2023-01-11Migrate pattern matchingmejrs
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan
2023-01-11Move /src/test to /testsAlbert Larsan