about summary refs log tree commit diff
path: root/src/compiletest/compiletest.rc
AgeCommit message (Expand)AuthorLines
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-267/+0
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+4
2013-06-11std: replace str::{starts,ends}_with with the method.Huon Wilson-2/+2
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-1/+1
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-3/+10
2013-05-28compiletest: Add #[no_core] to fix check-stage1.Luqman Aden-0/+1
2013-05-23cleanup warnings from compiletestErick Tryzelaar-36/+36
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-2/+5
2013-05-19reduce the usage of explicit version markersDaniel Micay-1/+1
2013-05-14compiletest: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-27/+38
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-11Warning policeTim Chevalier-1/+0
2013-05-06auto merge of #6150 : yichoi/rust/arm-test-pull, r=brsonbors-1/+21
2013-05-04compiletest: remove --host and cleanupYoung-il Choi-19/+10
2013-05-04compiletest: fix decision rule to run and cleanupYoung-il Choi-3/+5
2013-05-02compiletest: configurable test dir for ARMYoung-il Choi-1/+4
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-7/+0
2013-05-01compiletest: expanded to ARM test automationYoung-il Choi-1/+25
2013-04-27only use #[no_core] in libcoreDaniel Micay-3/+0
2013-04-10Bump version to 0.7-preBrian Anderson-2/+2
2013-04-09Bump version to 0.7-preBrian Anderson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-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-18Add a way to run the test suite with the new schedulerBrian Anderson-1/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
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-7/+7
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-17/+18
2013-02-15compiletest: Get rid of `move`.Luqman Aden-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-3/+3
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-5/+11
2013-02-09Add debug info testsBrian Leibig-1/+4
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-3/+3
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-21/+14
2013-01-28compiletest: Allow legacy recordsTim Chevalier-0/+1
2013-01-24remove remaining is_not_empty functions/methodsDaniel Micay-1/+1
2013-01-24convert most of libstd over to structsErick Tryzelaar-11/+4
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2012-12-21bump 0.5 => 0.6, redirect some URLs in docs.Graydon Hoare-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-0/+192
2012-11-26Remove the crate languageBrian Anderson-0/+192
2012-10-12bump version to 0.5.Graydon Hoare-2/+2
2012-09-28Add allow(deprecated_\*) to syntax, rustc, rustdoc, et alBrian Anderson-0/+2
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+7
2012-09-18Add allow(non_camel_case_types) to unconverted cratesBrian Anderson-0/+1