about summary refs log tree commit diff
path: root/src/librustc_privacy
AgeCommit message (Expand)AuthorLines
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-22/+37
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-21/+21
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-45/+46
2019-06-11Add deny(unused_lifetimes) to all the crates that have deny(internal).Eduard-Mihai Burtescu-0/+1
2019-06-05Implemented for traits (associated type definitions).Alexander Regueiro-3/+2
2019-06-03rustc: async fn drop order lowering in HIRDavid Wood-20/+0
2019-05-30Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkovbors-1/+1
2019-05-30Optimize `TyCtxt::adjust_ident`.Nicholas Nethercote-1/+1
2019-05-29Rename `TraitOrImpl` to `Assoc` and `trait_or_impl` to `assoc`.Eduard-Mihai Burtescu-6/+19
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-11/+11
2019-05-23Update privacy_access_levelsJohn Kåre Alsaker-3/+2
2019-05-23Update GenericPredicates queriesJohn Kåre Alsaker-3/+3
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-2/+2
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-3/+4
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-17/+17
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-14/+16
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-5/+7
2019-04-25Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxcbors-0/+1
2019-04-24hir: remove NodeId from Entry & simplify Mapljedrz-0/+1
2019-04-21Introduce `ArgSource` for diagnostics.David Wood-0/+20
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-1/+1
2019-04-17Rename modulesYuki OKUSHI-1/+1
2019-04-17Rename diagnostics to error_codesYuki OKUSHI-0/+0
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-14Properly parse '--extern-private' with name and pathAaron Hill-10/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-03-30Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,...Mazdak Farrokhzad-1/+20
2019-03-28Implement `#[non_exhaustive]` on variants.David Wood-1/+20
2019-03-28Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obkMazdak Farrokhzad-3/+3
2019-03-28Rollup merge of #59413 - Zoxc:hirid, r=oli-obkMazdak Farrokhzad-4/+3
2019-03-25Make some lints incrementalJohn Kåre Alsaker-2/+1
2019-03-25hir: replace NodeId with HirId in ItemIdljedrz-4/+3
2019-03-24Remove `CtorOf` from `Node::Ctor`.David Wood-27/+39
2019-03-24Separate variant id and variant constructor id.David Wood-7/+10
2019-03-23Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxcbors-16/+9
2019-03-16Add def getting methods to librustc/ty/contextTomas Koutsky-3/+3
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-1/+1
2019-03-15rustc: implement fmt::{Debug,Display} on Ty instead of TyS.Eduard-Mihai Burtescu-1/+1
2019-03-13middle: replace NodeId with HirId in AccessLevelsljedrz-16/+9
2019-03-09Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad-42/+36
2019-03-07HirIdification: replace NodeId method callsljedrz-2/+2
2019-03-06Rename check_privacy to check_private_in_publicJohn Kåre Alsaker-2/+2
2019-03-06Split up privacy checking so privacy_access_levels only does computations req...John Kåre Alsaker-42/+36
2019-03-05Handle const generics elsewherevarkor-2/+8
2019-03-02hir: HirIdify Impl&TraitItemIdljedrz-16/+10
2019-03-02hir: remove NodeId from Itemljedrz-15/+17
2019-03-02middle & privacy: partially HirIdifyljedrz-77/+85
2019-03-01hir: remove NodeId from ImplItemljedrz-2/+5
2019-03-01ty: HirIdify some lintsljedrz-8/+8