summary refs log tree commit diff
path: root/src/rustdoc
AgeCommit message (Expand)AuthorLines
2012-02-29rustdoc: Use unique types for writing markdown outputBrian Anderson-34/+73
2012-02-29rustdoc: Refactor markdown_passBrian Anderson-34/+47
2012-02-29optionally enforce local variable mutabilityNiko Matsakis-1/+2
2012-02-28rustdoc: Parse command line optsBrian Anderson-7/+9
2012-02-28rustdoc: Add -h flagBrian Anderson-4/+24
2012-02-28change def's that are always local to use node_id, add --inline optNiko Matsakis-0/+1
2012-02-27rustdoc: Fix bustageBrian Anderson-1/+1
2012-02-27rustdoc: Clean up pass namesBrian Anderson-6/+6
2012-02-27rustdoc: Time passesBrian Anderson-47/+113
2012-02-26rustdoc: Optimize some closures to avoid copyingBrian Anderson-9/+15
2012-02-26rustdoc: Rename util mod to parBrian Anderson-30/+30
2012-02-26rustdoc: Do all maps as util::anymapBrian Anderson-23/+23
2012-02-26rustdoc: Remove some unused exportsBrian Anderson-1/+0
2012-02-26rustdoc: Add parallel folds for native modsBrian Anderson-3/+31
2012-02-26rustdoc: Use default_any_fold in some testsBrian Anderson-2/+2
2012-02-26rustdoc: Refactor some of the map codeBrian Anderson-18/+43
2012-02-26rustdoc: Do less copying in util::parmapBrian Anderson-4/+8
2012-02-26rustdoc: Add command line option parsing and a config recordBrian Anderson-0/+258
2012-02-24rustdoc: Reexport native functionsBrian Anderson-1/+23
2012-02-24rustdoc: Don't prune reexportsBrian Anderson-14/+42
2012-02-24rustdoc: Fix some remaining bugs around native modsBrian Anderson-1/+20
2012-02-24rustdoc: Sort native modsBrian Anderson-1/+3
2012-02-24rustdoc: Write markdown for native mods and fnsBrian Anderson-1/+22
2012-02-24rustdoc: Add types for native functionsBrian Anderson-1/+29
2012-02-24rustdoc: Extract attribute docs from native stuffsBrian Anderson-0/+13
2012-02-24rustdoc: Record paths to native functionsBrian Anderson-1/+19
2012-02-24rustdoc: Remove a pointer that's no longer neededBrian Anderson-25/+24
2012-02-24rustdoc: Extract doc nodes for native modsBrian Anderson-2/+45
2012-02-24rustdoc: Add doc node for native modsBrian Anderson-0/+36
2012-02-23rustc: Don't add duplicate entries to exp_mapBrian Anderson-1/+12
2012-02-23rustdoc: Make reexports work in the crate moduleBrian Anderson-1/+32
2012-02-23Finish cleanup of core::strMarijn Haverbeke-6/+6
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-3/+3
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-4/+4
2012-02-23(core::char) rename slice -> slice_charsKevin Cantu-1/+1
2012-02-23(core::str) mostly rename len -> len_charsKevin Cantu-2/+2
2012-02-21rustdoc: Turn off parallel folding until I figure out what's wrong on OS XBrian Anderson-2/+2
2012-02-21rustdoc: Make it easy to switch between parallel and sequential foldsBrian Anderson-13/+28
2012-02-21rustdoc: Convert most passes to parallel foldsBrian Anderson-13/+14
2012-02-21rustdoc: Implement a parallel foldBrian Anderson-27/+92
2012-02-21rustdoc: Implement astsrv in a dedicated taskBrian Anderson-22/+55
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-165/+200
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-37/+37
2012-02-20rustdoc: Remove stray logBrian Anderson-1/+0
2012-02-20rustdoc: astsrv::exec should return sendable typesBrian Anderson-32/+51
2012-02-20rustdoc: Document reexportsBrian Anderson-1/+302
2012-02-17rustdoc: Find the path to all item typesBrian Anderson-10/+21
2012-02-17rustdoc: Add a test that we can tolerate missing external cratesBrian Anderson-1/+7
2012-02-17rustdoc: Simplify attr passBrian Anderson-307/+99
2012-02-17rustdoc: Simplify desc passBrian Anderson-60/+14