| Age | Commit message (Expand) | Author | Lines |
| 2012-11-28 | Register snapshots | Brian Anderson | -56/+27 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -2/+2 |
| 2012-11-20 | rustc: Implement "deriving" for monomorphic structs via a syntax extension. r... | Patrick Walton | -0/+1 |
| 2012-11-17 | Merge remote-tracking branch 'brson/codemap' | Brian Anderson | -1/+0 |
| 2012-11-13 | rustc: add new token-tree based quasiquoter. | Graydon Hoare | -0/+3 |
| 2012-11-12 | Convert codemap from legacy_exports | Brian Anderson | -1/+0 |
| 2012-10-12 | bump version to 0.5. | Graydon Hoare | -3/+3 |
| 2012-10-08 | Revert "Revert "Remove old auto_serialize2 code (needs snapshot)"" | Tim Chevalier | -3/+0 |
| 2012-10-08 | Revert "Remove old auto_serialize2 code (needs snapshot)" | Tim Chevalier | -0/+3 |
| 2012-10-07 | Remove old auto_serialize2 code (needs snapshot) | Erick Tryzelaar | -3/+0 |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -1/+1 |
| 2012-10-07 | remove the old auto_serialize syntax extension | Erick Tryzelaar | -0/+1 |
| 2012-09-28 | Add allow(deprecated_\*) to syntax, rustc, rustdoc, et al | Brian Anderson | -0/+2 |
| 2012-09-26 | libsyntax: implement auto_serialize2 for enums, records, and structs | Erick Tryzelaar | -0/+2 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+52 |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 |
| 2012-09-18 | Add allow(non_camel_case_types) to unconverted crates | Brian Anderson | -0/+1 |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -2/+2 |
| 2012-09-08 | libsyntax: Parse and report errors for a few obsolete syntaxes | Brian Anderson | -0/+3 |
| 2012-09-05 | rustc: "import" -> "use" in .rc files | Patrick Walton | -1/+1 |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -3/+3 |
| 2012-08-24 | "earley_parser" -> "macro_parser" Let's be less confusing. | Paul Stansifer | -1/+1 |
| 2012-08-15 | Add trace_macros! | Eric Holk | -0/+2 |
| 2012-08-01 | Clean out transitional lint. | Graydon Hoare | -5/+0 |
| 2012-07-26 | Nomenclature fixes in the lint checker. Fewer double-negatives. | Graydon Hoare | -0/+5 |
| 2012-07-17 | Added liveness analysis for protocols, and removed warnings about empty states. | Eric Holk | -0/+1 |
| 2012-07-17 | Error checking for protocols. We'll need spans though. | Eric Holk | -0/+2 |
| 2012-07-11 | Fix some version numbers. | Graydon Hoare | -3/+3 |
| 2012-07-09 | Allow defining token tree macros. They should work now! | Paul Stansifer | -1/+3 |
| 2012-07-06 | pingpong protocol parses, although I should probably rewrite this to use Paul... | Eric Holk | -1/+2 |
| 2012-07-06 | You can have any protocol you want, provided it's pingpong. | Eric Holk | -1/+4 |
| 2012-07-06 | Plumbing and parsing for item-position macros. | Eric Holk | -0/+2 |
| 2012-07-05 | Move earley_parser.rs to a more appropriate place | Paul Stansifer | -1/+1 |
| 2012-07-05 | Some rearranging in perparation for MBE-style TT transcription. | Paul Stansifer | -0/+3 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -3/+3 |
| 2012-06-25 | parsing for the macro system | Paul Stansifer | -0/+3 |
| 2012-06-15 | Make token trees parseable. | Paul Stansifer | -0/+1 |
| 2012-06-04 | Make vecs implicitly copyable for all of our projects. | Michael Sullivan | -0/+2 |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+72 |