summary refs log tree commit diff
path: root/src/libstd_unicode
AgeCommit message (Expand)AuthorLines
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
2017-04-30std_unicode: impl Clone for .split_whitespace()Ulrik Sverdrup-12/+40
2017-03-30Remove parentheses in method referencesDonnie Bishop-2/+2
2017-03-30Revert SplitWhitespace's descriptionDonnie Bishop-1/+2
2017-03-30Modify SplitWhitespace's descriptionDonnie Bishop-2/+7
2017-03-25char::to_uppercase doc typo: use the 'an' article.Colin Wallace-1/+1
2017-03-25char::to_uppercase doc typo: s/lowercase/uppercase/Colin Wallace-1/+1
2017-03-17Rollup merge of #40499 - ericfindlay:master, r=steveklabnikCorey Farwell-2/+4
2017-03-15Ammended minor documentation detail abour Unicode cases.Eric Findlay-2/+4
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-7/+7
2017-03-14Corrected very minor documentation detail about Unicode and JapaneseEric Findlay-2/+2
2017-03-02Remove std_unicode::str::is_utf16Simon Sapin-23/+0
2017-03-01Only keep one copy of the UTF8_CHAR_WIDTH table.Simon Sapin-27/+1
2017-01-29Fix a few impl stability attributesOliver Middleton-3/+2
2017-01-11Implement Display for char Escape*, To*case.Clar Charr-49/+150
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-03Reduce the size of static data in std_unicode::tables.Simon Sapin-208/+45
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-16Address falloutAaron Turon-3/+0
2016-12-15Stabilize std::char::{encode_utf8, encode_utf16}Aaron Turon-10/+2
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-0/+3842