about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-149/+149
2014-05-27std: Remove String's to_ownedRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-39/+39
2014-05-24Update ascii functions used elsewhereAdolfo OchagavĂ­a-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-5/+14
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-4/+5
2014-05-20compiletest: Refactor compile-fail to regex.Kevin Butler-2/+2
2014-05-17auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwaltonbors-1/+2
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-1/+2
2014-05-16compiletest: Remove all uses of `~str` from `compiletest`Patrick Walton-276/+498
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-21/+9
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-12/+4
2014-05-13io: Implement process wait timeoutsAlex Crichton-3/+4
2014-05-13test: Give a test a bigger stack for pretty printingAlex Crichton-1/+1
2014-05-13Touch up and rebase previous commitsAlex Crichton-8/+16
2014-05-13compiletest: Test `--pretty expanded`klutzy-5/+20
2014-05-13compiletest: Modernize typenamesklutzy-46/+47
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-5/+1
2014-05-08Handle breakage after libcore splitKevin Ballard-3/+3
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-38/+198
2014-05-06Fail on internal compiler errors in compile-failRicho Healey-0/+10
2014-04-24test: Add an option to not capture outputAlex Crichton-1/+3
2014-04-21auto merge of #13553 : aochagavia/rust/pr, r=alexcrichtonbors-1/+6
2014-04-20Added run_flags directive to `compiletest`Adolfo OchagavĂ­a-1/+6
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-82/+85
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-4/+3
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-3/+4
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-1/+1
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+4
2014-04-06De-~[] Reader and WriterSteven Fackler-3/+3
2014-04-03compiletest: Fix bitrotted win32 routinesklutzy-1/+1
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-6/+3
2014-03-23auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestingerbors-1/+1
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-1/+1
2014-03-23iter: remove `to_owned_vec`Daniel Micay-1/+1
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-2/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-77/+103
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-8/+8
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-80/+80
2014-02-23Roll std::run into std::io::processAlex Crichton-1/+1
2014-02-20auto merge of #12399 : michaelwoerister/rust/simd-fix, r=alexcrichtonbors-8/+19
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-2/+10
2014-02-20move extra::test to libtestLiigo Zhuang-1/+1
2014-02-19Tweak how preference factors into linkageAlex Crichton-2/+10
2014-02-19debuginfo: Fix a RUSTFLAGS incompatibility in test runner.Michael Woerister-8/+19
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-1/+6
2014-02-13mk: Fix non-android cross builds.Luqman Aden-5/+9
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-3/+3
2014-02-07Rewrite path::Display to reduce unnecessary allocationKevin Ballard-3/+1