about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
2013-06-06auto merge of #6895 : cmr/rust/jemalloc, r=brsonbors-1/+2
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
2013-06-01Windows fixesCorey Richardson-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-12/+11
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-4/+31
2013-05-28compiletest: Add #[no_core] to fix check-stage1.Luqman Aden-0/+1
2013-05-27Refactor core::run in order to address many of the issuesgareth-69/+16
2013-05-23cleanup warnings from compiletestErick Tryzelaar-54/+53
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-2/+16
2013-05-19reduce the usage of explicit version markersDaniel Micay-1/+1
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-6/+6
2013-05-14compiletest: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-217/+220
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-4/+4
2013-05-11Warning policeTim Chevalier-1/+0
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-3/+3
2013-05-09Fix typosSean Moon-1/+1
2013-05-06auto merge of #6150 : yichoi/rust/arm-test-pull, r=brsonbors-7/+180
2013-05-04compiletest: remove --host and cleanupYoung-il Choi-144/+144
2013-05-04compiletest: fix decision rule to run and cleanupYoung-il Choi-18/+37
2013-05-02compiletest: configurable test dir for ARMYoung-il Choi-14/+17
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-7/+0
2013-05-01compiletest: stop ignoring all tests.Graydon Hoare-1/+1
2013-05-01remove some warningsErick Tryzelaar-3/+2
2013-05-01compiletest: fix to remove trailing whitespaceYoung-il Choi-1/+1
2013-05-01compiletest: expanded to ARM test automationYoung-il Choi-7/+158
2013-04-27only use #[no_core] in libcoreDaniel Micay-36/+0
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-3/+4
2013-04-24Removed ascii functions from other modulesMarvin Löbel-1/+4
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-14test: remove unnecessary unsafe blocks/functionsAlex Crichton-37/+33
2013-04-10Bump version to 0.7-preBrian Anderson-2/+2
2013-04-09Bump version to 0.7-preBrian Anderson-2/+2
2013-04-03Fix compiletest on windowsBrian Anderson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-26librustc: Enforce that `extern mod` directives come first, then `use` directi...Patrick Walton-6/+7
2013-03-26option: rm functions that duplicate methodsDaniel Micay-3/+1
2013-03-26Fixed all use sites and testsMarvin Löbel-6/+11
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-2/+16
2013-03-22libcore: Fix obsolete syntax in extfmtPatrick Walton-2/+2
2013-03-22auto merge of #5398 : dbaupp/rust/core-readlines, r=graydonbors-11/+11
2013-03-23compiletest: Use lines_each instead of lines(..).each, or split(.., n).eachHuon Wilson-11/+11
2013-03-22compiletest: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-3/+3
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-4/+4