about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-09-09auto merge of #9076 : blake2-ppc/rust/test-for-8585, r=huonwbors-0/+50
2013-09-09added run-pass test for issue #9049John Clements-0/+25
2013-09-09auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichtonbors-274/+268
2013-09-09undo cowardly hiding of eq-checkJohn Clements-13/+2
2013-09-10std::at_vec and vec: Unify build_sized, build_sized_opt into buildblake2-ppc-97/+27
2013-09-10std::vec: Remove the function same_lengthblake2-ppc-7/+2
2013-09-10std::vec: Update module doc textblake2-ppc-19/+60
2013-09-10std::vec: Replace each_permutation with a new Permutations iteratorblake2-ppc-119/+165
2013-09-09ident->name in middleJohn Clements-4/+6
2013-09-10std::vec: Change fn unzip to take an iterator argumentblake2-ppc-32/+14
2013-09-09auto merge of #9034 : catamorphism/rust/rustpkg-workcache, r=metajackbors-538/+792
2013-09-09auto merge of #9086 : pcwalton/rust/writeback-port, r=brsonbors-26/+26
2013-09-09auto merge of #9089 : anasazi/rust/fix-acceptor-iterator, r=cmrbors-4/+9
2013-09-09auto merge of #9083 : dcrewi/rust/biguint-bit-ops, r=brsonbors-0/+79
2013-09-09librustc: Port writeback to the new API.Patrick Walton-26/+26
2013-09-09auto merge of #9071 : thestinger/rust/noalias, r=alexcrichtonbors-9/+38
2013-09-09auto merge of #9033 : alexcrichton/rust/libuv-makefile-dep, r=brsonbors-1/+1
2013-09-09add `noalias` attribute to ~ return valuesDaniel Micay-9/+38
2013-09-09auto merge of #9005 : alexcrichton/rust/rusty-log, r=brsonbors-195/+115
2013-09-09Implement bitwise operations on BigUintDavid Creswick-0/+79
2013-09-09Merge RandBigUint and RandBigInt into single traitDavid Creswick-21/+17
2013-09-09Convert between BigInts, BigUints, ints, and uintsDavid Creswick-53/+100
2013-09-09Add test for issue #8587, about calling nested functions of the same nameblake2-ppc-0/+50
2013-09-09auto merge of #9051 : bjz/rust/master, r=huonwbors-384/+419
2013-09-09auto merge of #9059 : Kimundi/rust/master, r=huonwbors-20/+77
2013-09-09Some work on std::ascii: Marked unsafe function unsafe, added moving implemen...Marvin Löbel-20/+77
2013-09-09auto merge of #9073 : alexcrichton/rust/remove-local-data-hax, r=huonwbors-9/+7
2013-09-09Remove hacks around issues in local_dataAlex Crichton-9/+7
2013-09-09auto merge of #9065 : thestinger/rust/iter, r=alexcrichtonbors-95/+89
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-95/+89
2013-09-08auto merge of #9066 : thestinger/rust/repr, r=alexcrichtonbors-2/+5
2013-09-08rustpkg: Address review comments from JackTim Chevalier-164/+126
2013-09-08extra: Address review comments from JackTim Chevalier-12/+13
2013-09-08repr: update for removal of constDaniel Micay-2/+1
2013-09-08repr: write the mutability qualifier for slicesDaniel Micay-0/+4
2013-09-08rustpkg: Use workcacheTim Chevalier-497/+668
2013-09-08workcache: Add the ability to save and load the database...Tim Chevalier-19/+139
2013-09-08Fix pretty-printing of empty impl itemsJakub-1/+13
2013-09-08auto merge of #8988 : cmr/rust/fromstr_fn, r=brsonbors-3/+9
2013-09-08Fix import order which caused the wrong from_str to be in scopeCorey Richardson-3/+3
2013-09-09Fix unused import warnings on 32bit systemsBrendan Zabarauskas-2/+6
2013-09-08auto merge of #9054 : huonw/rust/labelled-for, r=thestingerbors-145/+69
2013-09-08syntax: aesthetic improvements to the `for` desugaring.Huon Wilson-130/+38
2013-09-08syntax: implement labelled breaks for `for`.Huon Wilson-16/+32
2013-09-08auto merge of #9035 : alexcrichton/rust/fewer-clownshoes, r=huonwbors-45/+46
2013-09-08Add Clone and DeepClone constraints to Primitive traitBrendan Zabarauskas-1/+4
2013-09-08Moved checked trait impls out of std::numBrendan Zabarauskas-383/+411
2013-09-07auto merge of #9050 : huonw/rust/unfoldnor, r=thestingerbors-8/+8
2013-09-08std: Rename Unfoldr to Unfold.Huon Wilson-8/+8
2013-09-07auto merge of #9015 : MicahChalmer/rust/emacs-fixes-round-2, r=nikomatsakisbors-35/+568