about summary refs log tree commit diff
path: root/src/libunicode
AgeCommit message (Expand)AuthorLines
2014-11-21unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continueBrian Anderson-0/+25
2014-11-21unicode: Add stability attributes to u_charBrian Anderson-46/+72
2014-11-21unicode: Convert UnicodeChar methods to by-valueBrian Anderson-24/+26
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-06Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-06rollup merge of #18705 : fabricedesre/patch-1Alex Crichton-1/+1
2014-11-06Fix a couple of build warningsFabrice Desré-1/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-12/+12
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-4151/+4164
2014-11-03unicode: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-1/+0
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-15/+16
2014-10-14auto merge of #17966 : frewsxcv/rust/master, r=nikomatsakisbors-1/+3
2014-10-13Include the Unicode version used to generate `src/libunicode/tables.rs`.Simon Sapin-0/+5
2014-10-11Link to Unicode SpecialCasing.txt documentCorey Farwell-1/+3
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-111/+112
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09unicode: Make statics legalAlex Crichton-111/+112
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