| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| Loading methods from external crates was erroneously using the type's privacy for each method instead of each method's privacy. This commit fixes that. Closes #21202 | ||||
| 2015-01-16 | rustc: Move the privacy pass to its own crate | Alex Crichton | -0/+1598 | |
