about summary refs log tree commit diff
path: root/src/librustc_unicode
AgeCommit message (Expand)AuthorLines
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
2015-08-03syntax: Implement #![no_core]Alex Crichton-4/+4
2015-07-27Show appropriate feature flags in docsSteve Klabnik-5/+10
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-1/+1
2015-07-20std: Create separate docs for the primitivesBrian Anderson-4/+5
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-1/+1
2015-06-24Remove char::to_titlecase. Fix #26555Simon Sapin-553/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17collections: Split the `collections` featureAlex Crichton-3/+9
2015-06-17core: Split apart the global `core` featureAlex Crichton-5/+11
2015-06-13Rollup merge of #26260 - tshepang:improve-example, r=steveklabnikManish Goregaokar-10/+4
2015-06-13doc: 'c' feels more suitable than 'i' for representing charactersTshepang Lekhonkhobe-2/+2
2015-06-12doc: improve escape_unicode exampleTshepang Lekhonkhobe-9/+3
2015-06-12doc: add examples for to_uppercase and to_lowercaseTshepang Lekhonkhobe-0/+12
2015-06-11Rollup merge of #26195 - tshepang:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-06-11Auto merge of #26154 - pmarcelll:master, r=Gankrobors-0/+8
2015-06-11doc: typo fixTshepang Lekhonkhobe-1/+1
2015-06-09Add missing #[inline] to methods related to char.marcell-0/+8
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-2/+2
2015-06-06Mark str::to_uppercase and str::to_lowercase as stable.Simon Sapin-3/+3
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-0/+156
2015-06-06Add char::to_titlecaseSimon Sapin-0/+553
2015-06-06Add complex (but unconditional) Unicode case mapping. Fix #25800Simon Sapin-660/+1077
2015-06-06to_lowercase/to_uppercase: also map chars not in Lu/Ll categories.Simon Sapin-516/+550
2015-05-19doc: fix a broken linkparir-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-30Replaces instanced of 'an UTF' with 'a UTF'Corey Farwell-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-6/+20
2015-04-21unstabilize Words structkwantam-1/+2
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-18optimize Unicode tableskwantam-894/+648