| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -8/+14 | |
| This fixes private statics and functions from being usable cross-crates, along with some bad privacy error messages. This is a reopening of #8365 with all the privacy checks in privacy.rs instead of resolve.rs (where they should be anyway). These maps of exported items will hopefully get used for generating documentation by rustdoc Closes #8592 | ||||
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -2/+2 | |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -1/+9 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 | |
| 2013-03-21 | librustc: Forbid access to cross-crate private static methods | Patrick Walton | -0/+9 | |
