about summary refs log tree commit diff
path: root/src/libstd/run.rs
AgeCommit message (Expand)AuthorLines
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-4/+4
2013-11-24Remove linked failure from the runtimeAlex Crichton-9/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-6/+6
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-13/+17
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-99/+7
2013-11-10Another round of test fixes from previous commitsAlex Crichton-2/+2
2013-11-10temporarily disable tests on android and tagging issue number #10380Young-il Choi-99/+7
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-4/+4
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-4/+4
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-2/+2
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-1/+1
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-1/+1
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-8/+19
2013-10-24Fixing some tests, adding some pipesAlex Crichton-3/+6
2013-10-24Migrate std::run to libuv processesAlex Crichton-12/+34
2013-10-24Test fixes and merge conflictsAlex Crichton-14/+3
2013-10-23Merge remote-tracking branch 'upstream/master'Ziad Hatahet-2/+0
2013-10-22Remove thread-blocking call to `libc::stat` in `Path::stat`Ziad Hatahet-4/+4
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-3/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-2/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-2/+2
2013-10-15path2: Replace the path module outrightKevin Ballard-4/+4
2013-10-10Remove usage of io::FILE_writerAlex Crichton-12/+13
2013-10-10Move std::run off of std::ioAlex Crichton-769/+65
2013-09-30std: Remove usage of fmt!Alex Crichton-26/+26
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-4/+17
2013-09-18Remove rust_run_program.cppAlex Crichton-4/+17
2013-09-18Register new snapshotsAlex Crichton-2/+0
2013-09-16switch Drop to `&mut self`Daniel Micay-6/+3
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-12/+12
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-208/+891
2013-08-27Implement process bindings to libuvAlex Crichton-891/+208
2013-08-23Fix two small warningsAndrew Dunham-1/+1
2013-08-19Try to fix mac valgrind bot by disabling thread-heavy activities.Graydon Hoare-9/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-1/+18
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-3/+3
2013-08-16auto merge of #8532 : kballard/rust/cstr-cleanup, r=ericktbors-2/+2
2013-08-16doc: correct spelling in documentation.Huon Wilson-3/+3
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-2/+2
2013-08-14std: Change ProcessOptions struct to have an option of a ~ vectorTim Chevalier-10/+10
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-4/+4
2013-08-09std: more windows fixes to os.rs and run.rsErick Tryzelaar-1/+4
2013-08-09auto merge of #8369 : yichoi/rust/arm-test, r=sanxiynbors-4/+4
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-7/+5
2013-08-07Forbid `priv` where it has no effectAlex Crichton-3/+3
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-4/+2
2013-08-07std: run test fix for ARM androidYoung-il Choi-4/+4