about summary refs log tree commit diff
path: root/tests/ui/privacy
AgeCommit message (Expand)AuthorLines
2023-06-12Private-in-public lints implementationBryanskiy-20/+317
2023-06-08increase the accuracy of effective visibilities calculationBryanskiy-0/+47
2023-05-26fix for `Self` not respecting tuple Ctor privacyDeadbeef-0/+109
2023-04-21Leave it to the query system to invoke the typeck query instead of invoking i...Oli Scherer-14/+2
2023-04-12Special-case item attributes in the suggestion outputEsteban Küber-6/+0
2023-04-12Tweak output for 'add line' suggestionEsteban Küber-6/+12
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-2/+2
2023-04-11Rollup merge of #109923 - ElectrifyPro:visibility, r=wesleywiserYuki Okushi-78/+114
2023-04-05Auto merge of #109437 - petrochenkov:effvisopt, r=davidtwcobors-6/+6
2023-04-03Update ui tests involving invalid visibility qualifiersTam Pham-78/+114
2023-04-02Move some UI tests into subdirectoriesjyn-0/+105
2023-03-31resolve: Restore some effective visibility optimizationsVadim Petrochenkov-6/+6
2023-03-28privacy: Support `#![rustc_effective_visibility]` on the crate rootVadim Petrochenkov-24/+37
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-29/+29
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-4/+4
2023-01-11review comments: Tweak outputEsteban Küber-0/+165
2023-01-11Suggest making private tuple struct field publicEsteban Küber-1/+13
2023-01-11Move /src/test to /testsAlbert Larsan-0/+8039