about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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-70/+219
2014-05-06Fail on internal compiler errors in compile-failRicho Healey-0/+10
2014-05-01remove leftover obsolete string literalsDaniel Micay-1/+1
2014-04-24test: Add an option to not capture outputAlex Crichton-2/+5
2014-04-21auto merge of #13553 : aochagavia/rust/pr, r=alexcrichtonbors-3/+21
2014-04-20Added run_flags directive to `compiletest`Adolfo OchagavĂ­a-3/+21
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-110/+113
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-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-5/+5
2014-04-06De-~[] Reader and WriterSteven Fackler-5/+5
2014-04-05auto merge of #13260 : pnkfelix/rust/fsk-fix-13247, r=alexcrichtonbors-0/+3
2014-04-03compiletest: Fix bitrotted win32 routinesklutzy-11/+13
2014-04-02Avoid injecting unfulfilled dependence in compiletest on libnative.Felix S. Klock II-0/+3
2014-03-31compiletest: Switch field privacy where necessaryAlex Crichton-40/+44
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-11/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-4/+4
2014-03-26auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brsonbors-1/+3
2014-03-24auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brsonbors-1/+0
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+3
2014-03-23Snapshot cleanupAlex Crichton-1/+0
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-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-0/+5
2014-03-22Remove outdated and unnecessary std::vec_ng::Vec imports.Huon Wilson-6/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-119/+151
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-12auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichtonbors-1/+2
2014-03-12Update io iterators to produce IoResultsPalmer Cox-1/+2
2014-03-12rustc: Remove matching on ~str from the languageMichael Darakananda-15/+15
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-80/+80
2014-02-25auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brsonbors-2/+20
2014-02-23Roll std::run into std::io::processAlex Crichton-13/+16
2014-02-21mk: Get "make check" passing with --disable-rpathAlex Crichton-2/+20
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/+22
2014-02-20move extra::test to libtestLiigo Zhuang-5/+2
2014-02-19Tweak how preference factors into linkageAlex Crichton-2/+22
2014-02-19debuginfo: Fix a RUSTFLAGS incompatibility in test runner.Michael Woerister-8/+19
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-8/+2
2014-02-14extern mod => extern crateAlex Crichton-2/+2