summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Expand)AuthorLines
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
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-2/+16
2013-03-13auto merge of #5319 : brson/rust/debuginfo, r=brsonbors-2/+11
2013-03-11Remove uses of logBrian Anderson-1/+1
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-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-2/+2
2013-03-04Remove unused imports throughout src/Alex Crichton-12/+0
2013-03-03replace option::iter with a BaseIter implDaniel Micay-2/+2
2013-03-02librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,...Patrick Walton-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-36/+38
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-19/+20
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-1/+2
2013-02-15compiletest: Get rid of `move`.Luqman Aden-3/+3
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-10/+10
2013-02-13auto merge of #4908 : bstrie/rust/rimov3, r=pcwaltonbors-2/+2
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-5/+11
2013-02-13RIMOV core::vecBen Striegel-2/+2
2013-02-09Add debug info testsBrian Leibig-10/+91
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-7/+8
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-10/+10
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-59/+39
2013-01-28compiletest: Allow legacy recordsTim Chevalier-100/+103
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-1/+1
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-3/+3
2013-01-24convert most of libstd over to structsErick Tryzelaar-11/+4
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-34/+38
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-1/+1
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-9/+11
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2013-01-09compiletest: more win32 fallout from 2db3abdGraydon Hoare-0/+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/+12