| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -137/+0 | |
| 2011-11-06 | [Stdlib doc] char.rs: documented to_digit, cmp | David Rajchenbach-Teller | -0/+25 | |
| 2011-11-05 | char.rs: Added a function cmp | David Rajchenbach-Teller | -0/+8 | |
| 2011-10-31 | Add a char::to_digit function | Matt Brubeck | -0/+9 | |
| 2011-10-25 | Begin documenting std and add doc generation using naturaldocs | Brian Anderson | -0/+15 | |
| Naturaldocs isn't really that great but it seems easier to get something working than with doxygen, for which we would need to convert rust code to something C++ish. We probably want to just write a rustdoc utility at some point. | ||||
| 2011-08-25 | Change "pred" to "pure fn" in all libraries and test cases | Tim Chevalier | -1/+1 | |
| 2011-08-20 | Reformat | Brian Anderson | -28/+52 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-01 | Add std::char::is_whitespace | Brian Anderson | -0/+56 | |
| 2011-08-01 | Add std::char module | Brian Anderson | -0/+0 | |
