summary refs log tree commit diff
path: root/src/libcore/run.rs
AgeCommit message (Expand)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-72/+72
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-14/+14
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-11/+11
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-22/+22
2012-06-27Removed pretty much all the vector+ from core (issue #2719)Eric Holk-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-25/+25
2012-06-25MergeTim Chevalier-21/+25
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-21/+25
2012-06-21[NEEDS SNAPSHOT] Port remainder of resources to classes in libcoreTim Chevalier-12/+16
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-14Comments only: annotate FIXMEs in core::runTim Chevalier-2/+2
2012-06-08core: Don't deadlock on io streams in run::program_outputBrian Anderson-26/+72
2012-06-07Use #[cfg(unix)] and #[cfg(windows)] everywhereBrian Anderson-9/+5
2012-04-13add option exec-env to set env variables during test executionNiko Matsakis-4/+4
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-3/+5
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-4/+4
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-03-20core: Rename unsafe::leak to unsafe::forget. Closes #2031Brian Anderson-1/+1
2012-03-20Fail when there's an error starting a process. Close #1778.Graydon Hoare-3/+5
2012-03-14Convert *u8 native string users to *c_charBrian Anderson-7/+8
2012-03-14core:: Eliminate str::sbuf. Replace with *u8Brian Anderson-4/+3
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-0/+394