| Age | Commit message (Expand) | Author | Lines |
| 2012-12-09 | Remove transitional code | Brian Anderson | -135/+0 |
| 2012-12-07 | librustc: De-mode pattern bindings. r=nmatsakis | Patrick Walton | -1/+1 |
| 2012-12-07 | syntax: stage0-guard uses of #ast, rewrite as quote_foo! in stage1,2. | Graydon Hoare | -97/+122 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -14/+14 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+70 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -1/+9 |
| 2012-11-28 | Remove uses of #[merge] | Brian Anderson | -0/+70 |
| 2012-11-28 | Register snapshots | Brian Anderson | -15/+0 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -0/+12 |
| 2012-11-20 | syntax: switch tt quoter to emit ~[tt], not tt. | Graydon Hoare | -0/+9 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+15 |
| 2012-11-14 | Add types for character position and byte position in the codemap | Brian Anderson | -41/+30 |
| 2012-11-12 | Convert most codemap types from records to structs | Brian Anderson | -2/+2 |
| 2012-11-07 | rustc: Support irrefutable patterns in function arguments. r=nmatsakis | Patrick Walton | -2/+7 |
| 2012-10-23 | Don't generate move-by-init in AST builder | Tim Chevalier | -2/+8 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -42/+42 |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -16/+6 |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -3/+3 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -3/+3 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -2/+2 |
| 2012-09-28 | demode vec | Niko Matsakis | -2/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -45/+43 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -14/+0 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -2/+2 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -5/+5 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -1/+3 |
| 2012-09-20 | Revert "syntax: Make attributes sendable for rustdoc's benefit" | Brian Anderson | -2/+2 |
| 2012-09-20 | syntax: Make attributes sendable for rustdoc's benefit | Brian Anderson | -2/+2 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+14 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -4/+4 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -9/+5 |
| 2012-09-10 | Make all moves explicit in libsyntax | Tim Chevalier | -2/+2 |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -0/+3 |
| 2012-09-10 | Make moves explicit in pipes and pipe compiler | Tim Chevalier | -16/+17 |
| 2012-09-10 | rustc: Make shape-based compare glue never called for comparison operators. | Patrick Walton | -1/+1 |
| 2012-09-07 | Remove 'let' syntax for struct fields | Brian Anderson | -4/+4 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-06 | Remove struct ctors | Brian Anderson | -7/+9 |
| 2012-09-04 | Remove 'with' | Brian Anderson | -4/+4 |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -26/+25 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -2/+11 |
| 2012-08-28 | CamelCasify lots of std | Ben Striegel | -3/+3 |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -11/+25 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -4/+4 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -32/+32 |
| 2012-08-24 | fix some unused pattern binding warnings | Niko Matsakis | -2/+2 |
| 2012-08-23 | Remove purity from fn_decl and move it out to containing AST elements. | Michael Sullivan | -1/+1 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -35/+35 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -113/+116 |