| Age | Commit message (Expand) | Author | Lines |
| 2013-06-28 | auto merge of #7397 : catamorphism/rust/rustpkg_path, r=catamorphism | bors | -11/+85 |
| 2013-06-27 | rustpkg: Implement RUST_PATH | Tim Chevalier | -11/+85 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -3/+2 |
| 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-27 | auto merge of #7403 : catamorphism/rust/package-scripts, r=brson | bors | -21/+165 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -3/+2 |
| 2013-06-26 | auto merge of #7420 : mozilla/rust/rollup, r=thestinger | bors | -4/+4 |
| 2013-06-26 | auto merge of #7382 : msullivan/rust/cleanup, r=bblum | bors | -10/+9 |
| 2013-06-26 | Refactor extra::term a bit | Kevin Ballard | -4/+4 |
| 2013-06-25 | rustpkg: Begin allowing package scripts to call the default build logic | Tim Chevalier | -21/+165 |
| 2013-06-25 | Fix some tests in rustpkg to not pollute the build directory. Closes #7278. | Michael Sullivan | -10/+9 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+0 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -14/+15 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -13/+13 |
| 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 |