about summary refs log tree commit diff
path: root/tests/ui/error-codes
AgeCommit message (Expand)AuthorLines
2023-03-21evaluate: improve and fix recursion depth handlinglcnr-1/+1
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-16/+37
2023-03-08may not => cannotMichael Goulet-3/+3
2023-02-25docs/test: add UI test and docs for `E0476`Ezra Shaw-0/+44
2023-02-23diagnostics: remove inconsistent English article "this" from E0107Michael Howell-20/+20
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-4/+4
2023-02-16Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8KiMatthias Krüger-5/+4
2023-02-14Fetch less HIR in signature check.Camille GILLOT-1/+1
2023-02-14Make removal suggestion not verboseEsteban Küber-6/+4
2023-02-14rebase and review commentsEsteban Küber-1/+1
2023-02-14More accurate spans for arg removal suggestionEsteban Küber-2/+3
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-7/+7
2023-02-06Add extended error message for E0523Matthew Kelly-0/+27
2023-01-30Modify primary span label for E0308Esteban Küber-2/+2
2023-01-27internally change regions to be covariantAli MJ Al-Nasrawy-2/+2
2023-01-25Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger-3/+10
2023-01-23add UI test + docs for `E0789`Ezra Shaw-0/+27
2023-01-19Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errorsGuillaume Gomez-0/+16
2023-01-18remove error code from `#[rustc_variance]` and document its remainsEzra Shaw-0/+16
2023-01-18special case removing `&` suggestionEzra Shaw-6/+19
2023-01-16make `CastError::NeedsDeref` create a `MachineApplicable` suggestion + other ...Ezra Shaw-4/+6
2023-01-15Tweak E0597Esteban Küber-3/+10
2023-01-13Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger-2/+6
2023-01-12Point at impl self type for impl wf obligationsMichael Goulet-2/+2
2023-01-12Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors-17/+3
2023-01-11Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet-17/+3
2023-01-12Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obkMatthias Krüger-5/+22
2023-01-11Fix invalid syntax in impl Trait parameter type suggestions for E0311yanchen4791-5/+22
2023-01-11Don't recommend `if let` if `let else` worksmejrs-5/+1
2023-01-11Migrate pattern matchingmejrs-13/+3
2023-01-11When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber-2/+6
2023-01-11Note predicate span on ImplDerivedObligationMichael Goulet-1/+1
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+7197