about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-08auto merge of #7604 : apasel422/rust/peek, r=huonwbors-0/+65
2013-07-08auto merge of #7645 : dotdash/rust/immediate_retvals, r=cmrbors-72/+54
2013-07-08Improve handling of immediate return valuesBjörn Steinbrink-62/+51
2013-07-08auto merge of #7568 : alexcrichton/rust/check-lite, r=huonwbors-2/+2
2013-07-08Avoid unused allocas for immediate return valuesBjörn Steinbrink-10/+3
2013-07-08auto merge of #7605 : thestinger/rust/vec, r=Aatchbors-132/+235
2013-07-08remove headers from exchange allocationsDaniel Micay-76/+166
2013-07-08Merge pull request #7595 from thestinger/iteratorDaniel Micay-118/+118
2013-07-08add a temporary vector_exchange_malloc lang itemDaniel Micay-42/+68
2013-07-08vec: make vec_reserve_shared_actual privateDaniel Micay-20/+7
2013-07-07auto merge of #7497 : alexcrichton/rust/issue-7394, r=huonwbors-2/+8
2013-07-07auto merge of #7591 : alexcrichton/rust/fix-warnings, r=huonwbors-3/+3
2013-07-07Add rusti/rustpkg to check-liteAlex Crichton-2/+2
2013-07-07Fix a warning when generating testsAlex Crichton-3/+3
2013-07-07auto merge of #7586 : g5pw/rust/master, r=cmrbors-1/+1
2013-07-07remove some method resolve workaroundsDaniel Micay-118/+118
2013-07-07iterator: Add `IteratorUtil::peek_` methodAndrew Paseltiner-0/+65
2013-07-07auto merge of #7629 : thestinger/rust/rope, r=graydonbors-1445/+1
2013-07-07auto merge of #7456 : graydon/rust/better-trans-stats, r=cmrbors-28/+66
2013-07-07auto merge of #7636 : dotdash/rust/scope_cleanup, r=graydonbors-161/+203
2013-07-07auto merge of #7602 : blake2-ppc/rust/vec-pop-opt, r=cmrbors-36/+78
2013-07-07auto merge of #7594 : chris-morgan/rust/proper-net-module-structure, r=huonwbors-28/+26
2013-07-07Implement scopes independent of LLVM basic blocksBjörn Steinbrink-161/+203
2013-07-07auto merge of #7615 : Aatch/rust/syntax-deshare, r=graydonbors-770/+753
2013-07-07Fix merge-fallout-typoJames Miller-1/+1
2013-07-07Fix broken testsJames Miller-9/+9
2013-07-07Fix rustdoc and rustiJames Miller-9/+8
2013-07-07Clean up warningsJames Miller-31/+7
2013-07-07De-share ast::TyJames Miller-255/+256
2013-07-07De-manage OptVec<TyParamBounds>James Miller-56/+58
2013-07-07De-share trait_refJames Miller-127/+128
2013-07-07De-manage LifetimeJames Miller-62/+61
2013-07-07De-managed ast::PathJames Miller-198/+206
2013-07-07Stop allocating view_items with @James Miller-55/+52
2013-07-07auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonwbors-2/+60
2013-07-06auto merge of #7557 : michaelwoerister/rust/enum_structs, r=pcwaltonbors-18/+39
2013-07-06auto merge of #7581 : alexcrichton/rust/better-rusti, r=pcwaltonbors-15/+1
2013-07-06auto merge of #7572 : Dretch/rust/missing-trait-message-followup, r=pcwaltonbors-23/+43
2013-07-06auto merge of #7570 : kballard/rust/iterator-size-hint, r=thestingerbors-31/+161
2013-07-06Implement size_hint() on all remaining IteratorsKevin Ballard-2/+20
2013-07-06remove extra::ropeDaniel Micay-1445/+1
2013-07-06auto merge of #7562 : blake2-ppc/rust/deque, r=cmrbors-95/+289
2013-07-06auto merge of #7194 : jensnockert/rust/endian, r=cmrbors-0/+14
2013-07-06auto merge of #7598 : sanxiyn/rust/rollup-1, r=sanxiynbors-73/+57
2013-07-06deque: Implement Clone and Eq for Dequeblake2-ppc-0/+49
2013-07-06auto merge of #7520 : alexcrichton/rust/update-compiletest, r=pcwaltonbors-59/+29
2013-07-06deque: Remove obsolete methods .each() and .eachi()blake2-ppc-30/+1
2013-07-06deque: Implement Deque::with_capacity. Lower initial capacity to 8.blake2-ppc-2/+18
2013-07-06deque: Move the shorter part when growingblake2-ppc-7/+25
2013-07-06deque: Change iterators to use the same index calculation as Dequeblake2-ppc-39/+39