| Age | Commit message (Expand) | Author | Lines |
| 2012-12-17 | Change iter::find's closure to take a ref | Erick Tryzelaar | -2/+2 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -1/+1 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -3/+3 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | Register snapshots | Brian Anderson | -15/+0 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+15 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -5/+5 |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -1/+1 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -2/+2 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -14/+0 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -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 | -1/+1 |
| 2012-09-10 | Make all moves explicit in libsyntax | Tim Chevalier | -1/+1 |
| 2012-09-10 | Convert class methods to impl methods. Stop parsing class methods | Brian Anderson | -0/+3 |
| 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 | libsyntax: "import" -> "use" | Patrick Walton | -3/+3 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -2/+11 |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -2/+2 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -3/+3 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -5/+5 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -2/+2 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -22/+19 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -3/+3 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -2/+2 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -7/+7 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -6/+6 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -15/+9 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -1/+1 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -2/+2 |
| 2012-07-25 | Bounded protocols work well enough to compile core, but map reduce has too ma... | Eric Holk | -1/+2 |
| 2012-07-25 | Thread spans through the pipe compiler. They aren't perfect, but they make de... | Eric Holk | -20/+36 |
| 2012-07-25 | Compiled a bounded version of pingpong. | Eric Holk | -1/+18 |
| 2012-07-25 | Refactor the bounded pingpong example to avoid needing to generate unsafe code. | Eric Holk | -19/+27 |
| 2012-07-17 | Added liveness analysis for protocols, and removed warnings about empty states. | Eric Holk | -0/+20 |
| 2012-07-17 | rustc: Fix coherence errors in the build | Patrick Walton | -2/+3 |
| 2012-07-17 | Error checking for protocols. We'll need spans though. | Eric Holk | -0/+150 |