about summary refs log tree commit diff
path: root/src/libunicode/tables.rs
AgeCommit message (Expand)AuthorLines
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-30Fallout from stabilizationAaron Turon-18/+18
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-5/+5
2014-12-13libunicode: use tuple indexingJorge Aparicio-3/+2
2014-12-11Register new snapshotsAlex Crichton-6779/+7488
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-12-05Utilize fewer reexportsCorey Farwell-7/+9
2014-11-26Test fixes and rebase conflictsAlex Crichton-8/+8
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
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-6/+6
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-4151/+4164
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-13Include the Unicode version used to generate `src/libunicode/tables.rs`.Simon Sapin-0/+4
2014-10-09unicode: Make statics legalAlex Crichton-102/+103
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-16/+20
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-5/+5
2014-07-28collections, unicode: Add support for NFC and NFKCFlorian Zeitz-0/+304
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-12/+873
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+6445