| Age | Commit message (Expand) | Author | Lines |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -1246/+0 |
| 2012-10-30 | rustc: Instantiate trait refs for automatically-derived implementations. Shou... | Patrick Walton | -1/+4 |
| 2012-10-25 | Merge remote-tracking branch '14427/incoming' | Brian Anderson | -1/+1 |
| 2012-10-23 | rustc: Implement typechecking for simple monomorphic derivable traits on mono... | Patrick Walton | -10/+15 |
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -75/+101 |
| 2012-10-18 | rustc: Implement intra-crate static methods on anonymous trait implementation... | Patrick Walton | -2/+20 |
| 2012-10-18 | libcore: call [u8] values bytes, not bufs | Erick Tryzelaar | -2/+2 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -4/+4 |
| 2012-10-15 | rustc: Implement monomorphic default methods. r=nmatsakis | Patrick Walton | -4/+26 |
| 2012-10-12 | remove ctor from ast (take 2) (no review: just dead code removal) | Niko Matsakis | -21/+1 |
| 2012-10-12 | Use the Nth impl when translating a static method call, instead | Niko Matsakis | -0/+1 |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -40/+40 |
| 2012-10-07 | migrate libsyntax/rustc to auto_serialize2 | Erick Tryzelaar | -43/+48 |
| 2012-10-06 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -1/+12 |
| 2012-10-05 | Remove uses of mutable ref mode. | Tim Chevalier | -1/+1 |
| 2012-10-05 | rustc: Implement simple uses of &trait | Patrick Walton | -0/+11 |
| 2012-10-05 | Revert "wip" | Tim Chevalier | -1/+1 |
| 2012-10-05 | wip | Tim Chevalier | -1/+1 |
| 2012-10-03 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -31/+30 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -2/+2 |
| 2012-09-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -1/+1 |
| 2012-09-26 | core: Fix mode warnings in str | Brian Anderson | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -28/+27 |
| 2012-09-23 | core: Demode option | Brian Anderson | -2/+2 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -1/+1 |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -2/+2 |
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -2/+2 |
| 2012-09-20 | Remove export_map from resolve, just use export_map2. | Graydon Hoare | -3/+0 |
| 2012-09-20 | libcore: Make BytesWriters not require shared boxes. | Patrick Walton | -1/+1 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -18/+18 |
| 2012-09-19 | Remove hokey-hashes from metadata indexes. | Graydon Hoare | -5/+8 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -2/+4 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -7/+5 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -5/+7 |
| 2012-09-18 | libcore: make a copyless io::BytesWriter | Erick Tryzelaar | -20/+17 |
| 2012-09-15 | libcore: rename *flate_buf to *flate_bytes (#3444) | Erick Tryzelaar | -1/+1 |
| 2012-09-11 | Make moves explicit in rustc | Tim Chevalier | -1/+1 |
| 2012-09-10 | Camel case std::serialization | Brian Anderson | -2/+0 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -8/+8 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -1/+1 |
| 2012-09-07 | Convert 'again' to 'loop'. Remove 'again' keyword | Brian Anderson | -1/+1 |
| 2012-09-07 | Remove support for multiple traits in a single impl | Tim Chevalier | -5/+2 |
| 2012-09-07 | rustc: Add a str_eq lang item for pattern matching | Patrick Walton | -0/+1 |
| 2012-09-07 | Refactor fn_ty, working towards #3320 | Niko Matsakis | -1/+1 |
| 2012-09-05 | Mark crate metadata with a version tag. Close #3390. | Graydon Hoare | -1/+20 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -1/+1 |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -21/+21 |
| 2012-08-30 | rustc: "extern mod { ... }" should be written "extern { ... }" instead | Patrick Walton | -1/+0 |
| 2012-08-29 | Rename resolve3 -> resolve. | Graydon Hoare | -3/+3 |