| Age | Commit message (Expand) | Author | Lines |
| 2013-09-23 | auto merge of #9449 : dckc/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2013-09-24 | std::local_data: Fix document code | klutzy | -2/+2 |
| 2013-09-23 | auto merge of #9454 : alexcrichton/rust/snapshot, r=thestinger | bors | -91/+13 |
| 2013-09-23 | Register new snapshots | Alex Crichton | -91/+13 |
| 2013-09-23 | remove apostrophe where it's is not used as a contraction | Dan Connolly | -1/+1 |
| 2013-09-23 | auto merge of #9310 : pcwalton/rust/at-fn, r=pcwalton | bors | -2901/+2854 |
| 2013-09-24 | visit::Visitor refactor: fold moves.rs VisitContext into ComputeModesVisitor. | Felix S. Klock II | -108/+90 |
| 2013-09-23 | librustc: Fix merge fallout. | Patrick Walton | -168/+244 |
| 2013-09-23 | test: Fix rustdoc and tests. | Patrick Walton | -915/+196 |
| 2013-09-23 | librusti: Eliminate `@fn`. | Patrick Walton | -11/+20 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -112/+90 |
| 2013-09-23 | libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o... | Patrick Walton | -55/+85 |
| 2013-09-23 | libsyntax: Remove some more `@fn`s from the macro expander | Patrick Walton | -109/+300 |
| 2013-09-23 | libsyntax: Remove some more `@fn` uses | Patrick Walton | -37/+61 |
| 2013-09-23 | librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib... | Patrick Walton | -23/+51 |
| 2013-09-23 | librustc: Change the ID visitor to use traits instead of garbage-collected fu... | Patrick Walton | -54/+94 |
| 2013-09-23 | librustc: Remove the remaining direct uses of `@fn` from librustc. | Patrick Walton | -58/+84 |
| 2013-09-23 | librustc: Remove garbage-collected functions from util/common. | Patrick Walton | -12/+16 |
| 2013-09-23 | librustc: Don't use garbage-collected closures to store cleanups. | Patrick Walton | -24/+121 |
| 2013-09-23 | librustc: Make the fall-through case in match not use garbage collected funct... | Patrick Walton | -26/+76 |
| 2013-09-23 | librustc: Port the pretty printer annotation infrastructure to use traits ins... | Patrick Walton | -98/+143 |
| 2013-09-23 | librustc: Remove garbage collected functions from front/{config,test} and met... | Patrick Walton | -62/+59 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -1214/+1291 |
| 2013-09-23 | auto merge of #9444 : alexcrichton/rust/ignore-some-tests, r=thestinger | bors | -0/+2 |
| 2013-09-23 | Ignore some rustpkg tests for now | Alex Crichton | -0/+2 |
| 2013-09-24 | visit::Visitor refactor: replace (&mut BorrowckVisitor, @BorrowckCtxt) with &... | Felix S. Klock II | -36/+33 |
| 2013-09-23 | auto merge of #9301 : luqmana/rust/ncm, r=brson | bors | -21/+167 |
| 2013-09-23 | Find the cratemap at runtime on windows. | Luqman Aden | -5/+51 |
| 2013-09-23 | Added is_control function, method, and tests. | Jesse Ray | -0/+24 |
| 2013-09-23 | Disable zlib/libffi when configuring LLVM | Alex Crichton | -1/+1 |
| 2013-09-23 | auto merge of #9422 : alexcrichton/rust/fix-link, r=thestinger | bors | -16/+11 |
| 2013-09-22 | auto merge of #9413 : bytbox/rust/master, r=alexcrichton | bors | -4/+30 |
| 2013-09-22 | Place *all* rustdoc output in doc/{crate} | Alex Crichton | -16/+11 |
| 2013-09-22 | touch LLVM clean trigger | Daniel Micay | -1/+1 |
| 2013-09-22 | Add docs for extra::semver | Scott Lawrence | -4/+30 |
| 2013-09-22 | disable starvation test completely for now | Daniel Micay | -13/+10 |
| 2013-09-22 | auto merge of #9389 : poiru/rust/issue-9333, r=alexcrichton | bors | -5/+15 |
| 2013-09-22 | auto merge of #9408 : thestinger/rust/valgrind, r=alexcrichton | bors | -9/+13 |
| 2013-09-22 | disable scheduler starvation test on valgrind | Daniel Micay | -9/+13 |
| 2013-09-22 | rustdoc: Out with the old, in with the new | Alex Crichton | -6880/+272 |
| 2013-09-23 | Remove the C(++) ISAAC Rng from the old rt. | Huon Wilson | -390/+2 |
| 2013-09-23 | std: merge rand::{Rng,RngUtil} with default methods. | Huon Wilson | -387/+309 |
| 2013-09-22 | std: move rand.rs to rand/mod.rs. | Huon Wilson | -1/+0 |
| 2013-09-22 | std::result: Remove function `map_opt` | blake2-ppc | -13/+0 |
| 2013-09-22 | Reserve the `alignof`, `offsetof`, and `sizeof` keywords | Birunthan Mohanathas | -5/+15 |
| 2013-09-22 | auto merge of #9395 : brson/rust/0.8, r=alexcrichton | bors | -14/+14 |
| 2013-09-22 | Remove 'copy' from syntax files, as it's no longer a keyword | Scott Lawrence | -4/+1 |
| 2013-09-21 | auto merge of #9353 : brson/rust/sched, r=alexcrichton,cmr | bors | -10/+27 |
| 2013-09-21 | Update version numbers to 0.8 | Brian Anderson | -14/+14 |
| 2013-09-21 | std: add file::io::test module and ensure correct build | Jeff Olson | -243/+251 |