| Age | Commit message (Expand) | Author | Lines |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -3/+2 |
| 2013-06-27 | rustpkg: Silence extra output from rustpkg tests | Tim Chevalier | -1/+5 |
| 2013-06-27 | auto merge of #7429 : Blei/rust/delete-shared, r=huonw | bors | -1/+1 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -1/+1 |
| 2013-06-25 | rustpkg: Begin allowing package scripts to call the default build logic | Tim Chevalier | -3/+4 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -5/+5 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -1/+1 |
| 2013-06-14 | rustpkg: Write more automated tests | Tim Chevalier | -41/+15 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -13/+13 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -2/+2 |
| 2013-06-09 | rustpkg: Accept package IDs like github.com/foo/bar#0.3 | Tim Chevalier | -4/+9 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -2/+0 |
| 2013-06-03 | auto merge of #6826 : cmr/rust/terminfo, r=thestinger | bors | -31/+19 |
| 2013-06-01 | rustc/rusti/rustpkg: Infer packages from `extern mod` directives | Tim Chevalier | -223/+124 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -4/+4 |
| 2013-05-31 | extra::term: better error handling and win32 compat | Corey Richardson | -1/+1 |
| 2013-05-31 | rustpkg borrowed pointers | Corey Richardson | -3/+3 |
| 2013-05-31 | extra::term overhaul | Corey Richardson | -30/+18 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -3/+3 |
| 2013-05-29 | auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatch | bors | -1/+1 |
| 2013-05-28 | librustc: drop AST before running LLVM, frees 400mb on a librustc build | Graydon Hoare | -1/+1 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -9/+9 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+1 |
| 2013-05-21 | auto merge of #6657 : sanxiyn/rust/allocation, r=thestinger | bors | -6/+6 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -3/+3 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustpkg | Seo Sanghyeon | -6/+6 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -1/+1 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-05-14 | rustpkg: Tests for well-formed and ill-formed package IDs... | Tim Chevalier | -171/+26 |
| 2013-05-14 | rustpkg: Implement URL-like package IDs | Tim Chevalier | -37/+78 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -1/+1 |
| 2013-05-14 | rustpkg: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -50/+44 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -3/+3 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -3/+4 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -2/+3 |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -1/+6 |
| 2013-04-24 | rustpkg: Preliminary work on install command | Tim Chevalier | -1/+1 |
| 2013-04-24 | rustpkg: Make path searching work as described in the rustpkg doc | Tim Chevalier | -3/+12 |
| 2013-04-19 | Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) | Alex Crichton | -5/+5 |
| 2013-04-18 | auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphism | bors | -2/+2 |
| 2013-04-18 | rustc: Anti-copy police | Tim Chevalier | -2/+2 |
| 2013-04-18 | Tidy | Tim Chevalier | -1/+2 |
| 2013-04-17 | rustpkg: Fail when crate inference fails; inject link attributes | Tim Chevalier | -30/+84 |
| 2013-04-15 | auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism | bors | -17/+22 |
| 2013-04-15 | Tidy | Tim Chevalier | -1/+1 |
| 2013-04-12 | rustpkg: Factor out tests; use a condition instead of returning an option | Tim Chevalier | -17/+22 |
| 2013-04-12 | auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphism | bors | -407/+182 |
| 2013-04-11 | rustpkg: Use pkg IDs, remove old code for now that required packages to decla... | Tim Chevalier | -371/+172 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -1/+1 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -1/+1 |