about summary refs log tree commit diff
path: root/src/librustc_unicode
AgeCommit message (Expand)AuthorLines
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-3842/+0
2016-11-26Auto merge of #38008 - bluss:rustbuild-benches, r=alexcrichtonbors-0/+1
2016-11-26rustbuild: Add bench = false to std shim cratesUlrik Sverdrup-0/+1
2016-11-23Use "radices" instead of "radicum"Sam Estep-2/+2
2016-10-01std: Correct stability attributes for some implementationsOliver Middleton-0/+3
2016-09-28[breaking-change] std: change `encode_utf{8,16}()` to take a buffer and retur...tormol-28/+74
2016-08-29Implement TryFrom<u32> for charSimon Sapin-0/+3
2016-08-18Add a FusedIterator trait.Steven Allen-1/+15
2016-07-28Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichtonbors-1/+37
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-5/+5
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-1/+37
2016-07-22Fixed to spelling errors in char.rsCamille Roussel-2/+2
2016-07-14Auto merge of #34599 - cuviper:unicode-9.0, r=alexcrichtonbors-848/+949
2016-07-14Auto merge of #33907 - strake:decode_utf8, r=alexcrichtonbors-0/+3
2016-07-13add core::char::DecodeUtf8M Farkas-Dyck-0/+3
2016-07-09Auto merge of #33987 - crlf0710:patch-1, r=steveklabnikbors-2/+2
2016-07-01Update Unicode tables to 9.0Josh Stone-848/+949
2016-06-08docs: Improve char::to_{lower,upper}case examplesOliver Middleton-9/+15
2016-06-05run rustfmt on librustc_unicodeSrinivas Reddy Thatiparthy-13/+17
2016-06-01doc: Correct char::escape_unicode documentation.CrLF0710-2/+2
2016-04-20Add comment, reduce storage requirementsRaph Levien-161/+149
2016-04-19Fix wrong shift in trie_lookup_range_tableRaph Levien-1/+1
2016-04-19Efficient trie lookup for boolean Unicode propertiesRaph Levien-1130/+1261
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-17/+38
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-3/+3
2016-03-26Rollup merge of #32440 - tshepang:compact, r=steveklabnikManish Goregaokar-132/+48
2016-03-24doc: remove needless bindingsTshepang Lekhonkhobe-132/+48
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-62/+31
2016-03-11Auto merge of #32133 - alexcrichton:linkchecker, r=brsonbors-6/+6
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-6/+6
2016-03-07Auto merge of #29734 - Ryman:whitespace_consistency, r=Aatchbors-0/+14
2016-02-24Use a character that requires two `u16`s in the examples for `char.encode_utf...tormol-6/+6
2016-02-23Correct char.encode_utf16() documentationtormol-1/+1
2016-02-21Fix to_lowercase exampleGökhan Karabulut-3/+3
2016-02-18Remove unnecessary explicit lifetime bounds.Corey Farwell-3/+3
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+12
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-16libsyntax: accept only whitespace with the PATTERN_WHITE_SPACE propertyKevin Butler-0/+14
2016-01-13Fix some broken and missing links in the docsOliver Middleton-4/+4
2016-01-12Auto merge of #30695 - ranma42:cleanup-unicode, r=alexcrichtonbors-19/+15
2016-01-05Fix the spelling of "hexadecimal"Matt Kraai-2/+2
2016-01-04Update librustc_unicode/tables.rsAndrea Canciani-19/+15
2015-12-21Register new snapshotsAlex Crichton-6/+0
2015-12-10Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturonbors-96/+3
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-96/+3
2015-12-09Fix link in char docsSteve Klabnik-3/+4
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-5/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-25Improve docs for std::charSteve Klabnik-20/+27