about summary refs log tree commit diff
path: root/src/libunicode
AgeCommit message (Expand)AuthorLines
2015-01-21Fallout from stabilization.Aaron Turon-4/+4
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-11/+11
2015-01-08Add missing module stability attributesAaron Turon-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-2/+1
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-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
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