summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2013-10-21rustdoc: nitpicks & cleanupAdrien Tétar-431/+23
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-9/+13
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-14/+187
2013-10-02rustdoc: Generate hyperlinks between cratesAlex Crichton-87/+168
2013-10-02Make source links highlight the entire definition and not just the first lineJordi Boggiano-2/+7
2013-10-02Prevent source view from wrapping linesJordi Boggiano-1/+5
2013-10-02Highlight line numbers of the lines referred to in the url hashJordi Boggiano-0/+22
2013-10-02auto merge of #9665 : alexcrichton/rust/snapshot, r=brsonbors-6/+6
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-6/+6
2013-10-01remove the `float` typeDaniel Micay-1/+0
2013-10-01auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonwbors-39/+117
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: Detect repeated keys and fix widthAlex Crichton-4/+4
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-85/+277
2013-09-28rustdoc: Show type parameters on external pathsAlex Crichton-21/+25
2013-09-27rustdoc: Include source files with documentationAlex Crichton-4/+186
2013-09-27rustdoc: Fix search for something on the same pageAlex Crichton-7/+20
2013-09-27rustdoc: Fix searching for default methodsAlex Crichton-2/+6
2013-09-27rustdoc: Don't emit redirect pages for variants/fieldsAlex Crichton-56/+45
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/+28
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/+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