about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-08auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c...bors-697/+1141
2013-07-08auto merge of #7612 : thestinger/rust/utf8, r=huonwbors-23/+3
2013-07-08auto merge of #7608 : glinscott/rust/json_perf, r=pcwaltonbors-8/+30
2013-07-08auto merge of #7577 : brson/rust/vers, r=cmrbors-12/+12
2013-07-08Correct merge errorsNiko Matsakis-20/+24
2013-07-08Correct match-drop-strs-issue-4541 when used in check-fastNiko Matsakis-1/+2
2013-07-08Correct illegal pattern in windows-only codeNiko Matsakis-2/+2
2013-07-08Correct merge failuresNiko Matsakis-85/+34
2013-07-08Add llvm instrumentationNiko Matsakis-0/+2
2013-07-08Move stats into an @mut statsNiko Matsakis-2/+2
2013-07-08Fix pretty printer, which was ignoring `ref` in irrefutable patternsNiko Matsakis-41/+26
2013-07-08Patch up some new errors from rustpkgNiko Matsakis-10/+10
2013-07-08Address nits by @catamorphismNiko Matsakis-9/+5
2013-07-08This assert does not necessarily hold; sometimes we temporarily increase ref-...Niko Matsakis-2/+2
2013-07-08Miscellaneous fixes and cleanupNiko Matsakis-5/+6
2013-07-08Modify borrow checker to visit irrefutable patterns that appear inNiko Matsakis-151/+249
2013-07-08Update trans to use type to decide when to move, not the moves table (simplerNiko Matsakis-275/+387
2013-07-08Make all allocas named so we can see where they originateNiko Matsakis-46/+60
2013-07-08extra: Patch up code that was using irrefutable patterns incorrectly.Niko Matsakis-23/+24
2013-07-08syntax: Patch up code that was using irrefutable patterns incorrectlyNiko Matsakis-12/+20
2013-07-08Patch up some code that was using irrefutable patterns incorrectly.Niko Matsakis-9/+15
2013-07-08update ptr intrinsics and rewrite vec routines to be more correct.Niko Matsakis-40/+144
2013-07-08Add new tests for irrefutable patterns used in various tricky waysNiko Matsakis-0/+156
2013-07-08Update existing tests to account for stricter, more correct handling of irref...Niko Matsakis-41/+48
2013-07-08Bump version numbers to 0.8-preBrian Anderson-12/+12
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