| Age | Commit message (Expand) | Author | Lines |
| 2013-08-15 | port callee.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -11/+20 |
| 2013-08-15 | Ported typeck::collect from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -8/+18 |
| 2013-08-15 | Ported liveness.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -52/+68 |
| 2013-08-15 | Ported trans/base.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -7/+12 |
| 2013-08-15 | port resolve.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -97/+123 |
| 2013-08-15 | port region.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -89/+135 |
| 2013-08-15 | port reachable.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -89/+118 |
| 2013-08-15 | Port privacy.rs from oldvisit to <V:Visitor> trait. | Felix S. Klock II | -133/+146 |
| 2013-08-15 | Switch main borrowck to <V:Visitor> trait API. | Felix S. Klock II | -12/+22 |
| 2013-08-15 | Ported effect checker from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -50/+65 |
| 2013-08-15 | Switch borrowck::gather_loans to <V:Visitor> visit API. | Felix S. Klock II | -45/+65 |
| 2013-08-15 | Port const_eval from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -6/+13 |
| 2013-08-15 | Switch metadata::encoder to <V:Visitor> trait. | Felix S. Klock II | -49/+81 |
| 2013-08-15 | Port check_match from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -19/+35 |
| 2013-08-15 | Switch to new <V:Visitor> visitor (rather than @Visitor). | Felix S. Klock II | -297/+370 |
| 2013-08-15 | Ported check_loop from oldvisit to <V:Visit> trait API. | Felix S. Klock II | -24/+30 |
| 2013-08-15 | Ported check_const from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -36/+60 |
| 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 | 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 |