| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2013-06-06 | std: work-around for take/skip type inference (#6967) | Huon Wilson | -11/+13 |
| 2013-06-05 | auto merge of #6964 : huonw/rust/vec-mut-iter, r=thestinger | bors | -0/+63 |
| 2013-06-06 | std: add an external iterator for mutating vec elements | Huon Wilson | -0/+63 |
| 2013-06-05 | auto merge of #6960 : msullivan/rust/fix-pollution, r=brson | bors | -1/+2 |
| 2013-06-05 | Fix stat.rs to not pollute the build directory. Closes #6959. | Michael Sullivan | -1/+2 |
| 2013-06-05 | auto merge of #6956 : Blei/rust/fix-symbol-mangling, r=catamorphism | bors | -15/+26 |
| 2013-06-05 | rustc::back::link: redo symbol mangling | Philipp Brüschweiler | -15/+26 |
| 2013-06-05 | moved TLS of sctable to ast_util, hid parameter in hygiene calls | John Clements | -81/+103 |
| 2013-06-05 | added fresh-name fn | John Clements | -0/+28 |
| 2013-06-05 | add hygiene support functions | John Clements | -27/+78 |
| 2013-06-05 | remove unused get_ident_interner's | John Clements | -7/+7 |
| 2013-06-05 | removed unused imports (and one unused argument) | John Clements | -26/+14 |
| 2013-06-05 | remove interner field from string_reader | John Clements | -28/+16 |
| 2013-06-05 | remove interner from tt_reader | John Clements | -11/+3 |
| 2013-06-05 | rand example fixup | John Clements | -1/+1 |
| 2013-06-05 | remove unused cx's | John Clements | -96/+96 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -46/+48 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -201/+225 |
| 2013-06-05 | removed some interner fields | John Clements | -75/+66 |
| 2013-06-05 | just use TLS interner | John Clements | -75/+84 |
| 2013-06-05 | rename repr to name | John Clements | -109/+109 |
| 2013-06-05 | removed obsolete reference to purity | John Clements | -3/+0 |
| 2013-06-05 | parser comments | John Clements | -1/+2 |
| 2013-06-05 | comments & whitespace | John Clements | -0/+3 |
| 2013-06-05 | change to newer macro escape mechanism, using uints in more places | John Clements | -128/+166 |
| 2013-06-05 | add renaming and sctable funs | John Clements | -1/+48 |