about summary refs log tree commit diff
path: root/src/test/ui/privacy
AgeCommit message (Expand)AuthorLines
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
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-14/+2
2021-10-15Bless testsCameron Steffen-80/+80
2021-10-10Bless ui tests.Camille GILLOT-14/+2
2021-09-30Bless tests.Camille GILLOT-2/+14
2021-09-15Move some tests to more reasonable directoriesCaio-0/+62
2021-08-14Auto merge of #87600 - JohnTitor:classify-ui-tests, r=petrochenkovbors-0/+40
2021-08-11Modify structured suggestion outputEsteban Küber-9/+11
2021-08-10Move some UI tests to more suitable subdirsYuki Okushi-0/+40
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-27/+27
2021-07-27Remove min_tait and full_tait stderr dangling filesSantiago Pastorino-136/+0
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-6/+70