index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
run_program.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-31
Remove more uses of str from std::run. Issue #855
Brian Anderson
-4
/
+4
2011-08-29
Implement non-internal ivecs
Marijn Haverbeke
-1
/
+2
2011-08-27
Convert std::run to istrs. Issue #855
Brian Anderson
-4
/
+6
2011-08-20
Reformat
Brian Anderson
-22
/
+16
2011-08-16
Rename std::ivec to std::vec
Brian Anderson
-1
/
+1
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-12
Remove all usages of std::vec::vbuf
Brian Anderson
-1
/
+0
2011-08-12
Remove last use of vec:buf
Brian Anderson
-3
/
+2
2011-08-12
Convert std::run to ivecs
Brian Anderson
-9
/
+11
2011-08-12
Rename std::ioivec to std::io
Brian Anderson
-13
/
+13
2011-08-12
Convert all uses of std::io to std::ioivec
Brian Anderson
-11
/
+14
2011-08-12
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
Brian Anderson
-1
/
+1
2011-08-12
Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec
Brian Anderson
-2
/
+2
2011-07-29
Replace obj dtors with resources in stdlib and rustc
Marijn Haverbeke
-16
/
+20
2011-07-29
Beginning of replacing drop with resources
Marijn Haverbeke
-2
/
+2
2011-07-29
Make program_output also return stderr
Jesse Ruderman
-9
/
+28
2011-07-27
Re-format some obj dtors that were messed up by the pretty-printer
Marijn Haverbeke
-5
/
+6
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-33
/
+31
2011-07-26
Run test process from a dedicated task
Brian Anderson
-0
/
+1
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-4
/
+4
2011-07-19
Avoid double-closing pipes in std::run::start_program
Brian Anderson
-4
/
+13
2011-07-19
Refactor std::run
Brian Anderson
-9
/
+16
2011-07-19
Fix an invalid memory access in run_program and friends
Brian Anderson
-4
/
+8
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-40
/
+28
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-8
/
+8
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-5
/
+5
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-0
/
+96
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-96
/
+0
2011-04-19
Remove effect system from src.
Graydon Hoare
-7
/
+7
2011-03-25
stdlib: Separate basic I/O reading functionality into a separate buf_reader o...
Patrick Walton
-1
/
+1
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-2
/
+2
2011-03-14
Add functionality for running external programs to the std lib
Marijn Haverbeke
-0
/
+96