summary refs log tree commit diff
path: root/src/librustdoc/html/render.rs
AgeCommit message (Expand)AuthorLines
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-2/+2
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-7/+8
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-38/+29
2013-11-01Rustdoc: Properly strip private modulesSteven Fackler-0/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-8/+8
2013-10-21rustdoc: Render default methods for impls as wellAlex Crichton-29/+56
2013-10-18Fix struct field visibility and add enum field docSteven Fackler-0/+20
2013-10-17rustdoc: Don't treat "super" specially for urlsAlex Crichton-3/+12
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-2/+2
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-15/+15
2013-10-15path2: Replace the path module outrightKevin Ballard-34/+33
2013-10-14rustdoc: Don't abort if there's nothing to documentAlex Crichton-1/+1
2013-10-14rustdoc: Use privacy visibility for pruningAlex Crichton-1/+1
2013-10-13Make Rustdoc strip private fieldsSteven Fackler-2/+12
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+1
2013-10-03rustdoc: Document what's going on throughoutAlex Crichton-13/+146
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-19/+55
2013-10-02Make source links highlight the entire definition and not just the first lineJordi Boggiano-2/+7
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-6/+6
2013-10-01auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonwbors-35/+113
2013-09-30rustdoc: Remove usage of fmt!Alex Crichton-1/+1
2013-09-30rustdoc: Don't ignore dox on impl blocksAlex Crichton-12/+36
2013-09-30rustdoc: Stop ignoring dox on fields/variantsAlex Crichton-11/+34
2013-09-30rustdoc: Use a BufferedWriter when emitting sourceAlex Crichton-2/+12
2013-09-30rustdoc: Add the ability to input jsonAlex Crichton-7/+24
2013-09-30rustdoc: Generate valid code for struct-variantsAlex Crichton-5/+9
2013-09-28auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmrbors-58/+166
2013-09-28rustdoc: Show type parameters on external pathsAlex Crichton-7/+14
2013-09-27rustdoc: Include source files with documentationAlex Crichton-3/+138
2013-09-27rustdoc: Fix searching for default methodsAlex Crichton-2/+6
2013-09-27rustdoc: Don't emit redirect pages for variants/fieldsAlex Crichton-49/+11
2013-09-27auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestingerbors-1/+2
2013-09-27Remove the notion of an "unknown format"Alex Crichton-1/+2
2013-09-26rustdoc: Render stability attributesAlex Crichton-0/+13
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-29/+40
2013-09-26rustdoc: Fix broken struct field search linksAlex Crichton-3/+23
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