about summary refs log tree commit diff
path: root/src/librustc_unicode
AgeCommit message (Expand)AuthorLines
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
2015-11-25Rollup merge of #30013 - steveklabnik:doc_char, r=brsonManish Goregaokar-3/+8
2015-11-24Fix up docs for charSteve Klabnik-3/+8
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-4/+7
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-11-12librustc_unicode: deny warnings in doctestsKevin Butler-1/+2
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-26rustfmt librustc_unicodeCorentin Henry-48/+94
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+0
2015-10-06Write a bunch of docs for charSteve Klabnik-75/+392
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-39/+138
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-0/+1
2015-08-16Auto merge of #27853 - seckar:master, r=steveklabnikbors-1/+1
2015-08-15Fix typo in doc string.Nicholas Seckar-1/+1
2015-08-15rustc_unicode: Add issues for unstable featuresAlex Crichton-5/+9
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-5111/+1338
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-5/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Register new snapshotsAlex Crichton-5/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-12/+10