| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-10-20 | Do not pass taskpointers to "rust" native functions | Marijn Haverbeke | -6/+4 | |
| Issue #466 | ||||
| 2011-08-03 | Whitespace cleanup | Brian Anderson | -1/+1 | |
| 2011-08-03 | Add some hacks to get stdin piping working more correctly in windows | Brian Anderson | -3/+18 | |
| The way pipes work in windows is not the same as unix, though I'm not entirely clear on the differences. This patch changes the windows pipe method to return non-inheritable fds, and the windows rust_run_program method to duplicate them before spawning the new process. This allows make-check-pretty to work on windows. | ||||
| 2011-07-13 | Fix compile-command lines in rt. | Graydon Hoare | -1/+1 | |
| 2011-03-25 | Placate win32 build; no idea how it can be working currently on tinderbox. | Graydon Hoare | -0/+6 | |
| 2011-03-14 | Add functionality for running external programs to the std lib | Marijn Haverbeke | -0/+92 | |
| See lib/run_program.rs. | ||||
