summaryrefslogtreecommitdiff
path: root/tests/ui/error-codes
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillotMatthias Krüger2023-05-092-5/+5
|\
| * improve diagnostics and bless testsBoxy2023-05-052-5/+5
* | tweak "make mut" spans when assigning to localsEzra Shaw2023-05-051-1/+1
|/
* rustc_middle: Fix `opt_item_ident` for non-local def idsVadim Petrochenkov2023-05-031-1/+2
* Don't use implied trait predicates in gather_explicit_predicates_ofMichael Goulet2023-05-012-2/+11
* Spelling - compilerJosh Soref2023-04-171-1/+1
* Tweak output for 'add line' suggestionEsteban Küber2023-04-121-1/+2
* Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi2023-04-111-6/+10
|\
| * Update ui tests involving invalid visibility qualifiersTam Pham2023-04-031-6/+10
* | Perform match checking on THIR.Camille GILLOT2023-04-035-17/+3
|/
* evaluate: improve and fix recursion depth handlinglcnr2023-03-211-1/+1
* Remove uses of `box_syntax` in rustc and toolsclubby7892023-03-124-16/+37
* may not => cannotMichael Goulet2023-03-083-3/+3
* docs/test: add UI test and docs for `E0476`Ezra Shaw2023-02-252-0/+44
* diagnostics: remove inconsistent English article "this" from E0107Michael Howell2023-02-232-20/+20
* diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell2023-02-222-4/+4
* Rollup merge of #106347 - estebank:removal-suggestion, r=TaKO8KiMatthias Krüger2023-02-161-5/+4
|\
| * Make removal suggestion not verboseEsteban Küber2023-02-141-6/+4
| * rebase and review commentsEsteban Küber2023-02-141-1/+1
| * More accurate spans for arg removal suggestionEsteban Küber2023-02-141-2/+3
* | Fetch less HIR in signature check.Camille GILLOT2023-02-141-1/+1
|/
* Tighter spans for bad inherent impl typesMichael Goulet2023-02-133-7/+7
* Add extended error message for E0523Matthew Kelly2023-02-062-0/+27
* Modify primary span label for E0308Esteban Küber2023-01-302-2/+2
* internally change regions to be covariantAli MJ Al-Nasrawy2023-01-272-2/+2
* Rollup merge of #106897 - estebank:issue-99430, r=davidtwcoMatthias Krüger2023-01-255-3/+10
|\
| * Tweak E0597Esteban Küber2023-01-155-3/+10
* | add UI test + docs for `E0789`Ezra Shaw2023-01-232-0/+27
* | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errorsGuillaume Gomez2023-01-192-0/+16
|\ \
| * | remove error code from `#[rustc_variance]` and document its remainsEzra Shaw2023-01-182-0/+16
| |/
* | special case removing `&` suggestionEzra Shaw2023-01-182-6/+19
* | make `CastError::NeedsDeref` create a `MachineApplicable` suggestion + other ...Ezra Shaw2023-01-161-4/+6
|/
* Rollup merge of #106585 - estebank:issue-46585, r=compiler-errorsMatthias Krüger2023-01-132-2/+6
|\
| * When suggesting writing a fully qualified path probe for appropriate typesEsteban Küber2023-01-112-2/+6
* | Point at impl self type for impl wf obligationsMichael Goulet2023-01-121-2/+2
* | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errorsbors2023-01-122-17/+3
|\ \
| * \ Rollup merge of #106097 - mejrs:mir_build2, r=oli-obkMichael Goulet2023-01-112-17/+3
| |\ \
| | * | Don't recommend `if let` if `let else` worksmejrs2023-01-111-5/+1
| | * | Migrate pattern matchingmejrs2023-01-112-13/+3
| | |/
* | | Rollup merge of #106167 - yanchen4791:issue-105544-fix, r=oli-obkMatthias Krüger2023-01-123-5/+22
|\ \ \ | |/ / |/| |
| * | Fix invalid syntax in impl Trait parameter type suggestions for E0311yanchen47912023-01-113-5/+22
| |/
* | Note predicate span on ImplDerivedObligationMichael Goulet2023-01-111-1/+1
|/
* Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-112-2/+2
* Move /src/test to /testsAlbert Larsan2023-01-11519-0/+7197