about summary refs log tree commit diff
path: root/src/compiletest/procsrv.rs
AgeCommit message (Expand)AuthorLines
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
2012-08-16Allocate less on empty reads in procsrvEric Holk-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-2/+2
2012-08-14Convert more core types to camel caseBrian Anderson-1/+1
2012-08-14Fix compiletest breakageBrian Anderson-2/+2
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-06Add missing =>Eric Holk-1/+1
2012-08-06Refcount tasks in packets to avoid races.Eric Holk-12/+15
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-08-03Once again, revert "Use pipes in compiletest"Eric Holk-15/+12
2012-08-02Revert "Revert "Use pipes in compiletest""Eric Holk-12/+15
2012-08-01Convert ret to returnBrian Anderson-3/+3
2012-07-24Import reader_utilEric Holk-1/+1
2012-07-14~strify win32-specific fnsNiko Matsakis-6/+6
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-11/+11
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-5/+5