| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | Add AbiSet and integrate it into the AST. | Niko Matsakis | -0/+1 |
| 2013-03-26 | librustc: Enforce that `extern mod` directives come first, then `use` directi... | Patrick Walton | -2/+2 |
| 2013-03-20 | change some uses of fail_unless to assert_eq | John Clements | -1/+0 |
| 2013-03-19 | syntax: move ext/deriving.rs to ext/deriving/mod.rs | Andrew Paseltiner | -0/+2 |
| 2013-03-13 | test: Fix tests. rs=tests | Patrick Walton | -1/+0 |
| 2013-03-12 | Create asm! syntax extension. | Luqman Aden | -0/+1 |
| 2013-03-03 | libsyntax: deny deprecated_self in libsyntax | Erick Tryzelaar | -1/+1 |
| 2013-03-01 | librustc: "APL2" -> "ASL2". rs=license-fix | Patrick Walton | -1/+1 |
| 2013-02-28 | Fix license attribute on crates | sevrak | -1/+2 |
| 2013-02-27 | Introduce lifetime declarations into the lists of type parameters. | Niko Matsakis | -0/+1 |
| 2013-02-21 | Get rid of structural records in libsyntax and the last bit in librustc. | Luqman Aden | -1/+0 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+0 |
| 2013-01-31 | test cases, cleanup | John Clements | -1/+3 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -61/+36 |
| 2013-01-29 | libsyntax: De-export a lot of libsyntax. rs=deƫxporting | Patrick Walton | -6/+0 |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -0/+1 |
| 2013-01-28 | Add #[legacy_records] crate attribute | Tim Chevalier | -1/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -4/+4 |
| 2012-12-21 | bump 0.5 => 0.6, redirect some URLs in docs. | Graydon Hoare | -3/+3 |
| 2012-12-19 | Remove the old serialization code | Erick Tryzelaar | -2/+0 |
| 2012-12-19 | Remove transitional path2 attribute | Brian Anderson | -2/+2 |
| 2012-12-17 | Make the path and path2 attributes equivalent. Remove some uses | Brian Anderson | -20/+2 |
| 2012-12-13 | Begin renaming serialization to std::serialize. (snapshot) | Erick Tryzelaar | -0/+3 |
| 2012-12-13 | librustc: Make `use` statements crate-relative by default. r=brson | Patrick Walton | -0/+5 |
| 2012-12-12 | syntax: remove remaining #syntaxext machinery. Close #3516. | Graydon Hoare | -3/+0 |
| 2012-12-12 | syntax: remove most code handling old-style syntax extensions. | Graydon Hoare | -3/+0 |
| 2012-12-12 | syntax: remove all remaining uses of #ast, and #ast / qquote itself. | Graydon Hoare | -3/+0 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | Remove uses of #[merge] | Brian Anderson | -3/+2 |
| 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 |