| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -107/+0 | |
| Except for _task, which is still a keyword. | ||||
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -0/+107 | |
| This should be a snapshot transition. | ||||
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -107/+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-04-27 | stdlib: Real fix for _uint.parse_buf(). | Patrick Walton | -0/+8 | |
| 2011-04-27 | stdlib: Fix a crazy underflow bug in _uint.parse_buf. Oops. | Patrick Walton | -3/+2 | |
| 2011-03-25 | rustc: Parse definition IDs from crates; add a function to parse unsigned ↵ | Patrick Walton | -0/+12 | |
| ints to the standard library | ||||
| 2011-03-18 | Make some standard library pieces no longer dependent on mutable parameters, ↵ | Patrick Walton | -5/+8 | |
| which rustc doesn't support | ||||
| 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-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-11-18 | rustboot: Don't use walk to traverse statements in type.ml; fixes redundant ↵ | Patrick Walton | -0/+1 | |
| checking, improves diagnostics. Also report untyped slots. | ||||
| 2010-11-09 | Teach rustc about const tag value, begin work on trans_copy_ty, make uint's ↵ | Graydon Hoare | -19/+9 | |
| to_str routine less clever and thereby resist overflow. | ||||
| 2010-09-22 | Reformat standard library; no code changes. | Graydon Hoare | -52/+61 | |
| 2010-08-26 | Make vreg constrs per-quad, regfence on nontrivial constrs, back out ↵ | Graydon Hoare | -3/+1 | |
| workaround to _uint, add regression test. Closes #152. | ||||
| 2010-08-26 | Workaround issue #152 in _uint.next_power_of_two | Roy Frostig | -1/+3 | |
| 2010-08-25 | Fix edge case in uint->string conversion. | Graydon Hoare | -1/+1 | |
| 2010-08-20 | Redo _uint.to_str to work with chars and only one tmp str, built left-to-right. | Graydon Hoare | -19/+37 | |
| 2010-08-20 | Add _uint module to std, move some code around. | Graydon Hoare | -0/+68 | |
