| Age | Commit message (Expand) | Author | Lines |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -5/+5 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -2/+2 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -2/+2 |
| 2012-10-01 | Add deserializable and more types to serialization2 | Erick Tryzelaar | -62/+114 |
| 2012-10-01 | libstd: remove unused imports from json | Erick Tryzelaar | -3/+0 |
| 2012-10-01 | Demode ebml, ebml2, json, par | Tim Chevalier | -4/+4 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-28 | Long lines | Brian Anderson | -1/+1 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -12/+11 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -12/+17 |
| 2012-09-26 | libstd: port json over to serialization2 | Erick Tryzelaar | -462/+754 |
| 2012-09-26 | Refactoring ReaderUtil trait, combining it with the traitless impl on Reader. | Eric Holk | -1/+1 |
| 2012-09-25 | Fix long lines | Tim Chevalier | -1/+2 |
| 2012-09-25 | Demode core::result | Brian Anderson | -7/+7 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -27/+0 |
| 2012-09-21 | libcore: De-mode str | Patrick Walton | -11/+11 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+27 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -3/+3 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -3/+3 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+3 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -3/+3 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -3/+3 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -1/+1 |
| 2012-09-13 | CamelCase and demode json.rs and deque.rs | Kevin Cantu | -3/+6 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -2/+2 |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -3/+3 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -4/+4 |
| 2012-09-10 | rustc: Make shape-based compare glue never called for comparison operators. | Patrick Walton | -1/+78 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -1/+1 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -3/+3 |
| 2012-09-04 | libstd: "import" -> "use" | Patrick Walton | -8/+5 |
| 2012-09-02 | std: warn(non_camel_case_types) everywhere. still some exceptions | Brian Anderson | -2/+0 |
| 2012-09-01 | Remove the 'to' keyword | Brian Anderson | -9/+9 |
| 2012-08-31 | Various JSON pretty printing tweaks | Kevin Cantu | -9/+31 |
| 2012-08-31 | Fix JSON parsing of unicode escapes | Kevin Cantu | -5/+13 |
| 2012-08-31 | Pretty print JSON: sorting object keys | Kevin Cantu | -6/+19 |
| 2012-08-31 | Pretty print JSON: indentation and newlines | Kevin Cantu | -0/+68 |
| 2012-08-30 | Fix json test. | Graydon Hoare | -9/+7 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -1/+16 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -178/+180 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -108/+108 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -5/+5 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -1/+1 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -4/+4 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -2/+2 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -30/+29 |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -1/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -28/+28 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -94/+85 |