summary refs log tree commit diff
path: root/src/rustdoc/config.rs
AgeCommit message (Expand)AuthorLines
2012-03-20Revert order of arguments to option::maybe and from_maybeMarijn Haverbeke-3/+3
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-0/+1
2012-03-13Name types after their modules instead of 't'Brian Anderson-7/+7
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+2
2012-03-07rustdoc: Look for pandoc in ~/.cabalBrian Anderson-2/+6
2012-03-06rustdoc: Detect when pandoc isn't availableBrian Anderson-24/+104
2012-02-29rustdoc: Use unique types for writing markdown outputBrian Anderson-2/+2
2012-02-29rustdoc: Refactor markdown_passBrian Anderson-0/+1
2012-02-28rustdoc: Add -h flagBrian Anderson-4/+19
2012-02-26rustdoc: Add command line option parsing and a config recordBrian Anderson-0/+257