summary refs log tree commit diff
path: root/src/libstd/run.rs
AgeCommit message (Expand)AuthorLines
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
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+8
2013-05-27Rename unwrap_input/unwrap_output as suggested bygareth-11/+11
2013-05-27Make test_change_working_directory change the currentgareth-3/+5
2013-05-27Refactor core::run in order to address many of the issuesgareth-303/+606
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+856