summary refs log tree commit diff
path: root/src/compiletest/runtest.rs
AgeCommit message (Expand)AuthorLines
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
2012-09-11Improve unexpected error scanner for compile-fail tests (Closes #1476)Drew Willcoxon-3/+78
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-10/+10
2012-08-31jit: Correct formatting and argv[0] for JITted programsZack Corr-3/+9
2012-08-31Add JIT testing to compiletest with --jitBrian Anderson-8/+27
2012-08-26Camel case the option typeBrian Anderson-18/+18
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-63/+69
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-31/+31
2012-08-14Convert more core types to camel caseBrian Anderson-3/+3
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-5/+5
2012-08-05Switch alts to use arrowsBrian Anderson-11/+11
2012-08-01Convert ret to returnBrian Anderson-9/+9
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-31/+31