| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -62/+0 | |
| Except for _task, which is still a keyword. | ||||
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -0/+62 | |
| This should be a snapshot transition. | ||||
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -62/+0 | |
| (Have fun mergining your stuff with this.) | ||||
| 2011-05-02 | Un-revert "Use different syntax for checks that matter to typestate", fixing ↵ | Patrick Walton | -1/+1 | |
| the problem. This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118. | ||||
| 2011-05-02 | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | -1/+1 | |
| This reverts commit aa25f22f197682de3b18fc4c8ba068d1feda220f. It broke stage2, not sure why yet. | ||||
| 2011-05-02 | Use different syntax for checks that matter to typestate | Tim Chevalier | -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. | ||||
| 2011-03-18 | Make some standard library pieces no longer dependent on mutable parameters, ↵ | Patrick Walton | -5/+6 | |
| which rustc doesn't support | ||||
| 2011-03-14 | Add _int.pow | Brian Anderson | -0/+17 | |
| 2011-03-09 | Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ↵ | Graydon Hoare | -1/+0 | |
| root within std.rc anyway) | ||||
| 2010-09-22 | Reformat standard library; no code changes. | Graydon Hoare | -10/+19 | |
| 2010-08-20 | Add _uint module to std, move some code around. | Graydon Hoare | -56/+2 | |
| 2010-08-06 | Add an int->str conversion function. | Jeffrey Yasskin | -10/+10 | |
| The test currently fails because string equality isn't implemented. | ||||
| 2010-08-06 | Redo yesterday's buf_writer-wrapper in a less silly and convoluted way. Add ↵ | Roy Frostig | -0/+44 | |
| integer stringifying functions to _int module. | ||||
| 2010-08-03 | More stdlib hashmap bits (plus some drive-by extras). | Roy Frostig | -0/+5 | |
| 2010-07-27 | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵ | Graydon Hoare | -6/+6 | |
| a cast notation. Closes #129. | ||||
| 2010-07-20 | Add a (coarse, first-pass) deque implementation to stdlib. | Roy Frostig | -0/+15 | |
| 2010-06-28 | The few and proud isolated bits from stdlib-work so far that don't break ↵ | Roy Frostig | -0/+6 | |
| everything. Note util.rs hasn't yet been declared mod in the std crate. Don't do that yet, as it breaks make check. | ||||
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+20 | |
