about summary refs log tree commit diff
path: root/src/test/ui/privacy
AgeCommit message (Expand)AuthorLines
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
2020-03-26wip pacify the merciless ui testsNiko Matsakis-1/+1
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-4/+6
2020-03-24rustc_typeck: remove rustc_hir_pretty usageMazdak Farrokhzad-5/+5
2020-03-24Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddybMazdak Farrokhzad-2/+2
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-229/+229
2020-03-22Use more targetted span for error labelEsteban Küber-10/+10
2020-03-22Normalize wording of privacy access labelsEsteban Küber-212/+212
2020-03-22Add span label to primary error spanEsteban Küber-12/+12
2020-03-21convert a couple more errorsmark-2/+2
2020-03-21Bless testsLeSeulArtichaut-6/+4
2020-03-17Rollup merge of #69811 - petrochenkov:privdiag2, r=estebankMazdak Farrokhzad-1/+6
2020-03-12update testsMark Mansi-22/+22
2020-03-11resolve: Print import chains on privacy errorsVadim Petrochenkov-1/+6
2020-02-21Implement RFC 2532 – Associated Type DefaultsJonas Schievink-99/+53
2020-02-10use `dyn Trait` more in testsMazdak Farrokhzad-28/+28
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-7/+163
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-7/+7
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-3/+3
2020-01-26Suggest defining type parameter when appropriateEsteban Küber-0/+4
2020-01-24Normalise notes with the/isvarkor-3/+3
2020-01-16resolve: Say "import" when reporting private importsVadim Petrochenkov-3/+3
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-74/+518
2020-01-09Update testsVadim Petrochenkov-8/+42
2019-12-09compiletest: add aux-crate directiveEric Huss-7/+6
2019-11-18test: Update tests with fallout of changesGabriel Smith-74/+54