summaryrefslogtreecommitdiff
path: root/tests/ui/associated-inherent-types
AgeCommit message (Expand)Author
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors
2023-08-03Handle inherent associated types falloutLeón Orell Valerian Liehr
2023-08-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy
2023-07-18moved note as unspanned note, moved note to the bottom of the msgnxya
2023-07-18added links as a notenxya
2023-07-18add links to query documentation for E0391nxya
2023-07-18added links as a notenxya
2023-07-18add links to query documentation for E0391nxya
2023-07-16Add support for inherent projectionsMichael Goulet
2023-07-03Rollup merge of #113286 - fmease:iat-dont-select-if-not-enabled, r=compiler-e...Guillaume Gomez
2023-07-03Don't perform selection if IATs are not enabledLeón Orell Valerian Liehr
2023-07-03update testslcnr
2023-06-29Fix type privacy lints error messageBryanskiy
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger
2023-06-25Add a regression test for #109071Yuki Okushi
2023-06-15privacy: Feature gate new type privacy lintsVadim Petrochenkov
2023-06-11Auto merge of #111801 - Bryanskiy:lints1, r=petrochenkovbors
2023-06-12Private-in-public lints implementationBryanskiy
2023-06-11iat selection: normalize self ty & completely erase bound varsLeón Orell Valerian Liehr
2023-05-24Add tests for pretty-printing inherent projectionsLeón Orell Valerian Liehr
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors
2023-05-10Only warn single-use lifetime when the binders match.Camille GILLOT
2023-05-10Adjust tests for new drop and forget lintsUrgau
2023-05-04IAT: Add a few regression testsLeón Orell Valerian Liehr
2023-05-04IAT: Introduce AliasKind::InherentLeón Orell Valerian Liehr
2023-04-25Add regression tests for const-generic IATsLeón Orell Valerian Liehr
2023-04-21Leave it to the query system to invoke the typeck query instead of invoking i...Oli Scherer
2023-03-21iat selection: erase regions in self typeLeón Orell Valerian Liehr
2023-02-19Collect fulfillment errors across implsLeón Orell Valerian Liehr
2023-02-19Add a test and several known bugsLeón Orell Valerian Liehr
2023-02-19Fix substitution bugLeón Orell Valerian Liehr
2023-02-19Use InferCtxt::probe to properly detect ambiguous candidatesLeón Orell Valerian Liehr
2023-02-19Use the correct ParamEnvLeón Orell Valerian Liehr
2023-02-19Type-directed probing for inherent associated typesLeón Orell Valerian Liehr
2023-01-11Move /src/test to /testsAlbert Larsan