summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
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
2013-06-01compiletest: runtest.rs tidyYoung-il Choi-2/+2
2013-06-01compiletest: runtest.rs cleanupYoung-il Choi-115/+30
2013-06-01etc: adb_run_wrapper argument changeYoung-il Choi-1/+2
2013-06-01compiletest: improve exit code handling with adb_run_wrapperYoung-il Choi-0/+93
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-7/+6
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+6
2013-05-23cleanup warnings from compiletestErick Tryzelaar-14/+14
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-6/+6
2013-05-14compiletest: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-163/+150
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-2/+2
2013-05-09Fix typosSean Moon-1/+1
2013-05-06auto merge of #6150 : yichoi/rust/arm-test-pull, r=brsonbors-6/+147
2013-05-04compiletest: remove --host and cleanupYoung-il Choi-119/+131
2013-05-04compiletest: fix decision rule to run and cleanupYoung-il Choi-15/+32
2013-05-02compiletest: configurable test dir for ARMYoung-il Choi-12/+9
2013-05-01remove some warningsErick Tryzelaar-1/+1
2013-05-01compiletest: fix to remove trailing whitespaceYoung-il Choi-1/+1
2013-05-01compiletest: expanded to ARM test automationYoung-il Choi-6/+121
2013-04-27only use #[no_core] in libcoreDaniel Micay-9/+0
2013-03-26Fixed all use sites and testsMarvin Löbel-5/+9
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-1/+9
2013-03-22libcore: Fix obsolete syntax in extfmtPatrick Walton-2/+2
2013-03-23compiletest: Use lines_each instead of lines(..).each, or split(.., n).eachHuon Wilson-11/+11
2013-03-19compiletest: Make pretty tests actually use compile-flags.Luqman Aden-2/+3
2013-03-18Add a way to run the test suite with the new schedulerBrian Anderson-1/+9
2013-03-13auto merge of #5319 : brson/rust/debuginfo, r=brsonbors-2/+11
2013-03-11More descriptive error messages for debug info testsBrian Leibig-2/+2
2013-03-11Debuginfo revampBrian Leibig-0/+9