| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | rustpkg: Search for packages correctly when using the rust_path_hack | Tim Chevalier | -23/+20 |
| 2013-09-23 | librustc: Remove `@fn` managed closures from the language. | Patrick Walton | -2/+2 |
| 2013-09-23 | libsyntax: Remove some more `@fn` uses | Patrick Walton | -30/+61 |
| 2013-09-23 | librustpkg: Fix diagnostic invocation syntax in librustdoc, librusti, and lib... | Patrick Walton | -2/+7 |
| 2013-09-23 | librustc: Change fold to use traits instead of `@fn`. | Patrick Walton | -14/+21 |
| 2013-09-18 | rustpkg: Register correct dependencies for built and installed files | Tim Chevalier | -1/+22 |
| 2013-09-18 | rustpkg: Make crates, not packages, the unit of rustpkg dependencies | Tim Chevalier | -36/+22 |
| 2013-09-17 | Implementing 'rustpkg init'. | Steve Klabnik | -1/+1 |
| 2013-09-14 | rustpkg: Always write a package_id attribute into the link metadata | Tim Chevalier | -4/+2 |
| 2013-09-13 | rustc/rustpkg: Use a target-specific subdirectory in build/ and lib/ | Tim Chevalier | -3/+4 |
| 2013-09-12 | rustpkg: Search RUST_PATH properly for dependencies, and add a test for recur... | Tim Chevalier | -9/+21 |
| 2013-09-12 | rustpkg: Support sub-package-IDs | Tim Chevalier | -2/+4 |
| 2013-09-10 | rustpkg: Pass command-line arguments to rustc | Tim Chevalier | -25/+43 |
| 2013-09-08 | rustpkg: Address review comments from Jack | Tim Chevalier | -17/+18 |
| 2013-09-08 | rustpkg: Use workcache | Tim Chevalier | -63/+85 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -2/+2 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -3/+3 |
| 2013-08-30 | rustpkg: Allow package directories to appear in the RUST_PATH | Tim Chevalier | -0/+7 |
| 2013-08-26 | rustpkg: Test that different copies of the same package ID can exist in multi... | Tim Chevalier | -10/+25 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+4 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -2/+2 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -2/+2 |
| 2013-08-13 | Remove unused automatic cfg bindings Fixes #7169 | Nick Desaulniers | -1/+1 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -42/+64 |
| 2013-08-09 | rustpkg: Simplify the PkgId struct | Tim Chevalier | -4/+4 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -42/+64 |
| 2013-08-09 | rustpkg: another fix for windows | Erick Tryzelaar | -1/+2 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1/+1 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -5/+5 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -2/+3 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -5/+5 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -2/+3 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -5/+5 |
| 2013-07-27 | rustc: reorganize driver, replace compile_upto with multiple more-obvious fun... | Graydon Hoare | -20/+11 |
| 2013-07-23 | std: add test for str::as_c_str | Erick Tryzelaar | -1/+1 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -2/+2 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -9/+10 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -19/+18 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -15/+19 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -1/+1 |
| 2013-07-15 | rustpkg: Handle local git repositories | Tim Chevalier | -1/+1 |
| 2013-07-13 | rustpkg: Implement `uninstall` and `list` commands | Tim Chevalier | -7/+4 |
| 2013-07-08 | Patch up some new errors from rustpkg | Niko Matsakis | -3/+3 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -1/+1 |
| 2013-07-04 | Bring compiletest/rustpkg/driver up to date on std vs core | Alex Crichton | -1/+2 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -3/+3 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -3/+3 |
| 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 |