| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Remove arg vectors from main functions. Stop supporting them. | Brian Anderson | -1/+2 |
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -2/+2 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-26 | Fix fuzzer/cargo breakage | Brian Anderson | -2/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-26 | libstd: port json over to serialization2 | Erick Tryzelaar | -60/+59 |
| 2012-09-26 | cargo: capcase types | Erick Tryzelaar | -81/+74 |
| 2012-09-25 | Demode core::result | Brian Anderson | -5/+5 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -33/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -4/+4 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -3/+3 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -3/+3 |
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -3/+3 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+33 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -21/+21 |
| 2012-09-19 | Remove redundant hashmap constructor functions. | Graydon Hoare | -5/+5 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -6/+7 |
| 2012-09-18 | cargo: Fix copies | Brian Anderson | -32/+34 |
| 2012-09-18 | make filetype() include the "." (fixes #3412) | Niko Matsakis | -1/+1 |
| 2012-09-13 | Convert package list to dvec (cc #2280) | Niko Matsakis | -32/+27 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -5/+5 |
| 2012-09-07 | Convert 'again' to 'loop'. Remove 'again' keyword | Brian Anderson | -1/+1 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-05 | cargo: "import" -> "use" | Patrick Walton | -12/+12 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -1/+1 |
| 2012-09-01 | Demode sort.rs | Kevin Cantu | -1/+2 |
| 2012-08-30 | cargo: Fix some lack of knowledge of basic algebraic identities | Patrick Walton | -18/+3 |
| 2012-08-29 | rustc: Make `<=`, `>=`, and `>` use traits as well | Patrick Walton | -0/+18 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+25 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -28/+28 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -16/+16 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -95/+95 |
| 2012-08-25 | Fix some unused variable warnings | Brian Anderson | -26/+20 |
| 2012-08-24 | Start using core::path2::Path in a lot of places. | Graydon Hoare | -235/+242 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -74/+74 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -15/+17 |
| 2012-08-14 | Convert more core types to camel case | Brian Anderson | -1/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -67/+67 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -174/+166 |
| 2012-08-02 | Remove modes from map API and replace with regions. | Niko Matsakis | -1/+1 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -75/+75 |
| 2012-07-31 | rustc: Parse by-reference pattern bindings with the "ref" keyword | Patrick Walton | -9/+9 |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -9/+9 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -74/+74 |
| 2012-07-25 | More purity to make it easier to borrow strings in format strings. | Eric Holk | -1/+1 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -2/+2 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -1/+0 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -352/+359 |
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -1/+1 |