about summary refs log tree commit diff
path: root/src/libstd_unicode/lib.rs
AgeCommit message (Expand)AuthorLines
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-0/+1
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-30/+2
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-1/+0
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-1/+0
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-1/+0
2018-01-02Move static code outside of unciode.py.Clar Charr-1/+4
2017-11-22Add missing Debug impls to std_unicodeOliver Middleton-0/+1
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-0/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-08-13std: Respect formatting flags for str-like OsStrAlex Crichton-1/+0
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-1/+0
2017-06-15Utf8Lossy type with chunks iterator and impl Display and DebugStepan Koltsov-0/+3
2017-06-13Merge crate `collections` into `alloc`Murarth-1/+1
2017-04-30std_unicode: impl Clone for .split_whitespace()Ulrik Sverdrup-0/+2
2017-03-02Remove std_unicode::str::is_utf16Simon Sapin-1/+0
2017-03-01Only keep one copy of the UTF8_CHAR_WIDTH table.Simon Sapin-1/+1
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-16Address falloutAaron Turon-1/+0
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-0/+63