about summary refs log tree commit diff
path: root/src/libcore/unicode.rs
AgeCommit message (Expand)AuthorLines
2014-07-07Add libunicode; move unicode functions from corekwantam-5056/+0
2014-05-30lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors.Kevin Butler-1/+1
2014-05-13std: Rename str::Normalizations to str::DecompositionsFlorian Zeitz-1/+1
2014-05-13core: Move Hangul decomposition into unicode.rsFlorian Zeitz-2/+46
2014-05-13std, core: Generate unicode.rs using unicode.pyFlorian Zeitz-4/+7
2014-05-07core: Inherit necessary unicode functionalityAlex Crichton-0/+5009
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-2642/+0
2013-05-19Register snapshotsBrian Anderson-26/+0
2013-05-18Use cond! macro where appropriateBrendan Zabarauskas-2/+26
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-05-02The following code was generated by "src/etc/unicode.py"kud1ing-0/+2
2013-04-18core: replace unicode match exprs with bsearch in const arrays, minor perf win.Graydon Hoare-4580/+2533
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-32/+32
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-3/+0
2013-01-29libcore: De-export libcore. rs=deexportingPatrick Walton-2/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-09-27De-export private and unicode. Part of #3583.Graydon Hoare-34/+33
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-19core: Clean up crate docs and give all mods a brief descriptionBrian Anderson-0/+1
2012-09-01Remove the 'to' keywordBrian Anderson-2371/+2371
2012-08-14De-mode more pieces of core.Graydon Hoare-0/+4
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-32/+32
2012-08-05Switch alts to use arrowsBrian Anderson-70/+64
2012-08-01Convert ret to returnBrian Anderson-32/+32
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-03-09core: Convert to rustdocBrian Anderson-0/+1
2011-12-23Add support to libcore for encoded-in-rust unicode character properties, at l...Graydon Hoare-0/+4683