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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_privacy
Age
Commit message (
Expand
)
Author
Lines
2016-02-24
Warn instead of error when using an inaccessable extern crate
Jeffrey Seyfried
-0
/
+16
2016-02-19
Rollup merge of #31721 - rphmeier:err_tuplestruct_count, r=Manishearth
Steve Klabnik
-3
/
+3
2016-02-18
Auto merge of #31641 - petrochenkov:reach, r=alexcrichton
bors
-11
/
+134
2016-02-17
Rollup merge of #31679 - GuillaumeGomez:long_error_explanation, r=Manishearth
Steve Klabnik
-5
/
+5
2016-02-18
Check reachability insead of publicity for fields and inherent impl items
Vadim Petrochenkov
-2
/
+2
2016-02-18
privacy: Mark reachable but unnameable items as reachable
Vadim Petrochenkov
-11
/
+134
2016-02-16
Fix sentence in E0451 diagnostic.
rphmeier
-2
/
+2
2016-02-16
Fix #31706
rphmeier
-1
/
+1
2016-02-16
Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path
Vadim Petrochenkov
-1
/
+1
2016-02-15
Global error explanations improvements
ggomez
-5
/
+5
2016-02-14
Rename hir::Pat_ and its variants
Vadim Petrochenkov
-4
/
+4
2016-02-13
Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik
bors
-4
/
+4
2016-02-12
Autoderef in librustc_privacy
Jonas Schievink
-4
/
+4
2016-02-12
Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson
bors
-18
/
+22
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+15
2016-02-07
Update long error explanations
Guillaume Gomez
-18
/
+22
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-20
Rename Def's variants and don't reexport them
Vadim Petrochenkov
-20
/
+20
2016-01-20
Refactor definitions of ADTs in rustc::middle::def
Vadim Petrochenkov
-4
/
+4
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
[next]