about summary refs log tree commit diff
path: root/src/libunicode
AgeCommit message (Expand)AuthorLines
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-6549/+0
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-13Remove regex module from libunicodeChris Wong-2992/+0
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-1/+1
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-1/+1
2015-04-06use normative source for Grapheme class datakwantam-392/+387
2015-03-31Stabilize std::numAaron Turon-1/+0
2015-03-26Register new snapshotsAlex Crichton-424/+0
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-10/+20
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+4
2015-03-19Update docs for ToUppercase/ToLowercase structsMatt Brubeck-2/+4
2015-03-18libunicode: Partially inline the fast paths in character class checking.Patrick Walton-0/+432
2015-03-18Register new snapshotsAlex Crichton-416/+1
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-1/+6
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-1/+1
2015-03-16impl charJorge Aparicio-0/+374
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-102/+225
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichtonManish Goregaokar-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-03unicode: Properly parse ranges in UnicodeData.txtFlorian Zeitz-273/+264
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-284/+283
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-17Register new snapshotsAlex Crichton-13/+0
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-35/+34
2015-02-15Audit integer types in libunicode, libcore/(char, str) and libstd/asciiVadim Petrochenkov-35/+34
2015-02-14Auto merge of #22114 - alexcrichton:issue-22084, r=steveklabnikbors-0/+1
2015-02-12Fixed a tiny typo in the documentation of std::char.Mátyás Mustoha-1/+1
2015-02-09std: Display primitive documentation for charAlex Crichton-0/+1
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-1/+1
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-30remove Copy impls from iteratorsJorge Aparicio-2/+2
2015-01-30fix falloutJorge Aparicio-0/+3
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-46/+65
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-7/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-23grandfathered -> rust1Brian Anderson-26/+26