| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-06-05 | auto merge of #6948 : huonw/rust/less-alloc, r=bstrie | bors | -2/+2 |
| 2013-06-05 | auto merge of #6947 : Blei/rust/fix-dup-freevars, r=bstrie | bors | -3/+0 |
| 2013-06-05 | syntax: Remove an unnecessary allocation. | Huon Wilson | -2/+2 |
| 2013-06-05 | rust::driver: remove accidental double freevar calculation | Philipp Brüschweiler | -3/+0 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -254/+411 |
| 2013-06-04 | libsyntax: Remove `pub impl` from the language | Patrick Walton | -27/+25 |
| 2013-06-04 | auto merge of #6942 : thestinger/rust/cleanup, r=catamorphism | bors | -14/+0 |
| 2013-06-04 | auto merge of #6941 : Thiez/rust/pub_atomics, r=thestinger | bors | -31/+31 |
| 2013-06-04 | sys: get rid of shape functions | Daniel Micay | -14/+0 |
| 2013-06-04 | clone: fix docstring | Daniel Micay | -2/+1 |
| 2013-06-05 | Made fns in the impls for the Atomic structs pub | Matthijs Hofstra | -31/+31 |
| 2013-06-04 | auto merge of #6928 : Blei/rust/fix-constructors, r=bstrie | bors | -193/+197 |
| 2013-06-04 | std::util: fix missed old constructor | Philipp Brüschweiler | -1/+1 |
| 2013-06-04 | std::util: Modernize NonCopyable constructor | Philipp Brüschweiler | -4/+6 |
| 2013-06-04 | std::io: Modernize some constructors | Philipp Brüschweiler | -36/+38 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -152/+152 |
| 2013-06-04 | Use ABI alignment, not "preferred" alignment, to unify monomorphizations. | Jed Davis | -2/+37 |
| 2013-06-03 | auto merge of #6886 : jld/rust/vec-each-ret-fix, r=sanxiyn | bors | -2/+19 |
| 2013-06-03 | Make type_is_pod handle structs correctly. Closes #6868. | Michael Sullivan | -1/+1 |
| 2013-06-03 | auto merge of #6910 : Blei/rust/fix-6698, r=pcwalton | bors | -3/+39 |
| 2013-06-03 | auto merge of #6907 : steveklabnik/rust/prelude_docs, r=graydon | bors | -1/+18 |
| 2013-06-03 | auto merge of #6826 : cmr/rust/terminfo, r=thestinger | bors | -81/+794 |
| 2013-06-03 | Ignore tests that cannot pass on buildbot | Corey Richardson | -0/+3 |
| 2013-06-03 | Add better documentation for the Prelude. | Steve Klabnik | -1/+18 |