| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -294/+0 | |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-10-26 | Add more std documentation | Brian Anderson | -16/+63 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -8/+8 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -13/+12 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-08-27 | Convert std::sha1 to istrs. Issue #855 | Brian Anderson | -6/+6 | |
| 2011-08-27 | Convert std::uint to istrs. Issue #855 | Brian Anderson | -1/+3 | |
| 2011-08-23 | Cleanup formatting in std::sha1 | Brian Anderson | -35/+15 | |
| This file has suffered a lot of reformats and was looking pretty ragged | ||||
| 2011-08-20 | Reformat | Brian Anderson | -49/+47 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-16 | Port the stdlib to the expr foo::<T> syntax. | Erick Tryzelaar | -3/+3 | |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -7/+7 | |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -3/+3 | |
| 2011-08-12 | Remove vecs from std::sha1 | Brian Anderson | -17/+4 | |
| 2011-08-12 | Remove vec version of str::bytes, rename bytes_ivec to str::bytes | Brian Anderson | -1/+1 | |
| 2011-08-09 | Port the stdlib to the ivec type [T] syntax. | Erick Tryzelaar | -10/+10 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -87/+87 | |
| 2011-07-12 | stdlib: Add interior vector methods to sha1 | Patrick Walton | -17/+32 | |
| 2011-06-24 | Remove res idents from stdlib | Marijn Haverbeke | -3/+3 | |
| 2011-06-19 | Remove various rustboot workarounds | Brian Anderson | -5/+1 | |
| 2011-06-15 | Fix a bunch of compile-command lines to use RBUILD | Graydon Hoare | -1/+1 | |
| 2011-06-15 | Reformat source tree (minus a couple tests that are still grumpy). | Graydon Hoare | -111/+83 | |
| 2011-06-10 | rustc: Remove the bitwise not operator | Patrick Walton | -1/+1 | |
| 2011-05-17 | rustc: Fix type mismatch in lib/sha1.rs constants | Patrick Walton | -3/+3 | |
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -9/+9 | |
| Except for _task, which is still a keyword. | ||||
| 2011-05-16 | Rewrite everything to use [] instead of vec() in value position. | Graydon Hoare | -2/+2 | |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -0/+299 | |
| This should be a snapshot transition. | ||||
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -294/+0 | |
| (Have fun mergining your stuff with this.) | ||||
| 2011-05-05 | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | -3/+3 | |
| This should make compilation a bit less noisy. | ||||
| 2011-05-02 | Un-revert "Use different syntax for checks that matter to typestate", fixing ↵ | Patrick Walton | -4/+4 | |
| the problem. This reverts commit d08b443fffb1181d8d45ae5d061412f202dd4118. | ||||
| 2011-05-02 | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | -4/+4 | |
| 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 | -4/+4 | |
| 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-19 | Remove effect system from src. | Graydon Hoare | -4/+4 | |
| 2011-03-26 | Add a result_str method to std.sha1.sha1. | Graydon Hoare | -0/+12 | |
| 2011-03-18 | Add "mutable?" to _vec in the standard library; fix callers | Patrick Walton | -3/+3 | |
| 2011-03-16 | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵ | Graydon Hoare | -4/+5 | |
| 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 | -3/+0 | |
| root within std.rc anyway) | ||||
| 2011-02-22 | Rustify some comments lifted directly from the sha-1 reference implementation | Brian Anderson | -2/+2 | |
| 2011-02-21 | Implement sha-1 in standard library. Closes #228 | Brian Anderson | -0/+284 | |
