about summary refs log tree commit diff
path: root/src/libextra/unicode.rs
AgeCommit message (Collapse)AuthorLines
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-262/+0
This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576
2013-12-03Register new snapshotsAlex Crichton-1/+1
2013-10-14Removing ccdeclSteve Klabnik-1/+1
as per https://github.com/mozilla/rust/pull/9606#discussion_r6930872
2013-10-14Remove unused abi attributes.Steve Klabnik-2/+1
They've been replaced by putting the name on the extern block. #[abi = "foo"] goes to extern "foo" { } Closes #9483.
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.