about summary refs log tree commit diff
path: root/src/libunicode
AgeCommit message (Expand)AuthorLines
2015-01-05Apply explicit stabilities to unicode parts of CharExt.Huon Wilson-2/+24
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-13/+112
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-05Remove deprecated functionality from `char`.Huon Wilson-3/+1
2015-01-03Remove deprecated functionalityAlex Crichton-168/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-8/+8
2015-01-03unicode: fix falloutJorge Aparicio-9/+20
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-31unicode: unbox closures used in function argumentsJorge Aparicio-12/+15
2014-12-30Fallout from stabilizationAaron Turon-25/+25
2014-12-30Rebasing and reviewer changesNick Cameron-1/+1
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-5/+4
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-1/+1
2014-12-22Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-0/+3
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+3
2014-12-21Fallout of std::str stabilizationAlex Crichton-102/+9
2014-12-21std: Stabilize the std::str moduleAlex Crichton-12/+220
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-7/+7
2014-12-13libunicode: use tuple indexingJorge Aparicio-3/+2
2014-12-13libunicode: fix falloutJorge Aparicio-5/+7
2014-12-13libunicode: fix falloutJorge Aparicio-3/+3
2014-12-11Register new snapshotsAlex Crichton-6781/+7490
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-12-05Utilize fewer reexportsCorey Farwell-10/+14
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-16/+9
2014-11-26/*! -> //!Steve Klabnik-16/+9
2014-11-26Test fixes and rebase conflictsAlex Crichton-12/+12
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-25Fallout from stabilizationAaron Turon-1/+2
2014-11-21unicode: Remove unused `non_snake_case` allows.Brian Anderson-2/+0
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