summary refs log tree commit diff
path: root/src/libstd_unicode
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-4789/+2
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-324/+0
2018-04-12Move char::REPLACEMENT_CHARACTER to libcoreSimon Sapin-8/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Inject the `compiler_builtins` crate whenever the `core` crate is injectedOliver Schneider-0/+1
2018-03-26Stabilize the TryFrom and TryInto traitsSimon Sapin-2/+1
2018-03-06Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichtonkennytm-5/+3
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-4/+3
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-5/+4
2018-02-28impl Clone for ::std_unicode::char::{ToLowercase, ToUppercase}M Farkas-Dyck-3/+3
2018-02-24Fixes docs for ASCII functions to no longer claim U+0021 is '@'.Nathan Ringo-1/+1
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-2/+2
2018-01-02Move static code outside of unciode.py.Clar Charr-225/+143
2017-12-12Auto merge of #46411 - rillian:str_ascii, r=kennytmbors-6/+6
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-6/+1
2017-12-03Rollup merge of #46432 - tromey:doc-fix-46307, r=estebankCorey Farwell-1/+1
2017-12-02Mark ascii methods on primitive types stable in 1.23.0.Ralph Giles-6/+6
2017-12-01Fix documentation for DecodeUtf16ErrorTom Tromey-1/+1
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-10/+10
2017-11-28Change `since` attribute from ctype methods from 1.23 to 1.24Lukas Kalbertodt-10/+10
2017-11-22Add missing Debug impls to std_unicodeOliver Middleton-1/+7
2017-11-18Stabilize `ascii_ctype` methods for `u8` and `char`Lukas Kalbertodt-10/+10
2017-11-16fix some python3 incompatibilitiesCollin Anderson-20/+17
2017-11-14Fixed several pulldown warnings when documenting libstd.kennytm-1/+1
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-10/+31
2017-11-03Fix lists in doc comments for ascii methods of u8 and charLukas Kalbertodt-2/+4
2017-11-03Copy `AsciiExt` methods to `char` directlyLukas Kalbertodt-0/+501
2017-09-18[libstd_unicode] Expose UnicodeVersion typeBehnam Esfahbod-1/+1
2017-09-03impl Debug for SplitWhitespace.Clar Charr-1/+1
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-08-23Auto merge of #43830 - alexcrichton:path-display-regression, r=aturonbors-3/+16
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-08-13std: Respect formatting flags for str-like OsStrAlex Crichton-3/+16
2017-08-08Auto merge of #42998 - behnam:uni-ver-type, r=sfacklerbors-6/+52
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-5/+1
2017-07-21[libstd_unicode] Create UnicodeVersion typeBehnam Esfahbod-6/+52
2017-07-21[libstd_unicode] Change UNICODE_VERSION to use u32Behnam Esfahbod-2/+2
2017-07-10Correct some stability attributesOliver Middleton-1/+1
2017-06-30[libstd_unicode] Upgrade to Unicode 10.0.0Behnam Esfahbod-155/+168
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+2
2017-06-20added `FromStr` Impl for `char`tinaun-0/+2
2017-06-16Rollup merge of #42705 - est31:master, r=alexcrichtonCorey Farwell-4/+4
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-4/+4
2017-06-15Utf8Lossy type with chunks iterator and impl Display and DebugStepan Koltsov-0/+311
2017-06-13Merge crate `collections` into `alloc`Murarth-2/+2
2017-05-10Auto merge of #41659 - bluss:clone-split-whitespace, r=aturonbors-12/+44
2017-05-04Move unicode Python script into libstd_unicode crate.Corey Farwell-1/+592
2017-04-30std_unicode: Use #[inline] on the split_whitespace predicatesUlrik Sverdrup-0/+4