| Age | Commit message (Expand) | Author | Lines |
| 2012-12-19 | Remove the old serialization code | Erick Tryzelaar | -585/+0 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-13 | cleanup: convert some remaining #foo invocations to foo! form. | Graydon Hoare | -1/+1 |
| 2012-11-03 | Remove stage0 stuff that was awaiting snapshot | Tim Chevalier | -475/+0 |
| 2012-10-15 | libstd: make Serializer a trait-level typaram | Erick Tryzelaar | -0/+487 |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -1/+1 |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -161/+453 |
| 2012-10-05 | Silence most of the remaining warnings | Brian Anderson | -0/+2 |
| 2012-10-04 | Fix long line. | Graydon Hoare | -1/+2 |
| 2012-10-04 | Finish de-exporting std. Part of #3583. | Graydon Hoare | -38/+38 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -36/+36 |
| 2012-10-01 | Demode ebml, ebml2, json, par | Tim Chevalier | -2/+2 |
| 2012-09-28 | std: Eliminate deprecated patterns | 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-19 | Remove old stage0 compat gunk | Brian Anderson | -8/+0 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -1/+1 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -1/+1 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -1/+1 |
| 2012-09-10 | Camel case std::serialization | Brian Anderson | -41/+47 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -4/+4 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -7/+7 |
| 2012-08-25 | libstd: serialization should use &strs. | Erick Tryzelaar | -3/+3 |
| 2012-08-22 | libstd: fix serialization no-implicit-copies warnings | Erick Tryzelaar | -13/+13 |
| 2012-08-15 | Expunge match checks | Tim Chevalier | -3/+4 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+2 |
| 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 | -2/+2 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -16/+6 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -2/+2 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -2/+10 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -13/+13 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -1/+1 |
| 2012-07-04 | Remove empty argument lists from do expressions | Ben Striegel | -7/+7 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -13/+13 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -14/+14 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -4/+4 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -4/+4 |
| 2012-03-16 | Check kind bounds when calling methods | Marijn Haverbeke | -3/+4 |
| 2012-03-14 | fix auto_serialize for enums with type parameters | Niko Matsakis | -0/+148 |
| 2012-03-14 | adjust auto_serialize to generate fns named serialize_T() | Niko Matsakis | -8/+118 |
| 2012-03-13 | implement deserialization, rename mk_mem_buffer() to mem_buffer() | Niko Matsakis | -0/+5 |
| 2012-03-13 | first (functional) version of the auto_serialize syntax ext | Niko Matsakis | -413/+4 |
| 2012-03-13 | Overhaul constructor naming in libs | Brian Anderson | -3/+3 |
| 2012-03-09 | std: Convert to rustdoc | Brian Anderson | -5/+1 |
| 2012-02-28 | add ability to run multi-crate tests, run tests with --inline | Niko Matsakis | -1/+1 |
| 2012-02-28 | add debugging mode which emits more verbose info | Niko Matsakis | -13/+59 |
| 2012-02-24 | Encode/decode AST into metadata, re-instantiate inlined items | Niko Matsakis | -27/+129 |
| 2012-02-15 | Rewrite exhaustiveness checker | Marijn Haverbeke | -1/+1 |
| 2012-02-13 | add serialization library; convert ebml lib to use u64 internally | Niko Matsakis | -85/+105 |