| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -0/+80 |
| | | | | | This should be a snapshot transition. | ||||
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -80/+0 |
| | | | | | (Have fun mergining your stuff with this.) | ||||
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ↵ | Patrick Walton | 2011-05-02 | 1 | -1/+1 |
| | | | | | | | the problem. This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118. | ||||
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 1 | -1/+1 |
| | | | | | This reverts commit aa25f22f197682de3b18fc4c8ba068d1feda220f. It broke stage2, not sure why yet. | ||||
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | This giant commit changes the syntax of Rust to use "assert" for "check" expressions that didn't mean anything to the typestate system, and continue using "check" for checks that are used as part of typestate checking. Most of the changes are just replacing "check" with "assert" in test cases and rustc. | ||||
| * | stdlib: Add getenv(3) to win32_os. | Patrick Walton | 2011-04-28 | 1 | -0/+2 |
| | | |||||
| * | stdlib: Separate basic I/O reading functionality into a separate buf_reader ↵ | Patrick Walton | 2011-03-25 | 1 | -0/+1 |
| | | | | | object, like writing | ||||
| * | stdlib: Make writers seekable; switch file writers to the C FILE interface ↵ | Patrick Walton | 2011-03-22 | 1 | -0/+1 |
| | | | | | to make this work | ||||
| * | Add a binding to ftell() | Patrick Walton | 2011-03-21 | 1 | -0/+1 |
| | | |||||
| * | Add an OS-specific dylib_filename() function to the standard library | Patrick Walton | 2011-03-15 | 1 | -0/+4 |
| | | |||||
| * | Add functionality for running external programs to the std lib | Marijn Haverbeke | 2011-03-14 | 1 | -0/+22 |
| | | | | | See lib/run_program.rs. | ||||
| * | Extend stream functionality | Marijn Haverbeke | 2011-03-14 | 1 | -0/+2 |
| | | | | | | | Writer and reader streams now come with methods to write and read little-endian numbers. Whether that is the right place for such methods is debatable, but for now, that's where they live. | ||||
| * | Add basic file-system functionality | Marijn Haverbeke | 2011-03-14 | 1 | -5/+0 |
| | | | | | | std.fs.list_dir will list the files in a directory, std.fs.file_is_dir will, given a pathname, determine whether it is a directory or not. | ||||
| * | rustc: Add an "_" prefix to assembler-generated symbols on Mac | Patrick Walton | 2010-10-22 | 1 | -0/+4 |
| | | |||||
| * | Add some filename helpers to os. | Graydon Hoare | 2010-10-22 | 1 | -0/+9 |
| | | |||||
| * | Reformat standard library; no code changes. | Graydon Hoare | 2010-09-22 | 1 | -20/+29 |
| | | |||||
| * | Add ungetc and re-indent _io.rs. | Graydon Hoare | 2010-08-20 | 1 | -0/+1 |
| | | |||||
| * | Add stdio_reader to io, just use FILE* values for now. We have things to do. | Graydon Hoare | 2010-08-18 | 1 | -0/+5 |
| | | |||||
| * | Add per-platform file-open flags to std.os. Open buffers as desired in std._io. | Roy Frostig | 2010-08-04 | 1 | -1/+16 |
| | | |||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+9 |