summary refs log tree commit diff
path: root/src/rustdoc/markdown_pass.rs
AgeCommit message (Expand)AuthorLines
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-11rustdoc: Add indexes to native mods. Closes #1963Brian Anderson-0/+12
2012-03-10rustdoc: Fix native mod breakageBrian Anderson-0/+7
2012-03-10rustdoc: Write page titlesBrian Anderson-21/+66
2012-03-10rustdoc: Remove unused fnBrian Anderson-4/+0
2012-03-09rustdoc: Change the formatting for enum variantsBrian Anderson-5/+4
2012-03-09rustdoc: Simplify attribute parsingBrian Anderson-4/+6
2012-03-09rustdoc: Simplify the relation between the brief and long descriptionBrian Anderson-73/+14
2012-03-09rustdoc: Vastly simplify the document modelBrian Anderson-213/+4
2012-03-09rustdoc: Write sections in markdownBrian Anderson-60/+93
2012-03-08rustdoc: Improve formatting of subsection headersBrian Anderson-14/+21
2012-03-08rustdoc: Format return values consistentlyBrian Anderson-6/+6
2012-03-08rustdoc: Don't bother reporting the type of return valuesBrian Anderson-29/+13
2012-03-08rustdoc: Don't bother reporting the type of argumentsBrian Anderson-10/+8
2012-03-06rustdoc: Put brief descriptions in the indexesBrian Anderson-1/+12
2012-03-06rustdoc: Write links correctly for multi-page docsBrian Anderson-2/+8
2012-03-06rustdoc: Parallelize markdown_passBrian Anderson-3/+3
2012-03-06rustdoc: Write a new file for each pageBrian Anderson-15/+46
2012-03-03rustdoc: Convert markdown writer to a writer_factoryBrian Anderson-16/+13
2012-03-03rustdoc: Simplify the markdown_pass interface a bitBrian Anderson-14/+3
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-17/+21
2012-03-02rustdoc: WhitespaceBrian Anderson-1/+1
2012-03-02rustdoc: Write indexes in outputBrian Anderson-0/+34
2012-03-02rustdoc: Begin constructing indexesBrian Anderson-21/+36
2012-03-02rustdoc: Remove some debug loggingBrian Anderson-2/+0
2012-03-01rustdoc: Extract markdown header logic. Needed for indexingBrian Anderson-30/+78
2012-02-29rustdoc: Extract markdown_writer from markdown_passBrian Anderson-90/+6
2012-02-29rustdoc: Write markdown to a file instead of stdoutBrian Anderson-7/+47
2012-02-29rustdoc: Use unique types for writing markdown outputBrian Anderson-32/+71
2012-02-29rustdoc: Refactor markdown_passBrian Anderson-30/+41
2012-02-27rustdoc: Time passesBrian Anderson-7/+14
2012-02-26rustdoc: Optimize some closures to avoid copyingBrian Anderson-1/+1
2012-02-26rustdoc: Rename util mod to parBrian Anderson-1/+1
2012-02-26rustdoc: Do all maps as util::anymapBrian Anderson-1/+1
2012-02-24rustdoc: Fix some remaining bugs around native modsBrian Anderson-0/+5
2012-02-24rustdoc: Write markdown for native mods and fnsBrian Anderson-1/+22
2012-02-24rustdoc: Remove a pointer that's no longer neededBrian Anderson-2/+2
2012-02-24rustdoc: Add doc node for native modsBrian Anderson-0/+1
2012-02-23Finish cleanup of core::strMarijn Haverbeke-4/+4
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-4/+4
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-15/+17
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-2/+2
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-26/+26
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-5/+5
2012-02-01rustdoc: Add support for type itemsBrian Anderson-0/+37
2012-01-31rustdoc: Write markdown for implsBrian Anderson-1/+96
2012-01-31rustdoc: Add impl doc nodeBrian Anderson-0/+1
2012-01-30rustdoc: Write markdown for ifacesBrian Anderson-6/+120
2012-01-30rustdoc: Use fewer unique pointersBrian Anderson-7/+7
2012-01-29rustdoc: Sort the items so modules are printed lastBrian Anderson-8/+80