summary refs log tree commit diff
path: root/tests/ui/issues
AgeCommit message (Expand)AuthorLines
2024-03-04Improve wording of static_mut_refObei Sideg-7/+7
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-5/+5
2024-01-30Rollup merge of #120293 - estebank:issue-102629, r=nnethercoteGuillaume Gomez-2/+2
2024-01-29Move multiple UI issue tests to subdirectoriesMarek 'seqre' Grzelak-0/+0
2024-01-24Deduplicate more sized errors on call exprsEsteban Küber-2/+2
2024-01-20Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnrbors-11/+24
2024-01-19Always use RevealAll for const eval queriesOli Scherer-11/+24
2024-01-13Bless testsGeorge-lewis-0/+6
2024-01-11Silence follow up errors if astconv already erroredOli Scherer-9/+2
2024-01-09Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasperbors-8/+59
2024-01-09Avoid silencing relevant follow-up errorsOli Scherer-8/+59
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-65/+40
2024-01-07Split note, fix const/static impl trait errorMichael Goulet-8/+16
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