about summary refs log tree commit diff
path: root/src/libstd/run.rs
AgeCommit message (Expand)AuthorLines
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
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-12/+12
2013-08-04Remove trailing null from stringsErick Tryzelaar-1/+2
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-7/+8
2013-08-04std: rewrite run::with_{argv,envp,dirp} to copy C stringsErick Tryzelaar-44/+59
2013-08-03remove obsolete `foreach` keywordDaniel Micay-12/+12
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-2/+3
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-2/+2
2013-08-02replace `range` with an external iteratorDaniel Micay-4/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-12/+11
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-8/+8
2013-07-24std: str.as_bytes_with_null_consume() => str.to_bytes_with_null()Erick Tryzelaar-1/+1
2013-07-23std: add test for str::as_c_strErick Tryzelaar-1/+0
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-5/+5
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-3/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+2
2013-07-10Switch over to new range_rev semantics; fix #5270.Felix S. Klock II-1/+1
2013-07-08Correct illegal pattern in windows-only codeNiko Matsakis-2/+2
2013-07-08Patch up some code that was using irrefutable patterns incorrectly.Niko Matsakis-6/+12
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-4/+4
2013-06-28std: adjust run.rs test for androidYoung-il Choi-3/+149
2013-06-26auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmrbors-3/+2
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25Deny common lints by default for lib{std,extra}Alex Crichton-3/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-5/+6
2013-06-20ignore inherited environment test under valgrind r=snapshotJames Miller-0/+1
2013-06-18std: Work around some failing 'run' tests when valgrinding. #7224Brian Anderson-5/+25
2013-06-12std: fix windowsHuon Wilson-1/+1
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-2/+1
2013-06-11fix windows buildDaniel Micay-2/+2
2013-06-11option: remove redundant old_iter implsDaniel Micay-4/+4
2013-06-10Tag a bunch of destructors that need mutable self with FIXME for #4330. Close...Ben Blum-1/+1
2013-06-10std: fix compile & testHuon Wilson-0/+1
2013-06-10std: replace str::all/any fns and methods with iteratorsHuon Wilson-1/+1
2013-06-01std: fix run tests when symlink is in the rust checkout pathErick Tryzelaar-6/+12
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-23/+20