summary refs log tree commit diff
path: root/src/libunicode/lib.rs
AgeCommit message (Expand)AuthorLines
2015-04-13Remove regex module from libunicodeChris Wong-3/+0
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-16impl charJorge Aparicio-0/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-30/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-02-17Register new snapshotsAlex Crichton-13/+0
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+0
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-1/+0
2015-02-15Audit integer types in libunicode, libcore/(char, str) and libstd/asciiVadim Petrochenkov-1/+0
2015-02-14Auto merge of #22114 - alexcrichton:issue-22084, r=steveklabnikbors-0/+1
2015-02-12Fixed a tiny typo in the documentation of std::char.Mátyás Mustoha-1/+1
2015-02-09std: Display primitive documentation for charAlex Crichton-0/+1
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+2
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-30fix falloutJorge Aparicio-0/+3
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-3/+4
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-0/+1
2015-01-23grandfathered -> rust1Brian Anderson-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+2
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-1/+1
2015-01-08Add missing module stability attributesAaron Turon-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-5/+5
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-7/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03unicode: fix falloutJorge Aparicio-0/+1
2014-12-21std: Stabilize the std::str moduleAlex Crichton-4/+6
2014-12-13libunicode: fix falloutJorge Aparicio-0/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-10-13Include the Unicode version used to generate `src/libunicode/tables.rs`.Simon Sapin-0/+1
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-07-28collections, unicode: Add support for NFC and NFKCFlorian Zeitz-2/+2
2014-07-19Register new snapshotsAlex Crichton-1/+0
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-7/+14
2014-07-11unicode: Remove crate_id attrBrian Anderson-1/+0
2014-07-07Add libunicode; move unicode functions from corekwantam-0/+77