about summary refs log tree commit diff
path: root/src/lib/char.rs
AgeCommit message (Collapse)AuthorLines
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-137/+0
2011-11-06[Stdlib doc] char.rs: documented to_digit, cmpDavid Rajchenbach-Teller-0/+25
2011-11-05char.rs: Added a function cmpDavid Rajchenbach-Teller-0/+8
2011-10-31Add a char::to_digit functionMatt Brubeck-0/+9
2011-10-25Begin documenting std and add doc generation using naturaldocsBrian 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-25Change "pred" to "pure fn" in all libraries and test casesTim Chevalier-1/+1
2011-08-20ReformatBrian 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-01Add std::char::is_whitespaceBrian Anderson-0/+56
2011-08-01Add std::char moduleBrian Anderson-0/+0