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
2015-03-06
Rollup merge of #23056 - awlnx:master, r=nrc
Manish Goregaokar
-0
/
+2
2015-03-05
fix for new attributes failing. issue #22964
awlnx
-0
/
+2
2015-03-03
privacy: walk associated types in trait impls
Jorge Aparicio
-1
/
+12
2015-02-26
Record the publicity of struct fields and enum variants.
Huon Wilson
-0
/
+10
2015-02-24
Fix fallout from correct stability handling in UFCS.
Eduard Burtescu
-1
/
+0
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-6
/
+6
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-13
/
+13
2015-02-24
rustc_resolve: don't handle impl items as if they were modules.
Eduard Burtescu
-7
/
+3
2015-02-24
rustc_resolve: remove the distinction between DefStaticMethod and DefMethod.
Eduard Burtescu
-2
/
+0
2015-02-24
syntax: use a single Path for Trait::Item in QPath.
Eduard Burtescu
-5
/
+0
2015-02-24
syntax: don't use TraitRef in QPath.
Eduard Burtescu
-0
/
+5
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-42
/
+27
2015-02-24
Revert bogus rename from DefTrait to DefaultImpl.
Eduard Burtescu
-1
/
+1
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-3
/
+4
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-4
/
+4
2015-02-22
Fix fallout from libsyntax implementation
Flavio Percoco
-2
/
+3
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-2
/
+2
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-3
/
+3
2015-02-10
Add comment noting that this naive approach is not too naive.
Felix S. Klock II
-0
/
+3
2015-02-10
Make FRU respect privacy of all struct fields, mentioned or unmentioned.
Felix S. Klock II
-14
/
+15
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-27
/
+27
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-4
/
+3
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+2
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-2
/
+2
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-59
/
+37
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+4
2015-01-22
Put #[staged_api] behind the 'staged_api' gate
Brian Anderson
-0
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
rustc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-59
/
+37
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-4
/
+4
2015-01-17
Add allow(unstable) to librustc_privacy
Brian Anderson
-0
/
+1
2015-01-16
rustc_resolve: Correctly record privacy of methods
Alex Crichton
-1
/
+1
2015-01-16
rustc: Move the privacy pass to its own crate
Alex Crichton
-0
/
+1598