summary refs log tree commit diff
path: root/src/librustdoc/core.rs
AgeCommit message (Expand)AuthorLines
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-3/+4
2014-03-17Fix rustdoc and tests.Eduard Burtescu-7/+5
2014-03-17De-@ filesearch.Eduard Burtescu-2/+2
2014-03-17De-@ Session usage.Eduard Burtescu-13/+26
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-08librustdoc: Fix librustdoc for the `Vec<T>` change.Patrick Walton-1/+1
2014-02-28rustdoc: Capture all output from rustc by defaultAlex Crichton-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-9/+9
2014-02-11Remove binary fieldSeo Sanghyeon-1/+0
2014-02-07Removed @self and @Trait.Eduard Burtescu-4/+2
2014-02-06Redesign output flags for rustcAlex Crichton-1/+1
2014-02-06Avoid cloning ast::CrateConfigSeo Sanghyeon-2/+2
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-1/+3
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-2/+2
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-3/+3
2014-01-16Load macros from external modulesSteven Fackler-1/+3
2014-01-07Inline reexports in rustdocAlex Crichton-5/+12
2014-01-06Disowned the Visitor.Eduard Burtescu-3/+3
2014-01-03librustdoc: De-`@mut` `librustdoc`Patrick Walton-1/+1
2014-01-01rustc::driver: Remove two @sklutzy-1/+1
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-1/+2
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-6/+2
2013-12-02rustdoc: Tell rustc we're building a libraryAlex Crichton-0/+1
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-24rustdoc: pass through --cfg to rustcCorey Richardson-4/+6
2013-11-13make missing_doc lint respect the visibility rulesDavid Creswick-13/+3
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-7/+31
2013-10-15path2: Replace the path module outrightKevin Ballard-1/+1
2013-10-14rustdoc: Use privacy visibility for pruningAlex Crichton-7/+31
2013-09-30rustdoc: Remove usage of fmt!Alex Crichton-3/+3
2013-09-29Remove all usage of @ast::CrateAlex Crichton-3/+3
2013-09-23librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib...Patrick Walton-5/+8
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-0/+78