| Age | Commit message (Expand) | Author | Lines |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -10/+3 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -109/+0 |
| 2012-12-07 | syntax: stage0-guard uses of #ast, rewrite as quote_foo! in stage1,2. | Graydon Hoare | -97/+113 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -6/+6 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -0/+5 |
| 2012-11-20 | syntax: switch tt quoter to emit ~[tt], not tt. | Graydon Hoare | -0/+9 |
| 2012-11-14 | Add types for character position and byte position in the codemap | Brian Anderson | -6/+7 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -4/+4 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -8/+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 | demode vec | Niko Matsakis | -2/+2 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -44/+42 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -2/+2 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -1/+2 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -3/+3 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -5/+3 |
| 2012-09-10 | Make moves explicit in pipes and pipe compiler | Tim Chevalier | -16/+17 |
| 2012-09-04 | libsyntax: "import" -> "use" | Patrick Walton | -11/+10 |
| 2012-08-28 | Convert core::pipes to camel case | Brian Anderson | -8/+8 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -1/+1 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -9/+9 |
| 2012-08-24 | fix some unused pattern binding warnings | Niko Matsakis | -2/+2 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -19/+19 |
| 2012-08-22 | intern identifiers | Paul Stansifer | -66/+76 |
| 2012-08-17 | Track spans better in the protocol compiler so we can get better error messages. | Eric Holk | -3/+9 |
| 2012-08-15 | Modify pipec to not emit calls to some and none | Brian Anderson | -4/+4 |
| 2012-08-15 | pipes: Rename the pipec-generated buffer to __Buffer | Brian Anderson | -2/+2 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -1/+1 |
| 2012-08-08 | libsyntax: Parse common enum fields | Patrick Walton | -1/+3 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -16/+10 |
| 2012-08-08 | rustc: Do some plumbing work in preparation for common fields in enums | Patrick Walton | -1/+2 |
| 2012-08-07 | Generate try_send versions for all the messages. Fixes #3128 | Eric Holk | -55/+90 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -11/+11 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -26/+27 |
| 2012-08-03 | rustc: Add the notion of inherited visibility | Patrick Walton | -1/+0 |
| 2012-08-03 | rustc: Remove all fixed-length strings from our codebase | Patrick Walton | -5/+5 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -23/+23 |
| 2012-07-30 | Impl-ize interner. | Paul Stansifer | -1/+0 |
| 2012-07-27 | rustc: Use coherence for operator overloading. | Patrick Walton | -1/+1 |
| 2012-07-25 | Polymorphic protocols work well enough to do MapReduce. | Eric Holk | -6/+8 |
| 2012-07-25 | Bounded protocols work well enough to compile core, but map reduce has too ma... | Eric Holk | -14/+35 |
| 2012-07-25 | Thread spans through the pipe compiler. They aren't perfect, but they make de... | Eric Holk | -9/+10 |
| 2012-07-25 | Compiled a bounded version of pingpong. | Eric Holk | -40/+143 |
| 2012-07-25 | Generate buffer type for bounded protocols | Eric Holk | -0/+18 |
| 2012-07-25 | Refactoring pipes to allow implementing bounded protocols. | Eric Holk | -2/+5 |
| 2012-07-18 | syntax: Parse multiple trait refs in a single implementation | Patrick Walton | -0/+1 |
| 2012-07-17 | rustc: Fix coherence errors in the build | Patrick Walton | -24/+22 |