about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
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
2014-02-06Redesign output flags for rustcAlex Crichton-8/+21
2014-02-03compiletest: Remove io_error usageAlex Crichton-9/+11
2014-01-29Remove do keyword from compiletestsScott Lawrence-2/+2
2014-01-28Generate rlibs by default (instead of dylibs)Alex Crichton-1/+1
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-3/+3
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-1/+1
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-1/+1
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-1/+1
2014-01-21Remove unnecessary parentheses.Huon Wilson-2/+2
2014-01-20Fix cross-compiled pretty testsAlex Crichton-1/+2
2014-01-18Pass the correct --target flag when type checking pretty-printed code in testsBrian Anderson-0/+6
2014-01-17test: Add the ability to force a host targetAlex Crichton-2/+9
2014-01-04etc: licenseck: don't hardcode a specific yearAdrien Tétar-2/+2
2013-12-24std: Stop reexporting the contents of 'mod consts'Alex Crichton-2/+2
2013-12-18Make Android tests fail if no device is availableBrian Anderson-110/+90
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-14/+26
2013-12-08Remove dead codesKiet Tran-0/+3
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-2/+2
2013-12-04std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.Huon Wilson-1/+1
2013-12-04std::str: remove from_utf8.Huon Wilson-2/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-3/+6
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-9/+9
2013-11-11Move std::rt::io to std::ioAlex Crichton-14/+14
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-26/+32
2013-11-06Add make check support(arm-linux-androideabi debuginfo)sh8281.kim-22/+112
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-30/+5
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-4/+5
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-12/+8
2013-10-29Unbreak the debuginfo tests.Jed Davis-2/+25
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-1/+1
2013-10-24Remove even more of std::ioAlex Crichton-27/+25
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-10/+10
2013-10-16path2: Update for latest masterKevin Ballard-2/+2
2013-10-16path2: Remove some API functionsKevin Ballard-2/+10
2013-10-16path2: Update based on more review feedbackKevin Ballard-3/+3
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-16/+16
2013-10-15path2: Replace the path module outrightKevin Ballard-54/+80