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
2016-01-15
Rollup merge of #30864 - jseyfried:no_record_exports, r=nrc
Manish Goregaokar
-3
/
+5
2016-01-14
resolve: Remove record_exports, fixes #4953
Jeffrey Seyfried
-3
/
+5
2016-01-12
Revamp the "future incompatible" section to clarify the situation
Niko Matsakis
-1
/
+1
2016-01-05
Annotate the compiler with information about what it is doing when.
Niko Matsakis
-0
/
+3
2015-12-30
use structured errors
Nick Cameron
-8
/
+8
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-18
Do not substitute type aliases during error reporting
Vadim Petrochenkov
-0
/
+6
2015-12-18
Address the comments
Vadim Petrochenkov
-38
/
+44
2015-12-18
Substitute type aliases before checking for privacy
Vadim Petrochenkov
-7
/
+27
2015-12-18
Use lint instead of warning
Vadim Petrochenkov
-6
/
+21
2015-12-18
Report errors not caught by the old visitor as warnings
Vadim Petrochenkov
-14
/
+372
2015-12-18
Approximate type aliases as public when determining impl publicity
Vadim Petrochenkov
-0
/
+10
2015-12-18
Update error messages and error descriptions
Vadim Petrochenkov
-9
/
+12
2015-12-18
Rewrite VisiblePrivateTypesVisitor
Vadim Petrochenkov
-314
/
+139
2015-12-17
Remove unused imports
Jeffrey Seyfried
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-22
Register diagnostics for rustc_privacy and rustc_trans properly
Manish Goregaokar
-0
/
+2
2015-11-19
Changes to data produced by privacy pass
Vadim Petrochenkov
-172
/
+103
2015-11-18
Various straight-forward ports that override `visit_nested_items`
Niko Matsakis
-38
/
+68
2015-11-18
Rework stability annotation pass
Vadim Petrochenkov
-5
/
+15
2015-11-16
ImplItem_ -> ImplItemKind rename
Oliver Schneider
-12
/
+12
2015-11-16
rename ImplItem_::*ImplItem to ImplItem_::*
Oliver Schneider
-12
/
+12
2015-11-10
Use exhaustive matching
Vadim Petrochenkov
-2
/
+8
2015-11-09
rustc_privacy: Fix bugs in SanePrivacyVisitor
Vadim Petrochenkov
-70
/
+47
2015-11-05
`EmbargoVisitor::reexports` isn't needed
Vadim Petrochenkov
-15
/
+5
2015-11-05
rustc_privacy: Do not export items needed solely for the reachability analysis
Vadim Petrochenkov
-12
/
+14
2015-11-02
Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton
bors
-124
/
+149
2015-11-03
Parens + issue number + typo
Vadim Petrochenkov
-4
/
+4
2015-10-31
Remove PatWildMulti
Vadim Petrochenkov
-1
/
+1
2015-10-29
Make fields and macro defs exported
Vadim Petrochenkov
-16
/
+4
2015-10-28
The `source_did` may not be local, so don't unwrap the
Niko Matsakis
-2
/
+2
2015-10-28
Fix for middle::reachable + better comments and tests
Vadim Petrochenkov
-51
/
+13
2015-10-27
Add some debug printouts to librustc_privacy
Niko Matsakis
-3
/
+12
2015-10-27
Comments and formatting
Vadim Petrochenkov
-14
/
+44
2015-10-27
Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrc
bors
-2
/
+6
2015-10-26
Revert "Remove unnecessary trait accessibility check."
Alex Crichton
-2
/
+6
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-1
/
+1
2015-10-25
rustc_privacy: Expand public node set, build exported node set more correctly
Vadim Petrochenkov
-92
/
+137
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-6
/
+6
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-5
/
+5
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-8
/
+8
2015-10-13
Fix failing privacy test
Vadim Petrochenkov
-5
/
+5
2015-10-13
Provide span for visit_struct_def + remove some dead code
Vadim Petrochenkov
-1
/
+1
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-8
/
+8
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-6
/
+4
2015-10-01
Make calling def_id on a DefSelfTy an error; the previous defids that
Niko Matsakis
-2
/
+3
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-37
/
+59
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-1
/
+1
2015-10-01
kill the fake provided method stubs
Ariel Ben-Yehuda
-13
/
+0
2015-09-23
Remove random Idents outside of libsyntax
Vadim Petrochenkov
-1
/
+0
[next]