about summary refs log tree commit diff
path: root/src/librustc_privacy
AgeCommit message (Expand)AuthorLines
2015-02-10Add comment noting that this naive approach is not too naive.Felix S. Klock II-0/+3
2015-02-10Make FRU respect privacy of all struct fields, mentioned or unmentioned.Felix S. Klock II-14/+15
2015-02-04remove all kind annotations from closuresJorge Aparicio-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-27/+27
2015-01-30Test fixes and rebase conflictsAlex Crichton-4/+3
2015-01-26Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-59/+37
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+4
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rustc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-59/+37
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-4/+4
2015-01-17Add allow(unstable) to librustc_privacyBrian Anderson-0/+1
2015-01-16rustc_resolve: Correctly record privacy of methodsAlex Crichton-1/+1
2015-01-16rustc: Move the privacy pass to its own crateAlex Crichton-0/+1598