| Age | Commit message (Expand) | Author | Lines |
| 2013-07-08 | auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c... | bors | -697/+1141 |
| 2013-07-08 | auto merge of #7612 : thestinger/rust/utf8, r=huonw | bors | -23/+3 |
| 2013-07-08 | auto merge of #7608 : glinscott/rust/json_perf, r=pcwalton | bors | -8/+30 |
| 2013-07-08 | auto merge of #7577 : brson/rust/vers, r=cmr | bors | -12/+12 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -20/+24 |
| 2013-07-08 | Correct match-drop-strs-issue-4541 when used in check-fast | Niko Matsakis | -1/+2 |
| 2013-07-08 | Correct illegal pattern in windows-only code | Niko Matsakis | -2/+2 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -85/+34 |
| 2013-07-08 | Add llvm instrumentation | Niko Matsakis | -0/+2 |
| 2013-07-08 | Move stats into an @mut stats | Niko Matsakis | -2/+2 |
| 2013-07-08 | Fix pretty printer, which was ignoring `ref` in irrefutable patterns | Niko Matsakis | -41/+26 |
| 2013-07-08 | Patch up some new errors from rustpkg | Niko Matsakis | -10/+10 |
| 2013-07-08 | Address nits by @catamorphism | Niko Matsakis | -9/+5 |
| 2013-07-08 | This assert does not necessarily hold; sometimes we temporarily increase ref-... | Niko Matsakis | -2/+2 |
| 2013-07-08 | Miscellaneous fixes and cleanup | Niko Matsakis | -5/+6 |
| 2013-07-08 | Modify borrow checker to visit irrefutable patterns that appear in | Niko Matsakis | -151/+249 |
| 2013-07-08 | Update trans to use type to decide when to move, not the moves table (simpler | Niko Matsakis | -275/+387 |
| 2013-07-08 | Make all allocas named so we can see where they originate | Niko Matsakis | -46/+60 |
| 2013-07-08 | extra: Patch up code that was using irrefutable patterns incorrectly. | Niko Matsakis | -23/+24 |
| 2013-07-08 | syntax: Patch up code that was using irrefutable patterns incorrectly | Niko Matsakis | -12/+20 |
| 2013-07-08 | Patch up some code that was using irrefutable patterns incorrectly. | Niko Matsakis | -9/+15 |
| 2013-07-08 | update ptr intrinsics and rewrite vec routines to be more correct. | Niko Matsakis | -40/+144 |
| 2013-07-08 | Add new tests for irrefutable patterns used in various tricky ways | Niko Matsakis | -0/+156 |
| 2013-07-08 | Update existing tests to account for stricter, more correct handling of irref... | Niko Matsakis | -41/+48 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -12/+12 |
| 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 |