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
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-67
/
+118
2017-07-10
Store all generic arguments for method calls in HIR
Vadim Petrochenkov
-2
/
+2
2017-07-07
Address review comments
petrochenkov
-0
/
+6
2017-07-06
Check adjustments and node substs
Vadim Petrochenkov
-29
/
+43
2017-07-06
Check types for privacy
Vadim Petrochenkov
-2
/
+330
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-2
/
+14
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-4
/
+6
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-4
/
+0
2017-05-25
Hygienize `librustc_privacy`.
Jeffrey Seyfried
-7
/
+38
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-08
Remove need for &format!(...) or &&"" dances in `span_label` calls
Oliver Schneider
-3
/
+3
2017-04-26
Auto merge of #41504 - eddyb:query-api, r=nikomatsakis
bors
-30
/
+30
2017-04-25
privacy: Rename and cleanup PrivacyVisitor
Vadim Petrochenkov
-70
/
+38
2017-04-25
Check privacy of trait items in all contexts
Vadim Petrochenkov
-27
/
+0
2017-04-24
rustc: expose the common DUMMY_SP query case as tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-28
/
+28
2017-04-12
First attempt at global_asm! macro
A.J. Gardner
-2
/
+11
2017-03-29
rustbuild: Update bootstrap compiler
Alex Crichton
-1
/
+0
2017-03-23
convert privacy access levels into a query
Niko Matsakis
-6
/
+23
2017-03-23
move `export_map` into the tcx
Niko Matsakis
-7
/
+3
2017-03-17
Make priv in pub hard error for crates using pub(restricted)
Taylor Cramer
-2
/
+36
2017-03-15
Stabilize pub(restricted)
Taylor Cramer
-2
/
+2
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-2
/
+10
2017-01-29
Remove no longer necessary ctor checks in rustc_privacy
Vadim Petrochenkov
-67
/
+5
2017-01-29
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-36
/
+36
2017-01-25
rename `Tables` to `TypeckTables`
Niko Matsakis
-2
/
+2
2017-01-16
AST/HIR: Replace Path with Type in WhereEqPredicate
Vadim Petrochenkov
-1
/
+1
2017-01-08
Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis
bors
-6
/
+16
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-6
/
+16
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-28
rustc: separate TraitItem from their parent Item, just like ImplItem.
Eduard-Mihai Burtescu
-28
/
+25
2016-12-24
Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities.
Jeffrey Seyfried
-16
/
+16
2016-12-02
Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis
bors
-1
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-11-29
Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb
bors
-3
/
+4
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-29
revamp `Visitor` with a single method for controlling nested visits
Niko Matsakis
-16
/
+12
2016-11-29
Fix rebase breakage
Florian Diebold
-6
/
+10
2016-11-29
Split nested_visit_mode function off from nested_visit_map
Florian Diebold
-6
/
+14
2016-11-29
rustc_privacy: fix compilation
Florian Diebold
-7
/
+7
2016-11-28
Remove auto_traits from PartitionedBounds
Mark-Simulacrum
-3
/
+4
2016-11-28
rustc_privacy: switch private-in-public checking to Ty.
Eduard Burtescu
-149
/
+183
2016-11-28
rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor.
Eduard-Mihai Burtescu
-119
/
+115
2016-11-28
rustc: embed path resolutions into the HIR instead of keeping DefMap.
Eduard-Mihai Burtescu
-31
/
+47
2016-11-28
rustc: desugar UFCS as much as possible during HIR lowering.
Eduard Burtescu
-12
/
+22
2016-11-16
include a Name and Span for each item in the HIR of the impl
Niko Matsakis
-26
/
+26
2016-11-16
add a `nested_visit_map` method
Niko Matsakis
-47
/
+32
2016-11-16
fallout from separating impl-items from impls
Niko Matsakis
-25
/
+59
2016-11-16
refactor Visitor into ItemLikeVisitor and intravisit::Visitor
Niko Matsakis
-2
/
+3
[next]