about summary refs log tree commit diff
path: root/src/librustc_privacy
AgeCommit message (Expand)AuthorLines
2016-01-15Rollup merge of #30864 - jseyfried:no_record_exports, r=nrcManish Goregaokar-3/+5
2016-01-14resolve: Remove record_exports, fixes #4953Jeffrey Seyfried-3/+5
2016-01-12Revamp the "future incompatible" section to clarify the situationNiko Matsakis-1/+1
2016-01-05Annotate the compiler with information about what it is doing when.Niko Matsakis-0/+3
2015-12-30use structured errorsNick Cameron-8/+8
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-18Do not substitute type aliases during error reportingVadim Petrochenkov-0/+6
2015-12-18Address the commentsVadim Petrochenkov-38/+44
2015-12-18Substitute type aliases before checking for privacyVadim Petrochenkov-7/+27
2015-12-18Use lint instead of warningVadim Petrochenkov-6/+21
2015-12-18Report errors not caught by the old visitor as warningsVadim Petrochenkov-14/+372
2015-12-18Approximate type aliases as public when determining impl publicityVadim Petrochenkov-0/+10
2015-12-18Update error messages and error descriptionsVadim Petrochenkov-9/+12
2015-12-18Rewrite VisiblePrivateTypesVisitorVadim Petrochenkov-314/+139
2015-12-17Remove unused importsJeffrey Seyfried-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-22Register diagnostics for rustc_privacy and rustc_trans properlyManish Goregaokar-0/+2
2015-11-19Changes to data produced by privacy passVadim Petrochenkov-172/+103
2015-11-18Various straight-forward ports that override `visit_nested_items`Niko Matsakis-38/+68
2015-11-18Rework stability annotation passVadim Petrochenkov-5/+15
2015-11-16ImplItem_ -> ImplItemKind renameOliver Schneider-12/+12
2015-11-16rename ImplItem_::*ImplItem to ImplItem_::*Oliver Schneider-12/+12
2015-11-10Use exhaustive matchingVadim Petrochenkov-2/+8
2015-11-09rustc_privacy: Fix bugs in SanePrivacyVisitorVadim Petrochenkov-70/+47
2015-11-05`EmbargoVisitor::reexports` isn't neededVadim Petrochenkov-15/+5
2015-11-05rustc_privacy: Do not export items needed solely for the reachability analysisVadim Petrochenkov-12/+14
2015-11-02Auto merge of #29291 - petrochenkov:privacy, r=alexcrichtonbors-124/+149
2015-11-03Parens + issue number + typoVadim Petrochenkov-4/+4
2015-10-31Remove PatWildMultiVadim Petrochenkov-1/+1
2015-10-29Make fields and macro defs exportedVadim Petrochenkov-16/+4
2015-10-28The `source_did` may not be local, so don't unwrap theNiko Matsakis-2/+2
2015-10-28Fix for middle::reachable + better comments and testsVadim Petrochenkov-51/+13
2015-10-27Add some debug printouts to librustc_privacyNiko Matsakis-3/+12
2015-10-27Comments and formattingVadim Petrochenkov-14/+44
2015-10-27Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrcbors-2/+6
2015-10-26Revert "Remove unnecessary trait accessibility check."Alex Crichton-2/+6
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-1/+1
2015-10-25rustc_privacy: Expand public node set, build exported node set more correctlyVadim Petrochenkov-92/+137
2015-10-13Merge VariantData and VariantData_Vadim Petrochenkov-6/+6
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-5/+5
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-8/+8
2015-10-13Fix failing privacy testVadim Petrochenkov-5/+5
2015-10-13Provide span for visit_struct_def + remove some dead codeVadim Petrochenkov-1/+1
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-8/+8
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-6/+4
2015-10-01Make calling def_id on a DefSelfTy an error; the previous defids thatNiko Matsakis-2/+3
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-37/+59
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-1/+1
2015-10-01kill the fake provided method stubsAriel Ben-Yehuda-13/+0
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-1/+0