summary refs log tree commit diff
path: root/src/librustc_unicode/lib.rs
AgeCommit message (Expand)AuthorLines
2015-12-21Register new snapshotsAlex Crichton-6/+0
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-2/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-0/+2
2015-11-12librustc_unicode: deny warnings in doctestsKevin Butler-1/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+0
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+1
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-0/+1
2015-08-15rustc_unicode: Add issues for unstable featuresAlex Crichton-1/+1
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-3/+1
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-3/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-0/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-3/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-06-17core: Split apart the global `core` featureAlex Crichton-5/+11
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-0/+5
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-21implement rfc 1054: split_whitespace() fn, deprecate words()kwantam-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-0/+51