| Age | Commit message (Expand) | Author | Lines |
| 2013-02-15 | Rename cargo to rustpkg and start over fresh | Zack Corr | -1981/+0 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -1/+1 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -1/+1 |
| 2013-02-15 | libcargo: Get rid of `move`. | Luqman Aden | -3/+3 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -15/+15 |
| 2013-02-09 | auto merge of #4854 : thestinger/rust/oldmap, r=catamorphism | bors | -9/+9 |
| 2013-02-09 | auto merge of #4848 : nikomatsakis/rust/issue-4821-bad-kind-computation, r=ca... | bors | -5/+5 |
| 2013-02-08 | oldmap: get rid of legacy _ref suffixes | Daniel Micay | -9/+9 |
| 2013-02-08 | Fix subtle error in caching during kind computation that could cause linear | Niko Matsakis | -5/+5 |
| 2013-02-07 | implement BaseIter for LinearMap | Daniel Micay | -1/+1 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -9/+9 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -9/+9 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -9/+9 |
| 2013-02-03 | oldmap: &K instead of K for the remove parameter | Daniel Micay | -3/+3 |
| 2013-02-03 | oldmap: remove legacy each method | Daniel Micay | -17/+17 |
| 2013-02-03 | oldmap: get rid of the legacy each_key method | Daniel Micay | -3/+3 |
| 2013-02-03 | oldmap: remove the legacy each_value method | Daniel Micay | -3/+3 |
| 2013-02-03 | oldmap: implement core::container::Container | Daniel Micay | -2/+2 |
| 2013-02-03 | oldmap: get rid of the legacy contains_key method | Daniel Micay | -2/+2 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -5/+5 |
| 2013-02-01 | Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1 | Brian Anderson | -1/+1 |
| 2013-01-31 | cleanup for make check | John Clements | -2/+2 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -16/+16 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -10/+8 |
| 2013-01-30 | librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li... | Patrick Walton | -87/+81 |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -0/+1 |
| 2013-01-28 | get rid of LinearMap's find_copy method | Daniel Micay | -23/+23 |
| 2013-01-26 | cargo: remove structural records | Tim Chevalier | -5/+5 |
| 2013-01-23 | Merge pull request #4594 from thestinger/map | Tim Chevalier | -15/+15 |
| 2013-01-23 | switch LinearMap to current constructor convention | Daniel Micay | -3/+3 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -16/+18 |
| 2013-01-23 | rename hashmap find/get -> find_copy/get_copy | Daniel Micay | -11/+11 |
| 2013-01-23 | rename send_map to hashmap | Daniel Micay | -1/+1 |
| 2013-01-17 | Add a license check to tidy. #4018 | Brian Anderson | -1/+0 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -1/+1 |
| 2013-01-09 | syntax: convert ast::spanned into a struct | Erick Tryzelaar | -2/+4 |
| 2013-01-08 | arrange core::os::consts | ILyoan | -1/+1 |
| 2012-12-21 | bump 0.5 => 0.6, redirect some URLs in docs. | Graydon Hoare | -5/+5 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -15/+14 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -0/+1938 |
| 2012-11-28 | Register snapshots | Brian Anderson | -41/+0 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -0/+1979 |
| 2012-11-03 | library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ... | Daniel Patterson | -0/+38 |