about summary refs log tree commit diff
path: root/src/librustdoc/rustdoc.rs
AgeCommit message (Expand)AuthorLines
2013-11-03Rename files to match current recommendations.Chris Morgan-328/+0
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-6/+11
2013-10-23register snapshotsDaniel Micay-1/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-8/+8
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-1/+4
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-7/+7
2013-10-15path2: Replace the path module outrightKevin Ballard-7/+7
2013-10-14rustdoc: Use privacy visibility for pruningAlex Crichton-1/+4
2013-10-13Make Rustdoc strip private fieldsSteven Fackler-1/+1
2013-10-09option: rewrite the API to use compositionDaniel Micay-1/+1
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-10-01auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonwbors-52/+120
2013-09-30rustdoc: Remove usage of fmt!Alex Crichton-1/+1
2013-09-30rustdoc: Use a BufferedWriter when emitting sourceAlex Crichton-1/+1
2013-09-30rustdoc: Update the man pageAlex Crichton-3/+4
2013-09-30rustdoc: Add the ability to input jsonAlex Crichton-50/+117
2013-09-28auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmrbors-2/+3
2013-09-27rustdoc: Include source files with documentationAlex Crichton-2/+3
2013-09-26Update version numbers to 0.9-preBrian Anderson-1/+1
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