| Age | Commit message (Expand) | Author | Lines |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -474/+0 |
| 2013-06-14 | rustpkg: Write more automated tests | Tim Chevalier | -11/+30 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -1/+0 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -2/+2 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -2/+2 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -4/+3 |
| 2013-06-09 | rustpkg: Accept package IDs like github.com/foo/bar#0.3 | Tim Chevalier | -259/+9 |
| 2013-06-08 | rustpkg: Extract version number from git, as per #5684 | Tim Chevalier | -0/+2 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -3/+3 |
| 2013-06-01 | rustc/rusti/rustpkg: Infer packages from `extern mod` directives | Tim Chevalier | -51/+62 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -7/+6 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -2/+11 |
| 2013-05-28 | librustc: drop AST before running LLVM, frees 400mb on a librustc build | Graydon Hoare | -1/+1 |
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -4/+4 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -1/+6 |
| 2013-05-22 | librustc: Disallow `use` from reaching into impls or traits. | Patrick Walton | -9/+12 |
| 2013-05-21 | Remove unnecessary allocations flagged by lint from rustpkg | Seo Sanghyeon | -13/+13 |
| 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-14 | rustpkg: Tests for well-formed and ill-formed package IDs... | Tim Chevalier | -72/+16 |
| 2013-05-14 | rustpkg: Implement URL-like package IDs | Tim Chevalier | -106/+54 |
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -0/+1 |
| 2013-05-14 | rustpkg: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -42/+40 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -2/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -10/+10 |
| 2013-05-12 | Don't create subprocesses for the `rust` command | Alex Crichton | -1/+2 |
| 2013-05-03 | rustpkg: Handle sysroot more correctly | Tim Chevalier | -12/+17 |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -51/+81 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -4/+0 |
| 2013-04-24 | rustpkg: Preliminary work on install command | Tim Chevalier | -29/+21 |
| 2013-04-24 | rustpkg: Make path searching work as described in the rustpkg doc | Tim Chevalier | -96/+62 |
| 2013-04-19 | Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) | Alex Crichton | -4/+4 |
| 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/+1 |
| 2013-04-17 | rustpkg: Don't execute the standard build logic if there is a pkg.rs | Tim Chevalier | -4/+5 |
| 2013-04-17 | rustpkg: Implement clean; replace boolean result flags with fail!() | Tim Chevalier | -156/+61 |
| 2013-04-17 | rustpkg: Fail when crate inference fails; inject link attributes | Tim Chevalier | -54/+38 |
| 2013-04-15 | auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism | bors | -46/+5 |
| 2013-04-12 | rustpkg: Factor out tests; use a condition instead of returning an option | Tim Chevalier | -46/+5 |
| 2013-04-12 | auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphism | bors | -545/+450 |
| 2013-04-12 | Tidy | Tim Chevalier | -8/+5 |
| 2013-04-11 | rustpkg: Use pkg IDs, remove old code for now that required packages to decla... | Tim Chevalier | -593/+343 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -5/+5 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -5/+5 |
| 2013-04-05 | checkpoint | Graydon Hoare | -16/+174 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -5/+5 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |