about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-01-05std: remove remaining boxed closuresJorge Aparicio-12/+15
2015-01-05register snapshotJorge Aparicio-26/+0
2015-01-05Stabilize collection modulesAaron Turon-1/+3
2015-01-05removing whitespaceFakeKane-3/+3
2015-01-05examples added for element accessFakeKane-1/+12
2015-01-05Rename macro_escape to macro_useKeegan McAllister-9/+20
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-18/+26
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-221/+677
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-3/+3
2015-01-05remove unnecessary `Default` bound from `Hash{Map,Set}`'s `Extend` implAndrew Paseltiner-2/+2
2015-01-05std: Redesign c_str and c_vecAlex Crichton-1379/+463
2015-01-05reverting other changesFakeKane-10/+4
2015-01-05Implement Clone for PRNGsSimonas Kazlauskas-1/+2
2015-01-05Make temporary directory names non-deterministic.Laurence Tratt-30/+44
2015-01-05Fix misleading name in AsciiExt docsZbigniew Siciarz-1/+1
2015-01-04std: Fix missing stability on preludeAlex Crichton-0/+2
2015-01-04std: Fix missing stability in syncAlex Crichton-5/+4
2015-01-05auto merge of #20395 : huonw/rust/char-stab-2, r=aturonbors-5/+4
2015-01-05Merge `UnicodeChar` and `CharExt`.Huon Wilson-4/+3
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-2/+2
2015-01-05auto merge of #20163 : bfops/rust/master, r=Gankrobors-33/+61
2015-01-04Merge pull request #20510 from tshepang/patch-6bors-1/+1
2015-01-04Merge pull request #20464 from ranma42/improve-make-hashbors-8/+6
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-33/+61
2015-01-04fix comment referencing RwLockville-h-1/+1
2015-01-04fix code referencing RwLockWriteGuardville-h-9/+9
2015-01-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-2/+2
2015-01-04rename std::sync::RWLockWriteGuard to RwLockWriteGuardville-h-7/+7
2015-01-04fix code referencing RwLockReadGuardville-h-9/+9
2015-01-04rename std::sync::RWLockReadGuard to RwLockReadGuardville-h-6/+6
2015-01-04fix code and comments referencing RW_LOCK_INITville-h-7/+7
2015-01-03Remove deprecated functionalityAlex Crichton-1027/+242
2015-01-04rename std::sync::RWLOCK_INIT to RW_LOCK_INITville-h-1/+1
2015-01-04fix code and comments referencing StaticRwLockville-h-12/+12
2015-01-04doc: remove incomplete sentenceTshepang Lekhonkhobe-1/+1
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-2/+2
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-73/+73
2015-01-03sed -i -s 's/\bmod}/self}/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-62/+62
2015-01-04auto merge of #20490 : japaric/rust/assoc-types, r=aturonbors-83/+168
2015-01-04rename std::sync::StaticRWLock to StaticRwLockville-h-4/+4
2015-01-04fix code and comments referencing RwLockville-h-32/+32
2015-01-03std: fix falloutJorge Aparicio-0/+30
2015-01-03use assoc types in unop traitsJorge Aparicio-2/+6
2015-01-03use assoc types in binop traitsJorge Aparicio-15/+39
2015-01-03rename std::sync::RWLock to RwLockville-h-7/+7
2015-01-03Initial version of AArch64 support.Akos Kiss-30/+79
2015-01-03core: merge IteratorPairExt into IteratorExtJorge Aparicio-1/+0
2015-01-03Register new snapshotsJorge Aparicio-27/+0