about summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)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
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
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 imp...Patrick Walton-7/+7
2013-02-14Convert all uses of vec::slice to vec::view Issue #3869Nick Desaulniers-1/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-4/+4
2013-02-13RIMOV core::vecBen Striegel-2/+2
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 li...Patrick Walton-3/+1
2013-01-28compiletest: Allow legacy recordsTim Chevalier-88/+88
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 modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
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
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-2/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2