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