about summary refs log tree commit diff
path: root/src/libunicode
AgeCommit message (Expand)AuthorLines
2015-02-12Fixed a tiny typo in the documentation of std::char.Mátyás Mustoha-1/+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-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-2/+2
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-1/+1
2015-02-02More deprecating of i/u suffixesAlfie John-1/+1
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-1/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-30remove Copy impls from iteratorsJorge Aparicio-2/+2
2015-01-30fix falloutJorge Aparicio-0/+3
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-46/+65
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-7/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-23grandfathered -> rust1Brian Anderson-26/+26
2015-01-23Set unstable feature names appropriatelyBrian Anderson-20/+20
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-19/+19
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-45/+63
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