about summary refs log tree commit diff
path: root/src/libextra/unicode.rs
AgeCommit message (Collapse)AuthorLines
2013-08-03Fix building problems in extra::unicode.OGINO Masanori-18/+33
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-8/+7
2013-07-31FALSE is not 1u8 but 0u8, of cource.OGINO Masanori-1/+1
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-9/+9
Place `pub` or `priv` on individual items instead.
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+1
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+248
This only changes the directory names; it does not change the "real" metadata names.