about summary refs log tree commit diff
path: root/compiler/rustc_privacy
AgeCommit message (Expand)AuthorLines
2022-04-23Compute has_pub_restricted in the resolver.Camille GILLOT-12/+4
2022-04-23Fix lints.Camille GILLOT-1/+1
2022-04-23Drop vis in Item.Camille GILLOT-8/+5
2022-04-23Drop vis in ImplItem.Camille GILLOT-5/+4
2022-04-23Drop vis in FieldDef.Camille GILLOT-2/+6
2022-04-23Stop visiting visibility.Camille GILLOT-27/+6
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-4/+4
2022-03-30Spellchecking compiler commentsYuri Astrakhan-4/+4
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-3/+3
2022-03-16rustc_error: make ErrorReported impossible to constructmark-2/+4
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-4/+5
2022-03-07remove unnecessary `..` patternsTakayuki Maeda-1/+1
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