| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |