summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
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
2013-09-30compiletest: Remove usage of fmt!Alex Crichton-48/+48
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-1/+1
2013-08-30auto merge of #8839 : sanxiyn/rust/env, r=thestingerbors-4/+5
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-2/+27
2013-08-28Android: Pass the environment when running testsSeo Sanghyeon-2/+5
2013-08-28Remove --newrt optionSeo Sanghyeon-2/+0
2013-08-27Implement process bindings to libuvAlex Crichton-27/+2
2013-08-26Since we assume that GDB output is UTF-8, make sure it is so on all platforms.Vadim Chugunov-1/+3
2013-08-19compiletest: do not run tests in sub-threads if on valgrind.Graydon Hoare-1/+12
2013-08-14compiletest: Run tests in their own thread to avoid blocking the schedulerBrian Anderson-2/+16
2013-08-10std: Iterator.len_ -> .lenErick Tryzelaar-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-3/+3
2013-08-07rustc: Fix for-range loops that can use iteratorsblake2-ppc-2/+2
2013-08-07option.get -> option.unwrapErick Tryzelaar-3/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-6/+6
2013-08-03remove obsolete `foreach` keywordDaniel Micay-10/+10
2013-08-02replace `range` with an external iteratorDaniel Micay-2/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-9/+9
2013-07-29auto merge of #8003 : crnobog/rust/case-insensitive-error-prefix, r=cmrbors-1/+26
2013-07-26auto merge of #7979 : crnobog/rust/auxfiles-path-windows, r=cmrbors-1/+1
2013-07-24fix fmt! usageDaniel Micay-1/+1