summary refs log tree commit diff
path: root/src/compiletest/procsrv.rs
AgeCommit message (Expand)AuthorLines
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-2/+2
2013-08-27Implement process bindings to libuvAlex Crichton-2/+2
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-5/+3
2013-06-17Converted vec::map to member.Vadim Chugunov-1/+1
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-11option: remove redundant old_iter implsDaniel Micay-1/+2
2013-06-11std: replace str::{starts,ends}_with with the method.Huon Wilson-1/+1
2013-06-09remove unused import warningsHuon Wilson-6/+0
2013-06-01Windows fixesCorey Richardson-1/+2
2013-05-30Remove a bunch of unnecessary allocations and copiesBjörn Steinbrink-3/+3
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+6
2013-05-27Refactor core::run in order to address many of the issuesgareth-69/+16
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+1
2013-05-14compiletest: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-7/+7
2013-04-27only use #[no_core] in libcoreDaniel Micay-6/+0
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-1/+1
2013-04-03Fix compiletest on windowsBrian Anderson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-28Removing unused importsAlex Crichton-1/+1
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-3/+0
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-11/+11
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-15compiletest: Get rid of `move`.Luqman Aden-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-8/+5
2013-01-28compiletest: Allow legacy recordsTim Chevalier-2/+3
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-9/+11
2013-01-09compiletest: more win32 fallout from 2db3abdGraydon Hoare-0/+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
2012-12-28Fix compiling compiletest. rs=fireErick Tryzelaar-1/+8
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-12Make moves explicit in compiletestTim Chevalier-2/+2
2012-09-29Fix a compilation error on windowsBrian Anderson-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-23core: Demode optionBrian Anderson-2/+2
2012-09-21libcore: De-mode strPatrick Walton-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-3/+3
2012-09-10Convert class methods to impl methods. Stop parsing class methodsBrian Anderson-1/+0
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-26Fix build breakageBrian Anderson-2/+1
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-1/+1