| Age | Commit message (Expand) | Author | Lines |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -4548/+0 |
| 2012-11-06 | Cleanup how we handle proto in types, remove unsound subtyping | Niko Matsakis | -21/+21 |
| 2012-11-05 | rustc: Implement parsing and typechecking for "once fn" | Patrick Walton | -0/+18 |
| 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 | -2/+2 |
| 2012-10-24 | Implement proper subtyping for region fn types (part of #2263) | Niko Matsakis | -1/+1 |
| 2012-10-23 | rustc: Implement typechecking for simple monomorphic derivable traits on mono... | Patrick Walton | -10/+15 |
| 2012-10-22 | rustc: Implement generic cross-crate trait inheritance | Patrick Walton | -0/+18 |
| 2012-10-22 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -169/+356 |
| 2012-10-18 | rustc: Implement intra-crate static methods on anonymous trait implementation... | Patrick Walton | -9/+119 |
| 2012-10-18 | libcore: minor code cleanup. | Erick Tryzelaar | -7/+6 |
| 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 | -49/+49 |
| 2012-10-15 | rustc: Implement monomorphic default methods. r=nmatsakis | Patrick Walton | -7/+93 |
| 2012-10-12 | remove ctor from ast (take 2) (no review: just dead code removal) | Niko Matsakis | -26/+2 |
| 2012-10-12 | Use the Nth impl when translating a static method call, instead | Niko Matsakis | -27/+38 |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -2/+2 |
| 2012-10-11 | Remove obsolete FIXME | Tim Chevalier | -1/+0 |
| 2012-10-09 | Remove old serialization2 vestigial code | Erick Tryzelaar | -2/+2 |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -162/+163 |
| 2012-10-07 | migrate libsyntax/rustc to auto_serialize2 | Erick Tryzelaar | -167/+172 |
| 2012-10-06 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -3/+13 |
| 2012-10-05 | Remove by-mutable-ref mode from the compiler | Tim Chevalier | -2/+0 |
| 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/+12 |
| 2012-10-05 | Revert "wip" | Tim Chevalier | -1/+3 |
| 2012-10-05 | wip | Tim Chevalier | -3/+1 |
| 2012-10-03 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -113/+113 |
| 2012-10-02 | rustc: Add a side table for legacy boxed traits, not filled in. | Patrick Walton | -1/+2 |
| 2012-10-01 | rename vec::raw::form_slice to buf_as_slice | Erick Tryzelaar | -2/+2 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -2/+2 |
| 2012-09-28 | demode vec | Niko Matsakis | -3/+3 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -3/+3 |
| 2012-09-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -2/+2 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -3/+3 |
| 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 | -66/+65 |
| 2012-09-26 | turn ast::ident into a struct | Erick Tryzelaar | -28/+28 |
| 2012-09-26 | Allow hashmaps to infer their types | Erick Tryzelaar | -4/+4 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -10/+10 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -7/+5 |
| 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 | -22/+22 |
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -22/+22 |
| 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-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+9 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -29/+29 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -8/+7 |