about summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+2
2014-05-22rustdoc: Fill in external trait methodsAlex Crichton-0/+2
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-1/+27
2014-05-15auto merge of #14040 : hannobraun/rust/force-color-output, r=alexcrichtonbors-1/+1
2014-05-15Add compiler flag to configure output coloringHanno Braun-1/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-4/+2
2014-05-14libtest: Remove all uses of `~str` from `libtest`.Patrick Walton-6/+3
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-16/+24
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-1/+1
2014-05-11Reorganise driver code.Nick Cameron-12/+13
2014-05-09rustdoc: Hyperlink cross-crate reexportsAlex Crichton-1/+2
2014-05-07std: Modernize the local_data apiAlex Crichton-2/+1
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-3/+6
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-1/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+6
2014-05-03rustdoc: Have no_run imply no_transAlex Crichton-0/+1
2014-05-03rustdoc: Stop requiring a crate ID attributeAlex Crichton-1/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-2/+2
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-5/+6
2014-04-06De-~[] Reader and WriterSteven Fackler-1/+2
2014-04-04auto merge of #13272 : ipetkov/rust/rustdoc-ignored-tests, r=alexcrichtonbors-3/+3
2014-04-03rustdoc: Fix reporting of ignored testsIvan Petkov-3/+3
2014-04-03std: Document builtin syntax extensionsAlex Crichton-9/+13
2014-03-31rustdoc: Switch field privacy as necessaryAlex Crichton-9/+9
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