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
/
src
/
librustc_privacy
Age
Commit message (
Expand
)
Author
Lines
2019-03-09
Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister
Mazdak Farrokhzad
-42
/
+36
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-2
/
+2
2019-03-06
Rename check_privacy to check_private_in_public
John Kåre Alsaker
-2
/
+2
2019-03-06
Split up privacy checking so privacy_access_levels only does computations req...
John Kåre Alsaker
-42
/
+36
2019-03-05
Handle const generics elsewhere
varkor
-2
/
+8
2019-03-02
hir: HirIdify Impl&TraitItemId
ljedrz
-16
/
+10
2019-03-02
hir: remove NodeId from Item
ljedrz
-15
/
+17
2019-03-02
middle & privacy: partially HirIdify
ljedrz
-77
/
+85
2019-03-01
hir: remove NodeId from ImplItem
ljedrz
-2
/
+5
2019-03-01
ty: HirIdify some lints
ljedrz
-8
/
+8
2019-03-01
hir: remove NodeId from TraitItem
ljedrz
-30
/
+32
2019-02-27
rename Substs to InternalSubsts
csmoe
-3
/
+3
2019-02-24
hir: remove NodeId from Expr
ljedrz
-4
/
+5
2019-02-24
hir: remove NodeId from MacroDef
ljedrz
-3
/
+5
2019-02-24
privacy: HirIdify ObsoleteVisiblePrivateTypesVisitor
ljedrz
-6
/
+6
2019-02-20
HirIdification: change some NodeId to HirId calls
ljedrz
-2
/
+2
2019-02-20
hir: HirId-ify intravisit
ljedrz
-7
/
+8
2019-02-13
HirId-ify hir::BodyId
ljedrz
-1
/
+2
2019-02-13
Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank
Mazdak Farrokhzad
-2
/
+2
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-4
/
+4
2019-02-10
rustc: doc comments
Alexander Regueiro
-4
/
+4
2019-02-10
Revert removed #![feature(nll)]
Taiki Endo
-0
/
+1
2019-02-09
cleanup: rename node_id_to_type(_opt)
ljedrz
-2
/
+2
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-3
/
+1
2019-02-06
Rollup merge of #58109 - Centril:librustc_privacy-2018, r=oli-obk
kennytm
-8
/
+6
2019-02-03
librustc_privacy => 2018
Mazdak Farrokhzad
-8
/
+6
2019-02-02
Update visibility of intermediate use items.
David Wood
-2
/
+45
2019-02-01
Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkov
bors
-1
/
+40
2019-02-01
Cleanup unecessary code
Aaron Hill
-5
/
+0
2019-02-01
Remove unnecessary is_local() check
Aaron Hill
-2
/
+1
2019-02-01
Replace --extern-public with --extern-private
Aaron Hill
-10
/
+10
2019-02-01
Tidy fixes
Aaron Hill
-3
/
+4
2019-02-01
Move --extern-public behind -Z unstable-options
Aaron Hill
-7
/
+7
2019-02-01
Rename external_private_dependency to exported_private_dependencies
Aaron Hill
-4
/
+6
2019-02-01
Delete dead code
Aaron Hill
-26
/
+0
2019-02-01
Clippy fixes, rename stuff to match RFC
Aaron Hill
-1
/
+1
2019-02-01
Fixup code
Aaron Hill
-84
/
+20
2019-02-01
Fix emitting lint
Aaron Hill
-18
/
+31
2019-02-01
Initial implementation work
Aaron Hill
-5
/
+124
2019-01-29
Add an ensure() method to TyCtxt used to ensure queries are run
John Kåre Alsaker
-2
/
+2
2019-01-19
Rollup merge of #57649 - petrochenkov:privexist, r=arielb1
Mazdak Farrokhzad
-17
/
+26
2019-01-18
privacy: Account for associated existential types
Vadim Petrochenkov
-17
/
+26
2019-01-15
Address comments
John Kåre Alsaker
-3
/
+5
2019-01-15
Make privacy checking, intrinsic checking and liveness checking incremental
John Kåre Alsaker
-13
/
+31
2019-01-13
privacy: Fix private-in-public check for existential types
Vadim Petrochenkov
-3
/
+8
2019-01-06
Address review comments
Vadim Petrochenkov
-14
/
+27
2019-01-05
privacy: Mark everything in a header of a reachable impl as reachable
Vadim Petrochenkov
-1
/
+8
2019-01-05
privacy: Fix regression in impl reachability
Vadim Petrochenkov
-3
/
+13
2019-01-01
Address review comments
Vadim Petrochenkov
-77
/
+104
2019-01-01
privacy: Use common `DefId` visiting infra for all privacy visitors
Vadim Petrochenkov
-503
/
+408
[next]