| Age | Commit message (Expand) | Author | Lines |
| 2013-04-24 | rustpkg: update README saying which tests pass | Tim Chevalier | -3/+23 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -1/+1 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -1/+1 |
| 2013-04-22 | docs: Sketch out rustpkg manual | Tim Chevalier | -21/+0 |
| 2013-04-19 | Assorted fixes from de-modeing rustc/syntax (rusti, rustdoc, fuzzer, rustpkg) | Alex Crichton | -9/+9 |
| 2013-04-18 | auto merge of #5914 : catamorphism/rust/copy-cops, r=catamorphism | bors | -4/+4 |
| 2013-04-18 | rustc: Anti-copy police | Tim Chevalier | -4/+4 |
| 2013-04-18 | Tidy | Tim Chevalier | -2/+53 |
| 2013-04-17 | rustpkg: Add more tests | Tim Chevalier | -0/+93 |
| 2013-04-17 | rustpkg: Add a list of rustpkg commands that should pass | Tim Chevalier | -0/+35 |
| 2013-04-17 | rustpkg: Don't execute the standard build logic if there is a pkg.rs | Tim Chevalier | -4/+5 |
| 2013-04-17 | rustpkg: Change this example to show how to do a custom build | Tim Chevalier | -0/+6 |
| 2013-04-17 | rustpkg: Remove bogus .rc file | Tim Chevalier | -25/+1 |
| 2013-04-17 | rustpkg: Implement clean; replace boolean result flags with fail!() | Tim Chevalier | -159/+67 |
| 2013-04-17 | rustpkg: Add a few tests | Tim Chevalier | -0/+161 |
| 2013-04-17 | rustpkg: Fail when crate inference fails; inject link attributes | Tim Chevalier | -85/+142 |
| 2013-04-15 | auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism | bors | -63/+138 |
| 2013-04-15 | Tidy | Tim Chevalier | -3/+3 |
| 2013-04-12 | rustpkg: Factor out tests; use a condition instead of returning an option | Tim Chevalier | -63/+138 |
| 2013-04-12 | auto merge of #5847 : catamorphism/rust/rustpkg, r=catamorphism | bors | -952/+636 |
| 2013-04-12 | Tidy | Tim Chevalier | -8/+5 |
| 2013-04-11 | rustpkg: Use pkg IDs, remove old code for now that required packages to decla... | Tim Chevalier | -964/+519 |
| 2013-04-10 | Bump version to 0.7-pre | Brian Anderson | -6/+6 |
| 2013-04-09 | Bump version to 0.7-pre | Brian Anderson | -6/+6 |
| 2013-04-05 | checkpoint | Graydon Hoare | -68/+200 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -7/+7 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -2/+2 |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -11/+11 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -6/+5 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -3/+3 |
| 2013-03-26 | Fixed all use sites and tests | Marvin Löbel | -15/+22 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -1/+0 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | libsyntax: Stop parsing `pure` and `static` | Patrick Walton | -1/+1 |
| 2013-03-20 | librustc: Remove debug code and add scary warnings for rusti/rustpkg | Patrick Walton | -0/+3 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -6/+7 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -1/+1 |
| 2013-03-08 | Finish de-implicit-selfing everything but the test suite | Ben Striegel | -0/+1 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -11/+11 |
| 2013-03-06 | auto merge of #5252 : nikomatsakis/rust/issue-5087-make-trait-not-impl-self, ... | bors | -0/+2 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -0/+2 |
| 2013-03-06 | Finish de-implicit-selifizng libcore | Ben Striegel | -1/+1 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -3/+5 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-03-02 | librustdoc: Remove `fn@`, `fn~`, and `fn&` from compiletest, fuzzer, rustdoc,... | Patrick Walton | -1/+1 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -14/+14 |
| 2013-03-01 | Merge remote-tracking branch 'remotes/origin/incoming' into incoming | Erick Tryzelaar | -1/+2 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -1/+1 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -1/+2 |