about summary refs log tree commit diff
path: root/src/librustdoc/rustdoc.rs
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Fix merge falloutAlex Crichton-1/+1
2013-09-25rustdoc: Collapse before unindentingAlex Crichton-2/+2
2013-09-25rustdoc: Strip hidden docs by default.Alex Crichton-0/+1
2013-09-25rustdoc: Implement stripping based on privacyAlex Crichton-0/+3
2013-09-25rustdoc: Add the ability to list all passesAlex Crichton-12/+45
2013-09-24Don't use libc::exit. #9473Brian Anderson-12/+8
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-110/+179
2013-09-21Update version numbers to 0.8Brian Anderson-1/+1
2013-08-23removed os::set_args, closing #8325Do Nhat Minh-0/+3
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-2/+1
2013-07-18Silence various warnings in bootstrap build.Felix S. Klock II-2/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+4
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-17/+3
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+162
2012-11-26Remove the crate languageBrian Anderson-91/+0
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-0/+91