summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Highlight function namesAlex Crichton-2/+3
2013-09-25rustdoc: Start rendering variants (redirect to enum)Alex Crichton-1/+12
2013-09-25rustdoc: Linkify all reexports.Alex Crichton-25/+159
2013-09-25rustdoc: Implement stripping based on privacyAlex Crichton-4/+14
2013-09-25rustdoc: Emit purity to function dox for traitsAlex Crichton-12/+16
2013-09-25rustdoc: Enable various useful markdown extensionsAlex Crichton-1/+12
2013-09-25rustdoc: Use sundown for markdown highlightingAlex Crichton-52/+103
2013-09-22Place *all* rustdoc output in doc/{crate}Alex Crichton-16/+11
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+2748