about summary refs log tree commit diff
path: root/src/test/compile-fail/privacy
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-613/+0
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-6/+6
2018-06-04Changed a few tests, and changed the folder of a few of them.Crazycolorz5-61/+0
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-3/+0
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-0/+3
2018-01-15Reexport -> re-export in error messagesCarol (Nichols || Goulding)-2/+4
2017-12-21Properly check traits in type privacyVadim Petrochenkov-11/+9
2017-12-21Add tests for associated item privacyVadim Petrochenkov-0/+349
2017-10-28Auto merge of #45503 - thombles:tk/i44339-v5, r=petrochenkovbors-3/+1
2017-10-25Update tests for less noisy error messagesThomas Karpiniec-3/+1
2017-10-22`crate` shorthand visibility modifierZack M. Davis-1/+11
2017-07-27Give span to angle bracketed generic argumentsVadim Petrochenkov-23/+0
2017-07-27Discern between `Path` and `Path<>` in ASTVadim Petrochenkov-1/+5
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-2/+0
2017-05-27Stabilize unions with `Copy` fields and no destructorVadim Petrochenkov-4/+0
2017-04-25privacy: Rename and cleanup PrivacyVisitorVadim Petrochenkov-2/+2
2017-03-22Add diagnostic for incorrect `pub (restriction)`Esteban Küber-9/+12
2017-03-21Refactor parsing of trait object typesVadim Petrochenkov-6/+6
2017-03-17Make priv in pub hard error for crates using pub(restricted)Taylor Cramer-4/+0
2017-03-15Stabilize pub(restricted)Taylor Cramer-43/+4
2017-03-10Update syntax for `pub(restricted)`Vadim Petrochenkov-11/+6
2017-01-29Implement compatibility lint for legacy constructor visibilitiesVadim Petrochenkov-0/+28
2017-01-14Auto merge of #38914 - est31:tidy-gate-tests, r=nikomatsakisbors-0/+2
2017-01-12Mark even more tests as gate testsest31-0/+2
2017-01-12resolve: Do not use "resolve"/"resolution" in error messagesVadim Petrochenkov-1/+1
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-3/+3
2016-09-03Address comments and add requested testsVadim Petrochenkov-0/+58
2016-08-26Stabilize type-macrosDaniele Baracchi-3/+3
2016-05-28Move some other checks to AST sanity passVadim Petrochenkov-0/+2
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+0
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-0/+23
2016-04-27Add testsJeffrey Seyfried-0/+70
2016-04-24syntax: Check paths in visibilities for type parametersVadim Petrochenkov-0/+20
2016-04-21fix broken test revealed by compiletestNiko Matsakis-1/+3
2016-04-16Add tests for `pub(restricted)`Jeffrey Seyfried-0/+182