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 (
Collapse
)
Author
Lines
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
Except for _task, which is still a keyword.
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
This should be a snapshot transition.
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-96
/
+0
(Have fun mergining your stuff with this.)
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 ↵
Patrick Walton
-1
/
+1
object, like writing
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵
Graydon Hoare
-2
/
+2
Tweak std lib vec fns in process.
2011-03-14
Add functionality for running external programs to the std lib
Marijn Haverbeke
-0
/
+96
See lib/run_program.rs.