| Age | Commit message (Expand) | Author | Lines |
| 2013-08-14 | register new snapshots | Graydon Hoare | -0/+8 |
| 2013-08-15 | std: Replace map_vec, map_vec2, iter_vec2 in std::result | blake2-ppc | -62/+93 |
| 2013-08-15 | Update either::partition | blake2-ppc | -13/+6 |
| 2013-08-15 | std: Change either::{lefts, rights} to return an iterator | blake2-ppc | -28/+31 |
| 2013-08-14 | testsuite: Add xfailed test for #8498 | Tim Chevalier | -0/+44 |
| 2013-08-14 | std: Change ProcessOptions struct to have an option of a ~ vector | Tim Chevalier | -15/+17 |
| 2013-08-14 | rustc: Eliminate a derived error in check::_match | Tim Chevalier | -13/+73 |
| 2013-08-14 | Rewrite Saturating in terms of CheckedAdd/CheckedSub | Kevin Ballard | -38/+25 |
| 2013-08-14 | auto merge of #8462 : thestinger/rust/loop-cleanup, r=cmr | bors | -102/+20 |
| 2013-08-14 | auto merge of #8452 : Kimundi/rust/stuff02, r=bstrie | bors | -47/+88 |
| 2013-08-15 | std: Move the iterator param on FromIterator and Extendable to the method. | Huon Wilson | -50/+49 |
| 2013-08-15 | rustc: allow @ as-patterns to move when the sub-pattern contains no bindings. | Huon Wilson | -1/+18 |
| 2013-08-14 | auto merge of #8453 : dmanescu/rust/8451, r=cmr | bors | -4/+33 |
| 2013-08-14 | Methodyfied the string ascii extionsion functions | Marvin Löbel | -47/+88 |
| 2013-08-14 | Add sysconf names for Android | Seo Sanghyeon | -224/+214 |
| 2013-08-14 | auto merge of #8440 : sfackler/rust/env-fix, r=pcwalton | bors | -3/+2 |
| 2013-08-14 | auto merge of #8439 : huonw/rust/hashset-clone, r=cmr | bors | -0/+26 |
| 2013-08-13 | auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivan | bors | -0/+31 |
| 2013-08-13 | Add a bunch of tests for closed issues | Alex Crichton | -0/+340 |
| 2013-08-13 | auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pc... | bors | -13/+126 |
| 2013-08-13 | auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydon | bors | -168/+805 |
| 2013-08-13 | Add `f` formats to `ifmt!` | Alex Crichton | -12/+54 |
| 2013-08-13 | Add test for repeat expr in statics. | Luqman Aden | -0/+31 |
| 2013-08-13 | Remove unused automatic cfg bindings Fixes #7169 | Nick Desaulniers | -32/+27 |
| 2013-08-13 | auto merge of #8329 : michaelwoerister/rust/lexical_scopes_alt, r=graydon | bors | -156/+2195 |
| 2013-08-13 | auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brson | bors | -2/+2 |
| 2013-08-13 | Merge pull request #8432 from chris-morgan/remove-assert-eq-macro-fail-binary | Graydon Hoare | -0/+0 |
| 2013-08-13 | Reborrow even when passing &Object to &Object, so as to permit freezing | Niko Matsakis | -5/+53 |
| 2013-08-13 | Fix freezing of @mut Objects when passing as argument | Niko Matsakis | -8/+73 |
| 2013-08-13 | Make rt::stack public | Keegan McAllister | -1/+1 |
| 2013-08-13 | auto merge of #8423 : alexcrichton/rust/less-priv-again, r=bstrie | bors | -121/+234 |
| 2013-08-13 | Add RngUtils::sample() method for reservoir sampling from iterators | Robert Knight | -0/+56 |
| 2013-08-13 | auto merge of #8411 : bblum/rust/assorted-fixes, r=brson | bors | -479/+469 |
| 2013-08-13 | auto merge of #7866 : sstewartgallus/rust/clean, r=cmr | bors | -74/+77 |
| 2013-08-13 | debuginfo: Add some tests for visibiliy scopes within closures. | Michael Woerister | -2/+239 |
| 2013-08-13 | debuginfo: Add support for argument shadowing. | Michael Woerister | -36/+110 |
| 2013-08-13 | debuginfo: Implemented proper handling of lexical scopes and variable shadowing. | Michael Woerister | -145/+1873 |
| 2013-08-13 | librustc: Allow vector repeat exprs in statics. | Luqman Aden | -0/+21 |
| 2013-08-12 | auto merge of #8487 : brson/rust/local-opts, r=brson | bors | -16/+24 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -121/+234 |
| 2013-08-12 | Explain what ifmt! is all about | Alex Crichton | -0/+301 |
| 2013-08-12 | Correct the padding on integer types for formatting | Alex Crichton | -113/+133 |
| 2013-08-12 | Define integer formats for all widths | Alex Crichton | -37/+121 |
| 2013-08-12 | Implement formatting arguments for strings and integers | Alex Crichton | -105/+295 |
| 2013-08-12 | std: Re-optimize tls access on local allocation path | Brian Anderson | -16/+24 |
| 2013-08-12 | auto merge of #8476 : thestinger/rust/snapshot, r=brson | bors | -748/+24 |
| 2013-08-12 | std::at_vec: add benchmarks | Corey Richardson | -0/+81 |
| 2013-08-12 | auto merge of #8419 : cmr/rust/fix-rtdebug, r=brson | bors | -12/+4 |
| 2013-08-12 | rustc: Give a hint when a static method call has fewer than expected type par... | Tim Chevalier | -0/+31 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -748/+16 |