about summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-65/+40
2024-01-05Stabilize THIR unsafeckMatthew Jasper-2/+2
2024-01-05Remove revisions for THIR unsafeckMatthew Jasper-60/+6
2024-01-05Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkinbors-29/+29
2024-01-05Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebankbors-1/+1
2024-01-03Make `derive(Trait)` suggestion more accurateEsteban Küber-5/+0
2024-01-02Adjust compiler tests for unused_tuple_struct_fields -> dead_codeJake Goulding-29/+29
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-1/+1
2023-12-27Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkinMatthias Krüger-7/+3
2023-12-20Update existing testsVeera-7/+3
2023-12-19rename to verbose-internalsjyn-1/+1
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