summary refs log tree commit diff
path: root/src/test/ui/privacy
AgeCommit message (Expand)AuthorLines
2019-11-01Rollup merge of #65914 - estebank:type-alias-bounds-sugg, r=davidtwcoTyler Mandry-2/+8
2019-10-29Change E0741 into E0742Guillaume Gomez-4/+4
2019-10-29Update ui testsGuillaume Gomez-3/+4
2019-10-28Use structured suggestion for unnecessary bounds in type aliasesEsteban Küber-2/+8
2019-10-28Auto merge of #65421 - estebank:variants, r=petrochenkovbors-9/+27
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-9/+27
2019-10-26Fix rebaseEsteban Küber-0/+1
2019-10-26review comments and tweaksEsteban Küber-5/+24
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+8
2019-10-16update ui testsGuillaume Gomez-2/+2
2019-10-11resolve: shorten wording on private constructor errorDan Aloni-48/+48
2019-10-11resolve: fix error title regarding private constructorsDan Aloni-104/+104
2019-10-09resolve: Use field spans for reporting the private constructor errorVadim Petrochenkov-72/+168
2019-08-30Fix test.Sam Radhakrishan-2/+2
2019-08-09Mention that tuple structs are private if their fields areEsteban Küber-0/+96
2019-08-05Don't recommend `extern crate` syntaxKornel-3/+3
2019-08-02Replace "existential" by "opaque"varkor-0/+0
2019-08-02Update syntax in existing testsvarkor-12/+13
2019-07-27tests: Move run-pass tests with naming conflicts to uiVadim Petrochenkov-0/+57
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+239
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-4/+4
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-5/+5
2019-05-29Update ui test suite to use dynmemoryruins-7/+7
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-7/+7
2019-04-14Properly parse '--extern-private' with name and pathAaron Hill-1/+1
2019-03-15rustc: pass Option<&Substs> and Namespace around in ty::item_path.Eduard-Mihai Burtescu-10/+10
2019-03-15rustc: support impl's in PrintCx::parameterized.Eduard-Mihai Burtescu-6/+6
2019-03-11Update testsVadim Petrochenkov-243/+243
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-18/+18
2019-02-07Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoeristerbors-25/+44
2019-02-01Update tests for future-compat warning removalAaron Hill-13/+2
2019-02-01Test allowing individual struct fieldAaron Hill-0/+6
2019-02-01Replace --extern-public with --extern-privateAaron Hill-6/+5
2019-02-01Remove feature from testAaron Hill-1/+0
2019-02-01Rename external_private_dependency to exported_private_dependenciesAaron Hill-4/+4
2019-02-01Add test for 'std' crate being publicAaron Hill-0/+13
2019-02-01Clippy fixes, rename stuff to match RFCAaron Hill-6/+6
2019-02-01Improve UI testsAaron Hill-6/+32
2019-02-01Add UI testAaron Hill-0/+57
2019-01-30Move privacy checking later in the pipeline and make some passes run in parallelJohn Kåre Alsaker-25/+44
2019-01-18privacy: Account for associated existential typesVadim Petrochenkov-6/+33
2019-01-14Rollup merge of #57556 - petrochenkov:privexist, r=arielb1Mazdak Farrokhzad-0/+15
2019-01-13privacy: Fix private-in-public check for existential typesVadim Petrochenkov-0/+15
2019-01-09clarify resolve typo suggestionAndy Russell-6/+30
2019-01-05privacy: Mark everything in a header of a reachable impl as reachableVadim Petrochenkov-8/+28
2019-01-05privacy: Fix regression in impl reachabilityVadim Petrochenkov-0/+17
2019-01-01Address review commentsVadim Petrochenkov-19/+19
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-14/+140
2018-12-25Remove licensesMark Rousskov-787/+337
2018-12-24make non_camel_case_types an early lintAndy Russell-10/+8