| Age | Commit message (Expand) | Author | Lines |
| 2013-06-08 | rustpkg: Extract version number from git, as per #5684 | Tim Chevalier | -61/+178 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -5/+3 |
| 2013-06-04 | libsyntax: Remove `pub impl` from the language | Patrick Walton | -4/+4 |
| 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 | -335/+557 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -11/+10 |
| 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 | -7/+21 |
| 2013-05-29 | auto merge of #6733 : alexcrichton/rust/issue-2400, r=brson | bors | -5/+0 |
| 2013-05-29 | auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatch | bors | -2/+2 |
| 2013-05-28 | Un-ignore rusti/rustpkg tests on i686 | Alex Crichton | -5/+0 |
| 2013-05-28 | librustc: drop AST before running LLVM, frees 400mb on a librustc build | Graydon Hoare | -2/+2 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -19/+19 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -6/+6 |
| 2013-05-23 | cleanup warnings from librustpkg | Erick Tryzelaar | -1/+0 |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -0/+1 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -1/+10 |
| 2013-05-22 | librustc: Disallow `use` from reaching into impls or traits. | Patrick Walton | -9/+12 |
| 2013-05-21 | auto merge of #6657 : sanxiyn/rust/allocation, r=thestinger | bors | -29/+29 |
| 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 | -29/+29 |
| 2013-05-19 | Fix many warnings. | Steve Klabnik | -1/+1 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -6/+6 |
| 2013-05-18 | auto merge of #6603 : thestinger/rust/whitespace, r=thestinger | bors | -1/+0 |
| 2013-05-19 | reduce the usage of explicit version markers | Daniel Micay | -3/+3 |
| 2013-05-18 | minor automated whitespace fixes | Daniel Micay | -1/+0 |
| 2013-05-15 | rustpkg: ignore tests on i686, since they fail | Tim Chevalier | -0/+5 |
| 2013-05-15 | rustpkg: Reorganize test files | Tim Chevalier | -0/+0 |
| 2013-05-14 | rustpkg: Tests for well-formed and ill-formed package IDs... | Tim Chevalier | -271/+121 |
| 2013-05-14 | rustpkg: Implement URL-like package IDs | Tim Chevalier | -207/+222 |
| 2013-05-14 | Fix rustpkg tests now that they're in a different location | Alex Crichton | -3/+3 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -14/+14 |
| 2013-05-14 | rustpkg: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -105/+98 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -6/+4 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -15/+15 |
| 2013-05-12 | Don't create subprocesses for the `rust` command | Alex Crichton | -1/+2 |
| 2013-05-10 | rustpkg: Use the new `for` protocol | Alex Crichton | -2/+3 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -3/+4 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -2/+0 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -2/+0 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -26/+72 |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -84/+266 |
| 2013-04-28 | fix typo in librstpkg tests, allowed by old parser | John Clements | -1/+1 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -11/+1 |
| 2013-04-26 | core: Move mkdir_recursive from rustpkg into core::os | Tim Chevalier | -39/+5 |
| 2013-04-24 | rustpkg: Preliminary work on install command | Tim Chevalier | -30/+175 |
| 2013-04-24 | rustpkg: Correct directory structure in test scenarios | Tim Chevalier | -6/+11 |
| 2013-04-24 | rustpkg: Make path searching work as described in the rustpkg doc | Tim Chevalier | -151/+190 |