summary refs log tree commit diff
path: root/src/libcore/char.rs
AgeCommit message (Expand)AuthorLines
2012-09-27Finish de-exporting box, char, float. Part of #3583.Graydon Hoare-18/+10
2012-09-26libcore: Partially de-export char, f32, f64, and floatPatrick Walton-3/+3
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-7/+0
2012-09-21libcore: De-mode strPatrick Walton-3/+3
2012-09-20core: Minor doc tweakageBrian Anderson-8/+4
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+7
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-05Start making moves explicit in libcoreTim Chevalier-1/+1
2012-09-04libcore: "import" -> "use"Patrick Walton-4/+4
2012-09-01Remove the 'to' keywordBrian Anderson-4/+4
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+6
2012-08-27libcore: Replace a bunch of "== None" with ".is_none()".Patrick Walton-2/+2
2012-08-26Camel case the option typeBrian Anderson-16/+16
2012-08-22libcore: fix doc for char::to_digitFrancisco Souza-1/+1
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-0/+4
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-12/+12
2012-08-01Convert ret to returnBrian Anderson-8/+8
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-31/+31
2012-07-06Move string append to libraries. Closes #2710.Michael Sullivan-3/+3
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-63/+63
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-4/+4
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-1/+1
2012-05-31Implement 2 kinds of char / str escaping. Use in rustc. Close #2306.Graydon Hoare-1/+76
2012-03-23Remove char::to_lower, char::to_upper, use libc versions insteadTim Chevalier-43/+1
2012-03-15Add asserts to char::is_upper and char::is_lowerTim Chevalier-4/+8
2012-03-09core: Convert to rustdocBrian Anderson-38/+43
2012-02-22Make the various from_str functions return optionsMarijn Haverbeke-44/+25
2012-02-11(core::char) export is_digitKevin Cantu-1/+1
2012-02-11core: added char::is_digit (matching Nd, Nl, No)Kevin Cantu-1/+19
2012-02-11core: added a rough char::is_asciiKevin Cantu-0/+11
2012-02-01Remove remaining references to option::t outside option itselfTim Chevalier-1/+1
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 &lt;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