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
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-18
Implement existential types
Oliver Schneider
-2
/
+5
2018-07-16
Fix tidy
csmoe
-4
/
+11
2018-07-16
ItemKind
csmoe
-53
/
+53
2018-07-16
TyKind
csmoe
-3
/
+3
2018-07-16
ExprKind
csmoe
-3
/
+3
2018-07-15
Auto merge of #52348 - oli-obk:bugfix, r=petrochenkov
bors
-5
/
+1
2018-07-13
Use the correct visibility
Oliver Schneider
-5
/
+1
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-07-02
Get rid of `TyImplTraitExistential`
Oliver Schneider
-29
/
+15
2018-07-02
Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche...
bors
-15
/
+22
2018-07-01
call it `hir::VisibilityKind` instead of `hir::Visibility_:*`
Zack M. Davis
-2
/
+2
2018-07-01
Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank
bors
-3
/
+8
2018-06-30
in which the private/restricted-in-public error messaging gets specific
Zack M. Davis
-6
/
+13
2018-06-30
in which hir::Visibility recalls whence it came (i.e., becomes Spanned)
Zack M. Davis
-9
/
+9
2018-06-28
Always check type_dependent_defs
varkor
-3
/
+8
2018-06-28
Use `Ident`s for path segments in HIR
Vadim Petrochenkov
-2
/
+2
2018-06-20
Rename ty_param_bound to generic_bound
varkor
-4
/
+4
2018-06-20
Rename ty_param_bound to trait_bound
varkor
-3
/
+2
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-2
/
+2
2018-06-20
Rename TraitTyParamBound to ParamBound::Trait
varkor
-1
/
+1
2018-06-20
Lift bounds into GenericParam
varkor
-3
/
+3
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-8
/
+6
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-4
/
+9
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-6
/
+17
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-6
/
+17
2018-06-01
Update recursion limits
John Kåre Alsaker
-0
/
+2
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-6
/
+6
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-4
/
+4
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-2
/
+2
2018-05-15
Refactor generic params loops
varkor
-2
/
+2
2018-05-15
Pull common parameters into GenericParamDef
varkor
-11
/
+11
2018-05-15
Generalise more cases of explicit iteration of specific kinds
varkor
-7
/
+17
2018-05-15
Prefer iterator to vec
varkor
-2
/
+2
2018-05-15
Consolidate ty::Generics
varkor
-2
/
+2
2018-05-12
Fix self referential impl Trait substitutions
leonardo.yvens
-2
/
+13
2018-04-12
Avoid comparing fields by name when possible
Vadim Petrochenkov
-6
/
+8
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-04-06
Use `Span` instead of `SyntaxContext` in `Ident`
Vadim Petrochenkov
-7
/
+6
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-4
/
+6
2018-02-26
Auto merge of #48082 - jseyfried:improve_struct_field_hygiene, r=petrochenkov
bors
-7
/
+19
2018-02-20
stage0 cfg cleanup
Mark Simulacrum
-1
/
+0
2018-02-17
Improve hygiene when privacy-checking struct expression or struct constructor...
Jeffrey Seyfried
-7
/
+19
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-01-15
Reexport -> re-export in prose and documentation comments
Carol (Nichols || Goulding)
-2
/
+2
2018-01-13
Remove `impl Foo for ..` in favor of `auto trait Foo`
leonardo.yvens
-9
/
+1
2018-01-04
rustc: Don't use relative paths for extended errors
Alex Crichton
-0
/
+1
2017-12-21
Add GenericParam, refactor Generics in ast, hir, rustdoc
Jonas Platte
-1
/
+1
2017-12-21
Always report private-in-public in associated types as hard errors
Vadim Petrochenkov
-8
/
+13
[next]