index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_privacy
Age
Commit message (
Expand
)
Author
Lines
2022-05-17
Types with reachable constructors are reachable
Tomasz Miąsko
-1
/
+15
2022-05-13
remove redundant branch
Miguel Guarniz
-11
/
+0
2022-05-13
remove Visitor impl for PrivateItemsInPublicInterfacesChecker
Miguel Guarniz
-81
/
+95
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-6
/
+4
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-5
/
+0
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-1
/
+1
2022-04-23
Compute has_pub_restricted in the resolver.
Camille GILLOT
-12
/
+4
2022-04-23
Fix lints.
Camille GILLOT
-1
/
+1
2022-04-23
Drop vis in Item.
Camille GILLOT
-8
/
+5
2022-04-23
Drop vis in ImplItem.
Camille GILLOT
-5
/
+4
2022-04-23
Drop vis in FieldDef.
Camille GILLOT
-2
/
+6
2022-04-23
Stop visiting visibility.
Camille GILLOT
-27
/
+6
2022-03-31
Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errors
Dylan DPC
-4
/
+4
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-4
/
+4
2022-03-29
Remember mutability in `DefKind::Static`.
Camille GILLOT
-3
/
+3
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-2
/
+4
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-4
/
+5
2022-03-07
remove unnecessary `..` patterns
Takayuki Maeda
-1
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-2
/
+2
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-2
/
+2
2022-02-12
change to a struct variant
Ellen
-1
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-2
/
+2
2022-01-20
Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU
Matthias Krüger
-11
/
+3
2022-01-18
privacy: update `visit_infer`
lcnr
-11
/
+3
2022-01-18
Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk
bors
-6
/
+6
2022-01-17
Update w/ comments
kadmin
-8
/
+2
2022-01-17
Update term for use in more places
kadmin
-6
/
+11
2022-01-17
Use Term in ProjectionPredicate
kadmin
-2
/
+3
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-26
/
+20
2022-01-16
Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr
bors
-4
/
+0
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-1
/
+1
2022-01-15
attempt to re-add `ty::Unevaluated` visitor and friends
Ellen
-2
/
+2
2022-01-15
initial revert
Ellen
-6
/
+2
2022-01-14
fix: set struct/union/enum fields/variants as reachable when item is
Lamb
-20
/
+64
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-2
/
+2
2022-01-09
Compute most of Public/Exported access level in rustc_resolve
Lamb
-181
/
+39
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-2
/
+2
2021-12-27
Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov
Matthias Krüger
-1
/
+5
2021-12-27
relax priv-in-pub lint on generic bounds and where clauses in trait impls
Jack Wrenn
-1
/
+5
2021-12-14
Remove `in_band_lifetimes` from `rustc_privacy`
LegionMammal978
-9
/
+8
2021-11-28
Take a LocalDefId in expect_*item.
Camille GILLOT
-7
/
+3
2021-11-09
Add `ty::Visibility::is_public()`
inquisitivecrystal
-5
/
+4
2021-11-07
Give inline const separate DefKind
Gary Guo
-0
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+1
2021-10-23
Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis
bors
-3
/
+5
2021-10-21
Rollup merge of #88644 - eopb:abstractconst_leaf_subst, r=lcnr
Yuki Okushi
-6
/
+3
2021-10-20
Add polarity to TraitPredicate
Santiago Pastorino
-3
/
+5
[prev]
[next]