| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-25 | Merge `pub-restricted` and `visibility` test | Camelid | -32/+0 | |
| 2020-12-25 | Prefer `pub(crate)` over no modifier | Camelid | -4/+4 | |
| 2020-12-25 | Fix bugs; fix and add tests | Camelid | -16/+16 | |
| 2020-11-17 | Use DefPath for clean::Visibility, not clean::Path | Joshua Nelson | -9/+7 | |
| Visibility needs much less information than a full path, since modules can never have generics. This allows constructing a Visibility from only a DefId. Note that this means that paths are now normalized to their DefPath. In other words, `pub(self)` or `pub(super)` now always shows `pub(in path)` instead of preserving the original text. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-05-12 | rustdoc: Add support for pub(restricted) | Oliver Middleton | -0/+44 | |
