about summary refs log tree commit diff
path: root/src/librustdoc/passes.rs
AgeCommit message (Expand)AuthorLines
2013-10-18Fix struct field visibility and add enum field docSteven Fackler-1/+7
2013-10-14rustdoc: Use privacy visibility for pruningAlex Crichton-78/+128
2013-10-13Make Rustdoc strip private fieldsSteven Fackler-6/+2
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-3/+2
2013-09-30rustdoc: Remove usage of fmt!Alex Crichton-1/+1
2013-09-28rustdoc: Show type parameters on external pathsAlex Crichton-2/+3
2013-09-26rustdoc: Strip implementations of private traitsAlex Crichton-6/+44
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-1/+2
2013-09-25rustdoc: Fix an unindentation bug when collapsingAlex Crichton-1/+1
2013-09-25rustdoc: Collapse before unindentingAlex Crichton-1/+0
2013-09-25rustdoc: Reduce ambiguity with clean::TypeAlex Crichton-0/+2
2013-09-25rustdoc: Implement stripping based on privacyAlex Crichton-0/+72
2013-09-25rustdoc: Add the ability to list all passesAlex Crichton-22/+0
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+231