about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Collapse)AuthorLines
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
fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself.
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
Support #5297 install.mk : install-runtime-target added for conveneice automatically push runtime library to android device test.mk : expanded to support android test automation with adb compiletest : expanded to support android test automation with adb
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
Conflicts: src/libcore/rt/context.rs src/libcore/rt/sched.rs src/libcore/rt/thread.rs src/libcore/rt/uv.rs
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
TESTARGS=--newrt make check-stage1-rpass Conflicts: src/rt/rustrt.def.in
2013-03-13auto merge of #5319 : brson/rust/debuginfo, r=brsonbors-2/+11
Continuing #5140 For the sake of getting this merged I've disabled debuginfo tests on mac (where running gdb needs root). Please feel free to follow up with further improvements.
2013-03-11More descriptive error messages for debug info testsBrian Leibig-2/+2
2013-03-11Debuginfo revampBrian Leibig-0/+9
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming ↵Patrick Walton-7/+7
imports
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-1/+2
Rename const_view to const_slice Renamed mut_view to mut_slice
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-4/+4
2013-02-13RIMOV core::vecBen Striegel-2/+2
Also remove as many uses as possible of vec::cast_to_mut and cast_from_mut
2013-02-09Add debug info testsBrian Leibig-3/+54
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-4/+4
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and ↵Patrick Walton-3/+1
librustdoc. rs=deexporting
2013-01-28compiletest: Allow legacy recordsTim Chevalier-88/+88
But also remove most uses of structural records.
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-3/+3
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-1/+1
2013-01-09core: rename vec.filter to vec.filteredErick Tryzelaar-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest ↵Patrick Walton-0/+2
module scope. r=tjc
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the ↵Patrick Walton-2/+0
nearest module scope. r=tjc" This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest ↵Patrick Walton-0/+2
module scope. r=tjc
2013-01-08arrange core::os::constsILyoan-1/+2
2012-12-28Fix compiling compiletest. rs=fireErick Tryzelaar-0/+10
2012-12-28test: option variants get imported by defaultErick Tryzelaar-11/+11
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-11-28core: Convert some records to structsBrian Anderson-9/+9
2012-09-28demode vecNiko Matsakis-4/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-25Demode core::resultBrian Anderson-4/+4
2012-09-23core: Demode optionBrian Anderson-3/+3
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-9/+9
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+2
Note that the method foo.each() is not de-moded, nor the other vec routines.
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially ↵Niko Matsakis-2/+2
demode str" This reverts commit 1be24f0758d3075d2e7f141f8831bb8a233ce86e. Not quite ready.
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2