about summary refs log tree commit diff
path: root/src/test/ui/privacy
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8039/+0
2023-01-09Consider method return type for various method suggestionsMichael Goulet-5/+0
2023-01-08Suppress type errors that come from private fieldsMichael Goulet-0/+34
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-6/+6
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-8/+1
2022-11-24effective visibility: Fix private visibility calculation for modulesVadim Petrochenkov-1/+1
2022-11-24effective visibility: Remove questionable optimizationsVadim Petrochenkov-6/+50
2022-11-20Move testsCaio-0/+28
2022-11-12Move testsCaio-0/+109
2022-11-05privacy: Print effective visibilities of constructorsVadim Petrochenkov-16/+30
2022-11-05resolve: More detailed effective visibility tracking for importsVadim Petrochenkov-2/+49
2022-10-31resolve: Turn the binding from `#[macro_export]` into a proper `Import`Vadim Petrochenkov-4/+4
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-209/+209
2022-10-25Perf improvements for effective visibility calculatingBryanskiy-6/+6
2022-10-19resolve: Revert "Set effective visibilities for imports more precisely"Vadim Petrochenkov-1/+8
2022-10-16Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkovbors-40/+33
2022-10-16Populate effective visibilities in 'rustc_resolve'Bryanskiy-40/+33
2022-10-13Move some tests to more reasonable directoriesCaio-0/+51
2022-10-01bless ui testsMaybe Waffle-6/+6
2022-09-26address reviewb-naber-16/+16
2022-09-24Rollup merge of #102109 - petrochenkov:addids, r=oli-obkMatthias Krüger-2/+45
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-09-22resolve: Set effective visibilities for imports more preciselyVadim Petrochenkov-2/+2
2022-09-22effective visibility: Add test for a reexport of two namesVadim Petrochenkov-2/+45
2022-09-14change AccessLevels representationBryanskiy-114/+106
2022-08-31add TestReachabilityVisitorBryanskiy-0/+174
2022-07-19use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items`SparrowLii-2/+14
2022-07-01Shorten def_span for more items.Camille GILLOT-174/+138
2022-06-23Rollup merge of #98283 - TaKO8Ki:point-at-private-fields-in-struct-literal, r...Michael Goulet-2/+4
2022-06-22add "was" to pluralize macro and use itTakayuki Maeda-1/+1
2022-06-22stop pointing at definitions of missing fieldsTakayuki Maeda-5/+1
2022-06-20point at private fields in struct literalTakayuki Maeda-2/+8
2022-06-16diagnostics: fix trailing spaceklensy-2/+2
2022-06-15add a test case for `decl_macro`Takayuki Maeda-3/+21
2022-06-14change edition to 2021Takayuki Maeda-1/+1
2022-06-14suggest adding a `#[macro_export]` to a private macroTakayuki Maeda-0/+28
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-0/+2
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+2
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-27/+21
2022-05-17Types with reachable constructors are reachableTomasz Miąsko-0/+41
2022-04-11fix a bad error message for `relative paths are not supported in visibilities...Takayuki Maeda-2/+2
2022-01-14fix: set struct/union/enum fields/variants as reachable when item isLamb-0/+27
2021-12-27Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkovMatthias Krüger-42/+317
2021-12-27relax priv-in-pub lint on generic bounds and where clauses in trait implsJack Wrenn-42/+317
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-11-20Rollup merge of #90628 - ken-matsui:clarify-error-messages-caused-by-reexport...Matthias Krüger-7/+293
2021-11-20Clarify error messages caused by re-exporting `pub(crate)` visibility to outsideKen Matsui-7/+293
2021-11-18Move some tests to more reasonable directoriesCaio-0/+182
2021-11-14Move some tests to more reasonable directoriesCaio-0/+37
2021-11-03Clean up some `-Z unstable-options` in tests.Eric Huss-4/+5