| Age | Commit message (Expand) | Author | Lines |
| 2012-10-11 | Remove obsolete comment | Tim Chevalier | -5/+0 |
| 2012-10-08 | Revert "Revert "Remove old auto_serialize2 code (needs snapshot)"" | Tim Chevalier | -16/+0 |
| 2012-10-08 | Revert "Remove old auto_serialize2 code (needs snapshot)" | Tim Chevalier | -0/+16 |
| 2012-10-07 | Remove old auto_serialize2 code (needs snapshot) | Erick Tryzelaar | -16/+0 |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -0/+16 |
| 2012-10-07 | migrate libsyntax/rustc to auto_serialize2 | Erick Tryzelaar | -17/+17 |
| 2012-10-05 | rustc: Add a new method_self method call origin. Part of default methods. | Patrick Walton | -1/+2 |
| 2012-10-05 | rustc: Implement simple uses of &trait | Patrick Walton | -6/+23 |
| 2012-10-03 | Change default mode for fns to be by-copy, except for fn& | Tim Chevalier | -6/+9 |
| 2012-10-02 | rustc: Add a side table for legacy boxed traits, not filled in. | Patrick Walton | -2/+4 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -19/+19 |
| 2012-09-28 | Demode iter::foldl and friends | Tim Chevalier | -5/+5 |
| 2012-09-28 | demode vec | Niko Matsakis | -7/+7 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -1/+1 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -5/+5 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -23/+23 |
| 2012-09-25 | use + mode for (almost) everything when not using legacy modes | Niko Matsakis | -5/+25 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -530/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -3/+3 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -6/+6 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+530 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -15/+15 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -11/+11 |
| 2012-09-19 | Remove unused hokey-hashes from typeck and region inference. | Graydon Hoare | -110/+0 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -5/+5 |
| 2012-09-19 | use && for fn() even in legacy mode to work around mem leak | Niko Matsakis | -2/+12 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -14/+14 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -14/+14 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -4/+4 |
| 2012-09-18 | Treat static slices and rptrs as sendable. | Graydon Hoare | -1/+11 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -4/+23 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -3/+3 |
| 2012-09-12 | Add some monomorphizing instrumentation, simplify types before emitting glue. | Graydon Hoare | -3/+17 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -19/+19 |
| 2012-09-12 | Make moves in arguments explicit in libsyntax and rustc | Tim Chevalier | -1/+1 |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -43/+59 |
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -66/+66 |
| 2012-09-10 | rustc: Stop calling cmp shape glue in trans. | Patrick Walton | -3/+6 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -27/+27 |
| 2012-09-10 | Combine the vtable_origins from impl + method. | Niko Matsakis | -0/+15 |
| 2012-09-10 | rustc: Make shape-based compare glue never called for comparison operators. | Patrick Walton | -2/+2 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -3/+3 |
| 2012-09-07 | Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes. | Graydon Hoare | -19/+263 |
| 2012-09-07 | Remove support for multiple traits in a single impl | Tim Chevalier | -4/+4 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -10/+10 |
| 2012-09-07 | rustc: Trailing whitespace | Patrick Walton | -1/+0 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -15/+30 |
| 2012-09-07 | In typeck, don't assume traits with default methods are in the same crate | Tim Chevalier | -0/+19 |
| 2012-09-07 | Refactor fn_ty, working towards #3320 | Niko Matsakis | -141/+185 |
| 2012-09-06 | Refactor ty_var and ty_var_integral into one ty_infer variant | Niko Matsakis | -58/+71 |