summary refs log tree commit diff
path: root/src/libcore/char.rs
AgeCommit message (Expand)AuthorLines
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-1/+1
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+74
2012-01-17Remove un-needed <Roland Tanglao-1/+1
2012-01-16add spaces before newlines in rustdocsRoland Tanglao-10/+10
2012-01-16convert comments to rustdocs for box, char, comm and cytpes.rsRoland Tanglao-74/+40
2012-01-04"char": use shorter names "to_lower"/"to_upper", analogous to the same names ...Lenny222-5/+5
2012-01-02typoLenny222-1/+1
2012-01-01"str": extract to_upper/lower_case() into "char"Lenny222-1/+29
2011-12-29Add support in lexer for utf8 identifiers. No NFKC logic in char yet.Graydon Hoare-0/+6
2011-12-24char: add is_lowercase(), is_uppercase()Lenny222-1/+21
2011-12-23Forgot typo-fix.Graydon Hoare-1/+1
2011-12-23Add support to libcore for encoded-in-rust unicode character properties, at l...Graydon Hoare-82/+61
2011-12-16core: marked fns as pure where possibleStefan Plantikow-2/+2
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+150