| Age | Commit message (Expand) | Author | Lines |
| 2013-06-20 | Ignore rustpkg tests | James Miller | -1/+1 |
| 2013-06-15 | auto merge of #7148 : catamorphism/rust/rustpkg_tests, r=graydon | bors | -120/+558 |
| 2013-06-15 | auto merge of #7125 : alexcrichton/rust/rusti-issues, r=brson | bors | -5/+11 |
| 2013-06-14 | rustpkg: Write more automated tests | Tim Chevalier | -120/+558 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -3/+0 |
| 2013-06-13 | Resolve LLVM crashing in rustpkg tests | Alex Crichton | -5/+11 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -15/+15 |
| 2013-06-12 | Silence some warnings. | Huon Wilson | -2/+2 |
| 2013-06-12 | std: convert str::replace to a method. | Huon Wilson | -1/+1 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -2/+1 |
| 2013-06-11 | auto merge of #7056 : alexcrichton/rust/issue-4727, r=catamorphism | bors | -1/+1 |
| 2013-06-11 | Ignore the test_package_request_version test for now | Alex Crichton | -1/+1 |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -3/+3 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -2/+2 |
| 2013-06-11 | std: remove str::to_chars | Huon Wilson | -3/+2 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -2/+2 |
| 2013-06-10 | std: convert character-based str::find_* to methods. Add .slice_{to,from} met... | Huon Wilson | -1/+1 |
| 2013-06-10 | std: fix compile & test | Huon Wilson | -6/+4 |
| 2013-06-10 | std: replace str::each_split* with an iterator | Huon Wilson | -5/+5 |
| 2013-06-09 | rustpkg: Accept package IDs like github.com/foo/bar#0.3 | Tim Chevalier | -341/+542 |
| 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 |