| Age | Commit message (Expand) | Author | Lines |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -3/+3 |
| 2012-09-28 | demode vec | Niko Matsakis | -3/+5 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -1/+1 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -1/+1 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -19/+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 | -1/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+19 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -13/+5 |
| 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-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -7/+7 |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -1/+1 |
| 2012-09-07 | Implement &-patterns | Tim Chevalier | -6/+8 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -2/+2 |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -12/+12 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+16 |
| 2012-08-27 | rustc: more pattern cleanup | Erick Tryzelaar | -2/+2 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -65/+65 |
| 2012-08-24 | Remove match check | Tim Chevalier | -8/+5 |
| 2012-08-23 | Add boolean constants as part of const_eval | Tim Chevalier | -24/+34 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -4/+4 |
| 2012-08-21 | Don't refute "()" in let-bindings (fixes #3104). | Ben Blum | -0/+1 |
| 2012-08-15 | Reject empty matches on inhabited types | Tim Chevalier | -3/+9 |
| 2012-08-07 | syntax: Rename expr_alt to expr_match | Brian Anderson | -1/+1 |
| 2012-08-06 | rustc: Implement pattern matching for structs | Patrick Walton | -4/+37 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -37/+39 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -77/+79 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -14/+14 |
| 2012-07-31 | rustc: Parse by-reference pattern bindings with the "ref" keyword | Patrick Walton | -20/+22 |
| 2012-07-31 | Introduce 'return', 'match' and 'module' as synonyms | Brian Anderson | -4/+4 |
| 2012-07-27 | Make alts on uninhabited enum types typecheck and translate properly | Tim Chevalier | -0/+20 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -7/+7 |
| 2012-07-13 | Support prefix notation for vstore strings. Closes #2906. | Michael Sullivan | -2/+2 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -21/+21 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -1/+1 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -13/+13 |
| 2012-06-28 | Replaced almost all vector+ in rustc (#2719) | Eric Holk | -8/+9 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -15/+15 |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -2/+2 |
| 2012-06-13 | Box AST idents | Brian Anderson | -3/+3 |
| 2012-05-03 | Mention missing constructor when complaining about inexhaustive top-level pat... | Marijn Haverbeke | -11/+27 |
| 2012-04-25 | Rewrite exhaustiveness checker | Marijn Haverbeke | -203/+235 |
| 2012-04-20 | Add new syntax for patterns that match the head constructor only | Tim Chevalier | -5/+19 |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -14/+14 |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -3/+3 |
| 2012-03-26 | rustc: Move eval_const_expr to its own mod | Brian Anderson | -2/+2 |
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -6/+6 |