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-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-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-2/+2
2015-01-03Remove deprecated functionalityAlex Crichton-1027/+242
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-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-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
2015-01-03core: merge DoubleEndedIteratorExt into IteratorExtJorge Aparicio-5/+4
2015-01-03std: fix falloutJorge Aparicio-37/+93
2015-01-03Improve `make_hash` functionAndrea Canciani-8/+6
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-6/+6
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-35/+38
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-2/+25
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-22/+10
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+1
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-18/+28
2015-01-02rollup merge of #20354: alexcrichton/second-pass-thread_localAlex Crichton-44/+145
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-749/+112
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-48/+26
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-932/+902
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-18/+13
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-2/+25
2015-01-02Properly deal with Ordering in the guideSteve Klabnik-0/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-824/+1012
2015-01-02auto merge of #20356 : Gankro/rust/stab, r=aturonbors-43/+83
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+1
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-48/+26
2015-01-01std: Second pass stabilization of syncAlex Crichton-197/+113
2015-01-02More falloutNick Cameron-65/+65
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-71/+71
2014-12-31std: unbox closures used in let bindingsJorge Aparicio-5/+5
2014-12-31std: unbox closures used in function argumentsJorge Aparicio-5/+7
2014-12-31stabilize more of collectionsAlexis Beingessner-43/+83
2014-12-31std: Second pass stabilization for thread_localAlex Crichton-44/+145