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-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