summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2023-12-18Adjust the ignore-compare-mode-next-solver for hangsMichael Goulet-5/+5
2023-12-14update use of feature flagslcnr-2/+2
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-1/+1
2023-12-13Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkovMatthias Krüger-8/+11
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-1/+5
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-0/+3
2023-12-10remove redundant importssurechen-5/+0
2023-12-08Support bare unit structs in destructuring assignmentsMichael Goulet-8/+11
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-14/+14
2023-12-06Adjust tests for newly added ambiguous_wide_pointer_comparisons lintUrgau-0/+3
2023-12-01Tweak unclosed generics errorsEsteban Küber-3/+2
2023-11-30Rollup merge of #118453 - estebank:priv-fields, r=compiler-errorsMatthias Krüger-1/+1
2023-11-29Make `parse_pat_ident` not recover bad nameEsteban Küber-1/+3
2023-11-29Tweak message on ADT with private fields buildingEsteban Küber-1/+1
2023-11-24Manual find replace updatesNilstrieb-7/+7
2023-11-24Show number in error message even for one errorNilstrieb-386/+386
2023-11-20On borrow return type, suggest borrowing from arg or owned return typeEsteban Küber-1/+5
2023-11-19Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naberTakayuki Maeda-14/+21
2023-11-18Auto merge of #117924 - estebank:issue-53841, r=petrochenkovbors-0/+3
2023-11-18When a local binding shadows a fn, point at fn def in call failureEsteban Küber-0/+3
2023-11-17Auto merge of #118023 - matthiaskrgr:rollup-i9skwic, r=matthiaskrgrbors-11/+0
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-11/+0
2023-11-16recover primary span labelEsteban Küber-15/+17
2023-11-16Suggest `unwrap()` on field not found for `Result`/`Option`Esteban Küber-1/+6
2023-11-16Suggest field typo through derefsEsteban Küber-3/+3
2023-11-16More detail when expecting expression but encountering bad macro argumentEsteban Küber-2/+2
2023-11-07Apply structured suggestion that allows test to work since 1.64Esteban Küber-25/+0
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-8/+8
2023-10-30Auto merge of #116405 - estebank:issue-103155, r=davidtwcobors-9/+9
2023-10-30Detect object safety errors when assoc type is missingEsteban Küber-9/+9
2023-10-30Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgrbors-21/+21
2023-10-30Improve some diagnostics around `?Trait` boundsOli Scherer-21/+21
2023-10-29On object safety error, mention new enum as alternativeEsteban Küber-0/+2
2023-10-28Remove asmjs from testsJubilee Young-11/+0
2023-10-25Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua...Oli Scherer-5/+75
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-6/+6
2023-10-21Do not report errors from move path builder.Camille GILLOT-6/+6
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-13/+2
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-10/+10
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-2/+2
2023-10-06Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiserbors-19/+27
2023-10-05Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er...Matthias Krüger-0/+5
2023-10-05Rollup merge of #116431 - estebank:issue-80476, r=compiler-errorsJubilee-8/+8
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+5
2023-10-04Point to where missing return type should goMichael Goulet-3/+3
2023-10-04Tweak wording of E0562Esteban Küber-8/+8
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-19/+27
2023-10-02Point out the actual mismatch errorMichael Goulet-0/+4
2023-10-02For a single impl candidate, try to unify it with error trait refMichael Goulet-3/+3
2023-09-26Add context to `let: Ty = loop { break };`Esteban Küber-1/+6