| Age | Commit message (Expand) | Author | Lines |
| 2013-07-08 | auto merge of #7604 : apasel422/rust/peek, r=huonw | bors | -0/+65 |
| 2013-07-08 | auto merge of #7645 : dotdash/rust/immediate_retvals, r=cmr | bors | -72/+54 |
| 2013-07-08 | Improve handling of immediate return values | Björn Steinbrink | -62/+51 |
| 2013-07-08 | auto merge of #7568 : alexcrichton/rust/check-lite, r=huonw | bors | -2/+2 |
| 2013-07-08 | Avoid unused allocas for immediate return values | Björn Steinbrink | -10/+3 |
| 2013-07-08 | auto merge of #7605 : thestinger/rust/vec, r=Aatch | bors | -132/+235 |
| 2013-07-08 | remove headers from exchange allocations | Daniel Micay | -76/+166 |
| 2013-07-08 | Merge pull request #7595 from thestinger/iterator | Daniel Micay | -118/+118 |
| 2013-07-08 | add a temporary vector_exchange_malloc lang item | Daniel Micay | -42/+68 |
| 2013-07-08 | vec: make vec_reserve_shared_actual private | Daniel Micay | -20/+7 |
| 2013-07-07 | auto merge of #7497 : alexcrichton/rust/issue-7394, r=huonw | bors | -2/+8 |
| 2013-07-07 | auto merge of #7591 : alexcrichton/rust/fix-warnings, r=huonw | bors | -3/+3 |
| 2013-07-07 | Add rusti/rustpkg to check-lite | Alex Crichton | -2/+2 |
| 2013-07-07 | Fix a warning when generating tests | Alex Crichton | -3/+3 |
| 2013-07-07 | auto merge of #7586 : g5pw/rust/master, r=cmr | bors | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -118/+118 |
| 2013-07-07 | iterator: Add `IteratorUtil::peek_` method | Andrew Paseltiner | -0/+65 |
| 2013-07-07 | auto merge of #7629 : thestinger/rust/rope, r=graydon | bors | -1445/+1 |
| 2013-07-07 | auto merge of #7456 : graydon/rust/better-trans-stats, r=cmr | bors | -28/+66 |
| 2013-07-07 | auto merge of #7636 : dotdash/rust/scope_cleanup, r=graydon | bors | -161/+203 |
| 2013-07-07 | auto merge of #7602 : blake2-ppc/rust/vec-pop-opt, r=cmr | bors | -36/+78 |
| 2013-07-07 | auto merge of #7594 : chris-morgan/rust/proper-net-module-structure, r=huonw | bors | -28/+26 |
| 2013-07-07 | Implement scopes independent of LLVM basic blocks | Björn Steinbrink | -161/+203 |
| 2013-07-07 | auto merge of #7615 : Aatch/rust/syntax-deshare, r=graydon | bors | -770/+753 |
| 2013-07-07 | Fix merge-fallout-typo | James Miller | -1/+1 |
| 2013-07-07 | Fix broken tests | James Miller | -9/+9 |
| 2013-07-07 | Fix rustdoc and rusti | James Miller | -9/+8 |
| 2013-07-07 | Clean up warnings | James Miller | -31/+7 |
| 2013-07-07 | De-share ast::Ty | James Miller | -255/+256 |
| 2013-07-07 | De-manage OptVec<TyParamBounds> | James Miller | -56/+58 |
| 2013-07-07 | De-share trait_ref | James Miller | -127/+128 |
| 2013-07-07 | De-manage Lifetime | James Miller | -62/+61 |
| 2013-07-07 | De-managed ast::Path | James Miller | -198/+206 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -55/+52 |
| 2013-07-07 | auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonw | bors | -2/+60 |
| 2013-07-06 | auto merge of #7557 : michaelwoerister/rust/enum_structs, r=pcwalton | bors | -18/+39 |
| 2013-07-06 | auto merge of #7581 : alexcrichton/rust/better-rusti, r=pcwalton | bors | -15/+1 |
| 2013-07-06 | auto merge of #7572 : Dretch/rust/missing-trait-message-followup, r=pcwalton | bors | -23/+43 |
| 2013-07-06 | auto merge of #7570 : kballard/rust/iterator-size-hint, r=thestinger | bors | -31/+161 |
| 2013-07-06 | Implement size_hint() on all remaining Iterators | Kevin Ballard | -2/+20 |
| 2013-07-06 | remove extra::rope | Daniel Micay | -1445/+1 |
| 2013-07-06 | auto merge of #7562 : blake2-ppc/rust/deque, r=cmr | bors | -95/+289 |
| 2013-07-06 | auto merge of #7194 : jensnockert/rust/endian, r=cmr | bors | -0/+14 |
| 2013-07-06 | auto merge of #7598 : sanxiyn/rust/rollup-1, r=sanxiyn | bors | -73/+57 |
| 2013-07-06 | deque: Implement Clone and Eq for Deque | blake2-ppc | -0/+49 |
| 2013-07-06 | auto merge of #7520 : alexcrichton/rust/update-compiletest, r=pcwalton | bors | -59/+29 |
| 2013-07-06 | deque: Remove obsolete methods .each() and .eachi() | blake2-ppc | -30/+1 |
| 2013-07-06 | deque: Implement Deque::with_capacity. Lower initial capacity to 8. | blake2-ppc | -2/+18 |
| 2013-07-06 | deque: Move the shorter part when growing | blake2-ppc | -7/+25 |
| 2013-07-06 | deque: Change iterators to use the same index calculation as Deque | blake2-ppc | -39/+39 |