| Age | Commit message (Expand) | Author | Lines |
| 2012-07-29 | Rewrite bitv to use classes and optimize its representation | Tim Chevalier | -2/+2 |
| 2012-07-27 | rustc: Use coherence for operator overloading. | Patrick Walton | -18/+70 |
| 2012-07-27 | Kill off another couple uses of the term 'mtcs'. | Graydon Hoare | -2/+2 |
| 2012-07-27 | early => earley. Oops. | Graydon Hoare | -1/+1 |
| 2012-07-27 | Make macro-system type and constructor names more uniform; more comments. | Graydon Hoare | -195/+231 |
| 2012-07-27 | Start killing off obsolete/unused quoters, and fix long lines. | Graydon Hoare | -76/+9 |
| 2012-07-27 | Comments in the new macro system, reflecting conversation with pauls. | Graydon Hoare | -6/+125 |
| 2012-07-27 | Correctly forbid upvars in nested impls, traits and classes | Tim Chevalier | -1/+3 |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+5 |
| 2012-07-26 | diagnostic: only print color if output is for the screen | Damian Gryski | -2/+4 |
| 2012-07-26 | Merge branch 'incoming' of github.com:mozilla/rust | Paul Stansifer | -4/+2 |
| 2012-07-26 | rustc: Fix cross-crate max/min-class-style constructors | Patrick Walton | -2/+2 |
| 2012-07-26 | Make parsing about 0.3 seconds faster. | Eric Holk | -13/+14 |
| 2012-07-26 | Add #[inline(never)], and also fixed inlining on vec::push | Eric Holk | -1/+5 |
| 2012-07-26 | Comments Only: Remove outdated FIXMEs. Fixes #2886. | Eric Holk | -2/+0 |
| 2012-07-26 | Change `#macro` to `macro_rules!` in some cases. | Paul Stansifer | -38/+29 |
| 2012-07-26 | Allow old-style syntax extensions to be called with new syntax. | Paul Stansifer | -0/+61 |
| 2012-07-26 | Make parsing about 0.3 seconds faster. | Eric Holk | -13/+14 |
| 2012-07-25 | Add #[inline(never)], and also fixed inlining on vec::push | Eric Holk | -1/+5 |
| 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 | -15/+37 |
| 2012-07-25 | Thread spans through the pipe compiler. They aren't perfect, but they make de... | Eric Holk | -70/+90 |
| 2012-07-25 | Compiled a bounded version of pingpong. | Eric Holk | -43/+244 |
| 2012-07-25 | Generate buffer type for bounded protocols | Eric Holk | -0/+31 |
| 2012-07-25 | Refactor the bounded pingpong example to avoid needing to generate unsafe code. | Eric Holk | -19/+30 |
| 2012-07-25 | Refactoring pipes to allow implementing bounded protocols. | Eric Holk | -2/+5 |
| 2012-07-24 | rustc: Parse new-style impl declarations | Patrick Walton | -34/+69 |
| 2012-07-24 | rustc: Don't require that structs have constructors | Patrick Walton | -28/+48 |
| 2012-07-24 | Bugfix: enable transcription to deal with zero-repetition cases. | Paul Stansifer | -9/+8 |
| 2012-07-24 | Improve an error message a little. | Paul Stansifer | -3/+5 |
| 2012-07-24 | Bugfix: make the parser handle the case where zero repetitions occur, by hand... | Paul Stansifer | -15/+35 |
| 2012-07-23 | syntax: Expect the closing brace after struct literals | Patrick Walton | -0/+1 |
| 2012-07-23 | rustc: Max/min classes: Add struct literal syntax | Patrick Walton | -39/+84 |
| 2012-07-23 | syntax: Remove reference to typestate in a comment | Patrick Walton | -1/+1 |
| 2012-07-19 | Revert "accept naked exprs with commas in pattern arms" due to pretty-printin... | Patrick Walton | -42/+6 |
| 2012-07-18 | accept naked exprs with commas in pattern arms | Niko Matsakis | -6/+42 |
| 2012-07-18 | Remove non-existent imports | Tim Chevalier | -3/+3 |
| 2012-07-18 | syntax: Parse multiple trait refs in a single implementation | Patrick Walton | -18/+34 |
| 2012-07-18 | prevent regions from escaping in ifaces; remove &r.T syntax | Niko Matsakis | -3/+2 |
| 2012-07-17 | Added liveness analysis for protocols, and removed warnings about empty states. | Eric Holk | -0/+115 |
| 2012-07-17 | Don't ICE when protocol steps to invalid mesasge. | Eric Holk | -21/+22 |
| 2012-07-17 | rustc: Fix coherence errors in the build | Patrick Walton | -27/+26 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -40/+213 |
| 2012-07-17 | Support attributes on class ctors and dtors | Tim Chevalier | -47/+68 |
| 2012-07-17 | Error checking for protocols. We'll need spans though. | Eric Holk | -141/+251 |
| 2012-07-16 | introduce an owned kind for data that contains no borrowed ptrs | Niko Matsakis | -9/+16 |
| 2012-07-16 | Add support for terminal states (issue #2862) | Eric Holk | -44/+111 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -423/+29 |
| 2012-07-14 | Get rid of ast::ty_vstore, which was only used for fixed length. | Michael Sullivan | -39/+21 |
| 2012-07-14 | Make the new world order normative. Closes #2908. | Michael Sullivan | -9/+0 |