summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-8/+11
2014-03-17Fix rustdoc and tests.Eduard Burtescu-14/+9
2014-03-17De-@ filesearch.Eduard Burtescu-9/+8
2014-03-17De-@ Session usage.Eduard Burtescu-9/+6
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+3
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-5/+1
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+3
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-03-09rustdoc: adding some common feature gates when testing a markdown file.Huon Wilson-7/+20
2014-03-09rustdoc: run on plain Markdown files.Huon Wilson-21/+47
2014-03-08Add an option to not run rustdoc blocksSteven Fackler-3/+6
2014-03-08librustdoc: Fix librustdoc for the `Vec<T>` change.Patrick Walton-3/+3
2014-02-28rustdoc: Capture all output from rustc by defaultAlex Crichton-2/+26
2014-02-28syntax: Refactor diagnostics to focus on WritersAlex Crichton-2/+5
2014-02-27Provide a more helpful error for tests that fail due to noexecFelix Crux-1/+5
2014-02-23Roll std::run into std::io::processAlex Crichton-3/+3
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-20move extra::test to libtestLiigo Zhuang-7/+7
2014-02-18rustdoc: Only inject extern crates if not presentSteven Fackler-5/+7
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-8/+9
2014-02-14Update rustdoc testing to test all code blocksAlex Crichton-8/+9
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-13Replace `crate` usage with `krate`Flavio Percoco-9/+9
2014-02-11Remove binary fieldSeo Sanghyeon-2/+0
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-1/+4
2014-02-07Removed @self and @Trait.Eduard Burtescu-6/+4
2014-02-06auto merge of #12020 : alexcrichton/rust/output-flags, r=brsonbors-2/+4
2014-02-06Redesign output flags for rustcAlex Crichton-2/+4
2014-02-06Move getopts out of extraArcterus-1/+1
2014-02-06Avoid cloning ast::CrateConfigSeo Sanghyeon-2/+2
2014-02-03rustdoc: Remove io_error usageAlex Crichton-2/+2
2014-02-02librustc: Stop using `@str` for source.Patrick Walton-2/+2
2014-01-27debuginfo: Fix name attribute for DWARF compile unitsMichael Woerister-5/+6
2014-01-21Remove no-debug-borrows from the makefilesAlex Crichton-1/+1
2014-01-17rustc::driver: Capitalize structs and enumsklutzy-4/+4
2014-01-16Load macros from external modulesSteven Fackler-1/+3
2014-01-07Inline reexports in rustdocAlex Crichton-1/+1
2014-01-06Disowned the Visitor.Eduard Burtescu-2/+2
2014-01-03librustdoc: De-`@mut` `librustdoc`Patrick Walton-1/+1
2014-01-01rustc::driver: Remove two @sklutzy-2/+2
2013-12-30Remove features from librustdocAlan Andrade-1/+0
2013-12-30auto merge of #11185 : huonw/rust/doc-ignore, r=cmrbors-0/+1
2013-12-30rustdoc: only filter lines starting with '# ' from the shown code.Huon Wilson-0/+1
2013-12-26librustc: De-`@mut` the additional library search pathsPatrick Walton-4/+6
2013-12-23rustdoc: Add the ability to test code in commentsAlex Crichton-0/+207