about summary refs log tree commit diff
path: root/src/test/ui/privacy
AgeCommit message (Expand)AuthorLines
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
2021-07-27Use type_alias_impl_trait instead of min in compiler and libSantiago Pastorino-38/+18
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-0/+45
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-80/+80
2021-04-25Improve diagnostics for function passed when a type was expected.Hameer Abbasi-0/+9
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-32/+30
2021-03-17Rollup merge of #83092 - petrochenkov:qspan, r=estebankYuki Okushi-2/+2
2021-03-15More precise spans for HIR pathsVadim Petrochenkov-2/+2
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-9/+103
2021-02-10resolve: Remove visibility hacks for enum variants and trait itemsVadim Petrochenkov-40/+68
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+155
2021-01-13Update tests for extern block lintingMark Rousskov-3/+3
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-0/+85
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-2/+2
2020-11-16improve error message for const ty param mismatchBastian Kauschke-44/+24
2020-10-25Merge remote-tracking branch 'upstream/master' into box-allocTim Diekmann-49/+49
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-49/+49
2020-10-07Support custom allocators in `Box`Tim Diekmann-9/+9
2020-10-06Fix tests from rebaseMatthew Jasper-13/+8
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-48/+25
2020-09-11Improve E0118 descriptionaticu-7/+9
2020-09-02pretty: trim paths of unique symbolsDan Aloni-194/+194
2020-08-22Use smaller def span for functionsAaron Hill-32/+32
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-3/+1
2020-08-05Handle fieldless tuple structs in diagnostic codeAaron Hill-0/+25
2020-06-21Prefer accessible paths in 'use' suggestionsDan Aloni-30/+6
2020-06-11Stop special casing top level TAITMatthew Jasper-20/+14
2020-05-07reword "possible candidate" import suggestionAndy Russell-6/+6
2020-04-11rustc: Add a warning count upon completionRoccoDev-3/+3
2020-04-07Do not suggest adding type param when `use` is already suggestedEsteban Küber-4/+0
2020-03-27Rollup merge of #70344 - Centril:hir-pretty, r=eddybDylan DPC-5/+5