summary refs log tree commit diff
path: root/src/librustc_privacy
AgeCommit message (Expand)AuthorLines
2015-10-28The `source_did` may not be local, so don't unwrap theNiko Matsakis-2/+2
2015-10-28Add some debug printouts to librustc_privacyNiko Matsakis-3/+12
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-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
2015-09-23Auto merge of #28535 - petrochenkov:name, r=nrcbors-8/+8
2015-09-22Auto merge of #28504 - Eljay:fix-trait-privacy, r=nrcbors-6/+2
2015-09-22Fix rebaseVadim Petrochenkov-1/+1
2015-09-22Use Names in the remaining HIR structures with exception of...Vadim Petrochenkov-1/+1
2015-09-22Use Names in hir::{Field, ExprMethodCall, ExprField}Vadim Petrochenkov-4/+4
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-1/+1
2015-09-22Use Names in HIR visitors and foldersVadim Petrochenkov-1/+1
2015-09-22Auto merge of #28364 - petrochenkov:usegate, r=alexcrichtonbors-19/+16
2015-09-19Remove unnecessary trait accessibility check.Eljay-6/+2
2015-09-17Workaround for imports with empty bracesVadim Petrochenkov-3/+7
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-17/+10
2015-09-17Remove Visibility field from enum variantsSimonas Kazlauskas-19/+2
2015-09-10Add error code for private struct field issueGuillaume Gomez-6/+90
2015-09-09Add error code for tuple struct constructor errorGuillaume Gomez-3/+27
2015-09-09Add error code for unnecessary visibility qualifierGuillaume Gomez-1/+24
2015-09-09Add error code for enum item visibility errorGuillaume Gomez-2/+29
2015-09-09Add new error code for visibility inside a functionGuillaume Gomez-6/+23
2015-09-09Add error code for privacy error on exported signatureGuillaume Gomez-1/+29
2015-09-09Add new error code for trait privacy errorGuillaume Gomez-2/+40
2015-09-03Add an intital HIR and lowering stepNick Cameron-143/+143
2015-08-24fallout from moving def-idNiko Matsakis-18/+18
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-2/+2
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-2/+2
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-08-08rustc: rename multiple imports in a listSean McArthur-2/+2
2015-08-07rename ADTDef to AdtDef etc.Ariel Ben-Yehuda-4/+4
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-96/+51
2015-08-06introduce an ADTDef struct for struct/enum definitionsAriel Ben-Yehuda-11/+12
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-8/+4
2015-07-04rustc: remove MethodOrigin and use the container to distinguish inherent meth...Eduard Burtescu-18/+9
2015-07-04rustc: remove MethodOrigin::Object and use traits::VtableObject instead.Eduard Burtescu-1/+1
2015-07-04rustc_lint: use traits::select for methods in unconditional_recursion.Eduard Burtescu-1/+1