summary refs log tree commit diff
path: root/src/compiletest/procsrv.rs
AgeCommit message (Expand)AuthorLines
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
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+5
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-1/+1
2012-06-21Remove some singleton vector appends.Eric Holk-1/+1
2012-06-21Comment only: annotate FIXMETim Chevalier-1/+1
2012-06-08core: Don't deadlock on io streams in run::program_outputBrian Anderson-0/+1
2012-06-01compiletest: Add the libaux path to PATH on win32Brian Anderson-1/+5
2012-04-27compiletest: Unbreak on Win32Brian Anderson-1/+1
2012-04-13add option exec-env to set env variables during test executionNiko Matsakis-7/+11
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-9/+6
2012-02-20core: New task APIBrian Anderson-2/+2
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-1/+1
2012-02-10use task::spawn_sched to read stdout and stderr at the same timeTed Horst-3/+26
2012-02-10read stderr before stdoutTed Horst-1/+1
2012-02-08Suppress warnings in compiletestMarijn Haverbeke-1/+1
2012-02-07Make process-spawning take environments and working directories, remove procs...Graydon Hoare-155/+41
2012-01-31Change option::t to optionTim Chevalier-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 2)Kevin Cantu-4/+4
2012-01-19misc: ';' to ',' in enums in cargo, compiletest, and fuzzerPatrick Walton-1/+1
2012-01-19misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdocPatrick Walton-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-1/+1
2012-01-11Major clean-up of std::ioMarijn Haverbeke-7/+3