summary refs log tree commit diff
path: root/src/librustdoc/test.rs
AgeCommit message (Expand)AuthorLines
2014-06-24Store the registered lints in the SessionKeegan McAllister-1/+2
2014-06-20auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichtonbors-6/+11
2014-06-19rustdoc: add the ability to run tests with --test.Huon Wilson-6/+11
2014-06-18rustdoc: Don't inject `extern crate std`.Alex Crichton-1/+3
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-1/+1
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-2/+3
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+3
2014-06-09std: Move dynamic_lib from std::unstable to stdBrian Anderson-1/+1
2014-06-09Implement #[plugin_registrar]Keegan McAllister-2/+1
2014-06-07Remove the attribute_usage lintSteven Fackler-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-8/+16
2014-06-06doc: Turn off special features for rustdoc testsAlex Crichton-18/+5
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-05-31rustdoc: Suck in all impls from external cratesAlex Crichton-0/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-2/+2
2014-05-27rustdoc: Only link to local inlined foreign itemsAlex Crichton-0/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-12/+12
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
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