| Age | Commit message (Expand) | Author | Lines |
| 2013-07-22 | temporarily disable 3 rustpkg tests | Daniel Micay | -3/+5 |
| 2013-07-21 | Remove what appears to be redundant indirection from | Gareth Smith | -2/+2 |
| 2013-07-20 | auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton | bors | -19/+18 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -19/+18 |
| 2013-07-18 | rustpkg: Make rustpkg commands work without a package ID | Tim Chevalier | -69/+169 |
| 2013-07-17 | librustc: Remove some extra "copy" keywords that came in before this change m... | Patrick Walton | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -3/+3 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -69/+93 |
| 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 | -103/+378 |
| 2013-07-13 | rustpkg: Address review comments from cmr | Tim Chevalier | -3/+3 |
| 2013-07-13 | rustpkg: Implement `uninstall` and `list` commands | Tim Chevalier | -34/+226 |
| 2013-07-08 | auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c... | bors | -10/+10 |
| 2013-07-08 | Patch up some new errors from rustpkg | Niko Matsakis | -10/+10 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -8/+8 |
| 2013-07-04 | Bring compiletest/rustpkg/driver up to date on std vs core | Alex Crichton | -5/+2 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -5/+6 |
| 2013-07-03 | auto merge of #7523 : huonw/rust/uppercase-statics-lint, r=cmr | bors | -23/+23 |
| 2013-07-01 | auto merge of #7409 : alexcrichton/rust/threadsafe, r=cmr | bors | -14/+10 |
| 2013-07-01 | Turn on using LLVM threadsafely | Alex Crichton | -14/+10 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -23/+23 |
| 2013-06-30 | auto merge of #7487 : huonw/rust/vec-kill, r=cmr | bors | -6/+6 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 |
| 2013-06-30 | rustpkg: Ignore a test that's failing on the dist-snap bot | Brian Anderson | -0/+1 |
| 2013-06-30 | Convert vec::{rposition, rposition_elem, position_elem, contains} to methods. | Huon Wilson | -6/+6 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -60/+44 |
| 2013-06-29 | auto merge of #7439 : catamorphism/rust/cut-rustpkg-output, r=catamorphism | bors | -3/+7 |
| 2013-06-29 | Remove unused variable | Jordi Boggiano | -1/+0 |
| 2013-06-28 | librustc: Fix even *more* merge fallout! | Patrick Walton | -0/+1 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -1/+14 |
| 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 | rustpkg: Silence extra output from rustpkg tests | Tim Chevalier | -3/+7 |
| 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 |