| Age | Commit message (Expand) | Author | Lines |
| 2013-06-07 | add the Iterator trait to the prelude | Daniel Micay | -0/+1 |
| 2013-06-08 | Avoid unnecessary allocations in the metadata decoder | Björn Steinbrink | -39/+40 |
| 2013-06-08 | Lexer: Fix offset handling in get_str_from() | Björn Steinbrink | -10/+8 |
| 2013-06-08 | Remove some unnecessary closures | Björn Steinbrink | -7/+6 |
| 2013-06-08 | TypeChecker: Avoid unnecessary copies | Björn Steinbrink | -33/+33 |
| 2013-06-08 | Lexer: Avoid unnecessary allocations | Björn Steinbrink | -42/+57 |
| 2013-06-08 | tydecode: Accept a plain borrowed pointer to the data | Björn Steinbrink | -24/+18 |
| 2013-06-08 | Avoid unnecessary heap allocations in the metadata ty decoder | Björn Steinbrink | -46/+43 |
| 2013-06-08 | Avoid unnecessary (re-)allocations in the lexer | Björn Steinbrink | -7/+8 |
| 2013-06-07 | std: Change str::from_bytes to raise a condition on invalid input | Tim Chevalier | -6/+31 |
| 2013-06-07 | rustc::typeck: fix array out of bounds | Philipp Brüschweiler | -1/+6 |
| 2013-06-07 | Add test for #6155 | Philipp Brüschweiler | -0/+17 |
| 2013-06-07 | iterator: work around method resolve bug (#5898) | Daniel Micay | -4/+5 |
| 2013-06-07 | Merge branch 'each-fn-kill' of https://github.com/huonw/rust into each-fn-kill | Daniel Micay | -184/+77 |
| 2013-06-08 | std: remove each[i]_mut functions, in favour of iterators. | Huon Wilson | -69/+32 |
| 2013-06-08 | rustc: Convert a fail! to a useful error message. | Huon Wilson | -1/+1 |
| 2013-06-08 | std: remove vec::each2 and vec::each2_mut in favour of iterators | Huon Wilson | -97/+24 |
| 2013-06-08 | std: more dummy type parameters on iterators to work around #6967. | Huon Wilson | -18/+21 |
| 2013-06-07 | auto merge of #6988 : huonw/rust/deriving-changes, r=bstrie | bors | -365/+254 |
| 2013-06-07 | syntax: correct the modifications to deriving(Ord) so that it works. | Huon Wilson | -30/+13 |
| 2013-06-07 | syntax: rewrite deriving(Ord) to not require Eq. | Huon Wilson | -57/+59 |
| 2013-06-07 | rustc::metadata::decoder: cleanup and slightly speed up each_path | Philipp Brüschweiler | -82/+70 |
| 2013-06-07 | syntax: move expand_generic_deriving to be a method on TraitDef | Huon Wilson | -55/+37 |
| 2013-06-07 | syntax: move functions from deriving/mod to deriving/generic. | Huon Wilson | -277/+199 |
| 2013-06-06 | auto merge of #6985 : Aatch/rust/fixed-vec-6977, r=thestinger | bors | -4/+18 |
| 2013-06-06 | auto merge of #6979 : thestinger/rust/libc, r=brson | bors | -36/+5 |
| 2013-06-06 | auto merge of #6895 : cmr/rust/jemalloc, r=brson | bors | -1/+44425 |
| 2013-06-07 | Disallow negative counts in repeat expressions | James Miller | -4/+18 |
| 2013-06-06 | auto merge of #6982 : Aatch/rust/better-foreign-error, r=pcwalton | bors | -2/+2 |
| 2013-06-07 | Provide an actual error when expanding macros to foreign items | James Miller | -2/+2 |
| 2013-06-06 | auto merge of #6981 : jbclements/rust/fold-traverses-macros, r=catamorphism | bors | -3/+188 |
| 2013-06-06 | auto merge of #6980 : Kimundi/rust/iterator-collect3, r=thestinger | bors | -38/+56 |
| 2013-06-06 | implement fold traversing macros | John Clements | -3/+38 |
| 2013-06-06 | add test cases for fold traversing macros | John Clements | -0/+150 |
| 2013-06-06 | auto merge of #6053 : nikomatsakis/rust/fixme-2699, r=thestinger | bors | -1/+0 |
| 2013-06-06 | Fixups | Marvin Löbel | -27/+31 |
| 2013-06-06 | Removed IteratorUtil::to_vec and iter::to_vec | Marvin Löbel | -52/+11 |
| 2013-06-06 | Added IteratorUtil::collect | Marvin Löbel | -0/+27 |
| 2013-06-06 | Added iter::FromIter | Marvin Löbel | -3/+31 |
| 2013-06-06 | auto merge of #6937 : msullivan/rust/no-warnings, r=bstrie | bors | -65/+56 |
| 2013-06-06 | libc: omit memcpy, memmove and memset | Daniel Micay | -36/+5 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -65/+56 |
| 2013-06-06 | auto merge of #6968 : huonw/rust/takeskip-iter, r=thestinger | bors | -11/+13 |
| 2013-06-06 | auto merge of #6975 : artagnon/rust/tuple-tostr, r=bstrie | bors | -4/+4 |
| 2013-06-06 | libstd: use fmt! in to_str impl for (one|two)-tuple | Ramkumar Ramachandra | -2/+2 |
| 2013-06-06 | libstd: fix comment in to_str impl of tuple | Ramkumar Ramachandra | -2/+2 |
| 2013-06-06 | auto merge of #6972 : artagnon/rust/bad-for-loop, r=bstrie | bors | -3/+19 |
| 2013-06-06 | test/compile-fail: clarify bad-for-loop | Ramkumar Ramachandra | -3/+19 |
| 2013-06-06 | infer: remove superfluous call to try() | Philipp Brüschweiler | -1/+1 |
| 2013-06-06 | Deduplicate words in code comments | Alexei Sholik | -24/+23 |