summaryrefslogtreecommitdiff
path: root/tests/ui/privacy
AgeCommit message (Expand)Author
2023-09-07Lint node for PRIVATE_BOUNDS is the item which has the boundsMichael Goulet
2023-09-06Rollup merge of #115578 - ouz-a:rustc_clarify, r=oli-obkMatthias Krüger
2023-09-06make comments less crypticouz-a
2023-09-01Auto merge of #113126 - Bryanskiy:delete_old, r=petrochenkovbors
2023-08-05Fix a typo in the error reporting for sealed traits.kernelmethod
2023-08-02Replace old private-in-public diagnostic with type privacy lintsBryanskiy
2023-07-30Weaken unnameable_types lintBryanskiy
2023-07-28privacy: no nominal visibility for assoc fnsDavid Wood
2023-07-11typeck in parallelSparrowLii
2023-06-29Fix type privacy lints error messageBryanskiy
2023-06-29Rollup merge of #112670 - petrochenkov:typriv, r=eholkMatthias Krüger
2023-06-22Tweak privacy errors to account for reachable itemsEsteban Küber
2023-06-22Account for sealed traits in trait bound errorsEsteban Küber
2023-06-15privacy: Do not mark items reachable farther than their nominal visibilityVadim Petrochenkov
2023-06-15privacy: Feature gate new type privacy lintsVadim Petrochenkov
2023-06-12Private-in-public lints implementationBryanskiy
2023-06-08increase the accuracy of effective visibilities calculationBryanskiy
2023-05-26fix for `Self` not respecting tuple Ctor privacyDeadbeef
2023-04-21Leave it to the query system to invoke the typeck query instead of invoking i...Oli Scherer
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber
2023-04-12Tweak output for 'add line' suggestionEsteban Küber
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer
2023-04-11Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi
2023-04-05Auto merge of #109437 - petrochenkov:effvisopt, r=davidtwcobors
2023-04-03Update ui tests involving invalid visibility qualifiersTam Pham
2023-04-02Move some UI tests into subdirectoriesjyn
2023-03-31resolve: Restore some effective visibility optimizationsVadim Petrochenkov
2023-03-28privacy: Support `#![rustc_effective_visibility]` on the crate rootVadim Petrochenkov
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet
2023-01-11review comments: Tweak outputEsteban Küber
2023-01-11Suggest making private tuple struct field publicEsteban Küber
2023-01-11Move /src/test to /testsAlbert Larsan