about summary refs log tree commit diff
path: root/compiler/rustc_privacy
AgeCommit message (Expand)AuthorLines
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-2/+2
2022-02-15Overhaul `Const`.Nicholas Nethercote-2/+2
2022-02-12change to a struct variantEllen-1/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-21Remove a span from hir::ExprKind::MethodCallCameron Steffen-2/+2
2022-01-20Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwUMatthias Krüger-11/+3
2022-01-18privacy: update `visit_infer`lcnr-11/+3
2022-01-18Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obkbors-6/+6
2022-01-17Update w/ commentskadmin-8/+2
2022-01-17Update term for use in more placeskadmin-6/+11
2022-01-17Use Term in ProjectionPredicatekadmin-2/+3
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-26/+20
2022-01-16Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnrbors-4/+0
2022-01-15Return a LocalDefId in get_parent_item.Camille GILLOT-1/+1
2022-01-15attempt to re-add `ty::Unevaluated` visitor and friendsEllen-2/+2
2022-01-15initial revertEllen-6/+2
2022-01-14fix: set struct/union/enum fields/variants as reachable when item isLamb-20/+64
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-181/+39
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-2/+2
2021-12-27Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkovMatthias Krüger-1/+5
2021-12-27relax priv-in-pub lint on generic bounds and where clauses in trait implsJack Wrenn-1/+5
2021-12-14Remove `in_band_lifetimes` from `rustc_privacy`LegionMammal978-9/+8
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-7/+3
2021-11-09Add `ty::Visibility::is_public()`inquisitivecrystal-5/+4
2021-11-07Give inline const separate DefKindGary Guo-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-23Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakisbors-3/+5
2021-10-21Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnrYuki Okushi-6/+3
2021-10-20Add polarity to TraitPredicateSantiago Pastorino-3/+5
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-02Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillotbors-16/+16
2021-10-01Fix clippy lintsGuillaume Gomez-16/+16
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-3/+1
2021-09-21Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebankbors-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-20Do not store visibility in *ItemRef.Camille GILLOT-3/+8
2021-09-09add a `CastKind` to `Node::Cast`Ellen-1/+1
2021-09-09rename mir -> thir around abstract constsEllen-1/+1
2021-09-09tidyEllen-3/+3
2021-09-09dont support blocksEllen-2/+1
2021-09-09as casts and block exprsEllen-1/+1
2021-09-09WIP stateEllen-3/+4
2021-09-04Make fields on `AbstractConst` privateEthan Brierley-1/+1
2021-09-04`AbstractConst::root`: Always run `subst` when `Node` is `Leaf`Ethan Brierley-6/+3
2021-09-02Rename walk_crate.Camille GILLOT-3/+3
2021-09-02Stop using walk_crate.Camille GILLOT-3/+3
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-2/+2