about summary refs log tree commit diff
path: root/src/test/ui/privacy
AgeCommit message (Expand)AuthorLines
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
2018-12-20Stabilize `Rc`, `Arc` and `Pin` as method receiversMichael Hewson-17/+31
2018-11-25resolve: Prohibit relative paths in visibilities on 2018 editionVadim Petrochenkov-0/+29
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-4/+4
2018-11-18resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-0/+18
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-15/+3
2018-10-28Rollup merge of #55199 - oli-obk:instance_printing, r=davidtwcokennytm-8/+8
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-150/+143
2018-10-26Update testsOliver Scherer-8/+8
2018-10-02Nest the `impl Trait` existential item inside the return typeOliver Schneider-16/+2
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+5250