about summary refs log tree commit diff
path: root/src/libunicode
AgeCommit message (Expand)AuthorLines
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-5/+5
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-5/+5
2014-08-28Fallout from stabilizing core::optionAaron Turon-2/+2
2014-08-26Rebasing changesNick Cameron-3/+6
2014-08-23libunicode: optimize char functions for ascii charactersArpad Borsos-10/+33
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-22/+27
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-6/+6
2014-08-08Register new snapshot 12e0f72Niko Matsakis-3/+0
2014-07-28collections, unicode: Add support for NFC and NFKCFlorian Zeitz-5/+350
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-0/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-19Register new snapshotsAlex Crichton-1/+0
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-21/+1186
2014-07-14add UnicodeStrSlice width() functionkwantam-2/+8
2014-07-11unicode: Remove crate_id attrBrian Anderson-1/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+7018