| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-09-25 | rustdoc: Linkify all reexports. | Alex Crichton | -23/+109 | |
| This way each component of a reexport path is click-able to the destination that it's referencing. | ||||
| 2013-09-25 | rustdoc: Implement stripping based on privacy | Alex Crichton | -0/+1 | |
| This will probably need to get tweaked once the privacy rules have been fully agreed on, but for now this has all of the infrastructure necessary for filtering out private items. Closes #9410 | ||||
| 2013-09-25 | rustdoc: Emit purity to function dox for traits | Alex Crichton | -10/+13 | |
| Closes #3804 | ||||
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -0/+364 | |
| Removes old rustdoc, moves rustdoc_ng into its place instead (plus drops the _ng suffix). Also shreds all reference to rustdoc_ng from the Makefile rules. | ||||
