about summary refs log tree commit diff
path: root/src/compiletest
AgeCommit message (Collapse)AuthorLines
2013-06-10std: convert str::char_at* to methods.Huon Wilson-3/+3
2013-06-10std: remove str::contains in favour of the methodHuon Wilson-5/+5
2013-06-10std: replace str::find_str* with a methodHuon Wilson-2/+2
2013-06-10std: convert character-based str::find_* to methods. Add .slice_{to,from} ↵Huon Wilson-1/+1
methods.
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-6/+6
2013-06-10std: replace str::all/any fns and methods with iteratorsHuon Wilson-1/+2
2013-06-10std: replace str::each_split* with an iteratorHuon Wilson-14/+9
2013-06-08remove deprecated vec::{is_empty, len} functionsDaniel Micay-2/+2
2013-06-09remove unused import warningsHuon Wilson-6/+0
2013-06-09std: remove each_char* fns and methods from str, replaced by iterators.Huon Wilson-1/+2
2013-06-06auto merge of #6895 : cmr/rust/jemalloc, r=brsonbors-1/+2
2013-06-04std::cell: Modernize constructorsPhilipp Brüschweiler-2/+2
Part of #3853
2013-06-01Windows fixesCorey Richardson-1/+2
2013-06-01compiletest: update for language changeYoung-il Choi-1/+1
2013-06-01compiletest: runtest.rs tidyYoung-il Choi-2/+2
2013-06-01compiletest: runtest.rs cleanupYoung-il Choi-115/+30
2013-06-01etc: adb_run_wrapper argument changeYoung-il Choi-1/+2
2013-06-01compiletest: improve exit code handling with adb_run_wrapperYoung-il Choi-0/+93
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-12/+11
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-4/+31
2013-05-28compiletest: Add #[no_core] to fix check-stage1.Luqman Aden-0/+1
2013-05-27Refactor core::run in order to address many of the issuesgareth-69/+16
mentioned in #2625. This change makes the module more oriented around Process values instead of having to deal with process ids directly. Apart from issues mentioned in #2625, other changes include: - Changing the naming to be more consistent - Process/process is now used instead of a mixture of Program/program and Process/process. - More docs/tests. Some io/scheduler related issues remain (mentioned in #2625).
2013-05-23cleanup warnings from compiletestErick Tryzelaar-54/+53
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd ↵Patrick Walton-2/+16
to libextra
2013-05-19reduce the usage of explicit version markersDaniel Micay-1/+1
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-6/+6
2013-05-14compiletest: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-217/+220
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-4/+4
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-11Warning policeTim Chevalier-1/+0
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-3/+3
2013-05-09Fix typosSean Moon-1/+1
2013-05-06auto merge of #6150 : yichoi/rust/arm-test-pull, r=brsonbors-7/+180
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-144/+144
2013-05-04compiletest: fix decision rule to run and cleanupYoung-il Choi-18/+37
2013-05-02compiletest: configurable test dir for ARMYoung-il Choi-14/+17
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-7/+0
2013-05-01compiletest: stop ignoring all tests.Graydon Hoare-1/+1
2013-05-01remove some warningsErick Tryzelaar-3/+2
2013-05-01compiletest: fix to remove trailing whitespaceYoung-il Choi-1/+1
2013-05-01compiletest: expanded to ARM test automationYoung-il Choi-7/+158
2013-04-27only use #[no_core] in libcoreDaniel Micay-36/+0
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-3/+4
2013-04-24Removed ascii functions from other modulesMarvin Löbel-1/+4
Replaced str::to_lowercase and str::to_uppercase
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-14test: remove unnecessary unsafe blocks/functionsAlex Crichton-37/+33
2013-04-10Bump version to 0.7-preBrian Anderson-2/+2
2013-04-09Bump version to 0.7-preBrian Anderson-2/+2
2013-04-03Fix compiletest on windowsBrian Anderson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-28Removing unused importsAlex Crichton-1/+1