summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
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
2013-07-23Compare file:line prefix case-insensitively on win32crnobog-1/+26
2013-07-22Change libaux directory to fix aux crate tests on Windowscrnobog-1/+1
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-9/+9
2013-07-16compiletest: Add support for metrics and ratchet modes.Graydon Hoare-2/+26
2013-07-11initial sketch of codegen mode for compiletest; doesn't measure / compare / r...Graydon Hoare-1/+117
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-6/+4
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-3/+2
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-4/+4
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-2/+2
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-4/+4
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-2/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+4
2013-06-21vec: remove eachiDaniel Micay-1/+1
2013-06-16std: test-fixes, remove warnings, syntax highlighting for code examples.Huon Wilson-1/+0
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-12std: convert str::replace to a method.Huon Wilson-3/+3
2013-06-12std: replace str::append with a methodHuon Wilson-1/+1
2013-06-11std: replace str::{starts,ends}_with with the method.Huon Wilson-1/+1
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-3/+3
2013-06-10std: convert str::char_at* to methods.Huon Wilson-3/+3
2013-06-10std: remove str::contains in favour of the methodHuon Wilson-4/+4
2013-06-10std: convert character-based str::find_* to methods. Add .slice_{to,from} met...Huon Wilson-1/+1
2013-06-10std: replace str::all/any fns and methods with iteratorsHuon Wilson-1/+1
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-12/+7
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
2013-06-09std: remove each_char* fns and methods from str, replaced by iterators.Huon Wilson-1/+2
2013-06-01compiletest: update for language changeYoung-il Choi-1/+1