| Age | Commit message (Expand) | Author | Lines |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -10/+10 |
| 2013-02-25 | test: Residual de-muting of the test suite. rs=demuting | Patrick Walton | -29/+28 |
| 2013-02-22 | test: De-mut the test suite. rs=demuting | Patrick Walton | -2/+2 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -1/+1 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -11/+11 |
| 2013-02-17 | Remove use of capture clause #4965 | Seth Pink | -1/+1 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -10/+10 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -26/+26 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -4/+4 |
| 2013-02-13 | librustc: Make monomorphic newtype structs work cross-crate | Patrick Walton | -0/+4 |
| 2013-02-12 | auto merge of #4900 : luqmana/rust/core_os_errors, r=graydon | bors | -2/+2 |
| 2013-02-12 | Revert "librustc: Make monomorphic newtype structs work cross-crate" | Graydon Hoare | -4/+0 |
| 2013-02-11 | rt: remove last_os_error and adjust tests. | Luqman Aden | -2/+2 |
| 2013-02-11 | librustc: Make monomorphic newtype structs work cross-crate | Patrick Walton | -0/+4 |
| 2013-02-05 | oldmap: use &K instead of K in find and get | Patrick Walton | -1/+1 |
| 2013-02-05 | Revert "oldmap: use &K instead of K in find and get" | Graydon Hoare | -1/+1 |
| 2013-02-04 | auto merge of pull req #4777 from thestinger/rust, r=graydon | bors | -1/+1 |
| 2013-02-03 | core: convert ToStr::to_str to take explicit &self | Erick Tryzelaar | -1/+1 |
| 2013-02-03 | oldmap: use &K instead of K in find and get | Daniel Micay | -1/+1 |
| 2013-02-03 | Merge remote-tracking branch 'thestinger/old_map' into incoming | Brian Anderson | -1/+1 |
| 2013-02-03 | librustc: Fix bugs regarding to impl privacy. rs=bugfix | Patrick Walton | -0/+25 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 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 | -4/+4 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -4/+4 |
| 2013-01-30 | librustc: Remove legacy exports from the language. r=brson | Patrick Walton | -9/+5 |
| 2013-01-30 | test: Remove export from the tests, language, and libraries. rs=deexporting | Patrick Walton | -3/+3 |
| 2013-01-30 | test: De-export aux, bench, compile-fail, and run-fail. rs=deexporting | Patrick Walton | -217/+137 |
| 2013-01-30 | Remove oldcomm from the test suite | Brian Anderson | -131/+3 |
| 2013-01-29 | Handle supertrait calls in default methods | Tim Chevalier | -0/+26 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -3/+3 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -19/+0 |
| 2013-01-26 | testsuite: Eliminate uses of structural records from most run-pass tests | Tim Chevalier | -7/+11 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -18/+26 |
| 2013-01-23 | test: fix issue 2526 'unsafe' block-keyword, r=burningtree. | Graydon Hoare | -2/+4 |
| 2013-01-17 | When decoding types, indicate to the def-id conversion function what kind of | Niko Matsakis | -0/+13 |
| 2013-01-10 | Add test cases: one xfailed, one not | Tim Chevalier | -0/+34 |
| 2013-01-09 | A collection of refactorings that I found it hard/tiresome to divide: | Niko Matsakis | -3/+3 |
| 2012-12-28 | test: Fix a bunch of compile-fail tests. rs=bustage | Patrick Walton | -3/+1 |
| 2012-12-28 | test: Fix a couple more tests. rs=bustage | Patrick Walton | -5/+2 |
| 2012-12-28 | test: Fix a bunch of run-pass tests. rs=bustage | Patrick Walton | -42/+28 |
| 2012-12-18 | Stop resolving static methods at the module level. Closes #4179 | Brian Anderson | -1/+1 |
| 2012-12-14 | Fix trait-inheritance-overloading-xc and un-xfail | Tim Chevalier | -1/+1 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -3/+3 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -8/+8 |
| 2012-12-13 | Fix encoding of trait static method paths. Closes #4097. r=pcwalton | Brian Anderson | -0/+11 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -2/+2 |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+760 |