| Age | Commit message (Expand) | Author | Lines |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -6/+6 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -16/+16 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -6/+6 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -24/+24 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -38/+106 |
| 2014-04-08 | rustc: Never register syntax crates in CStore | Alex Crichton | -3/+2 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -17/+17 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -1/+1 |
| 2014-03-24 | auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton | bors | -2/+20 |
| 2014-03-22 | syntax: allow `trace_macros!` and `log_syntax!` in item position. | Huon Wilson | -2/+20 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -3/+3 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+6 |
| 2014-03-11 | Add an ItemModifier syntax extension type | Steven Fackler | -10/+19 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -3/+3 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -3/+3 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -17/+8 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -2/+6 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -13/+13 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-18 | Avoid returning original macro if expansion fails. | Douglas Young | -4/+10 |
| 2014-02-14 | auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw | bors | -1/+1 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -2/+1 |
| 2014-02-13 | Tweak ItemDecorator API | Steven Fackler | -1/+1 |
| 2014-02-13 | auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton | bors | -1/+1 |
| 2014-02-13 | Stop unloading syntax libraries | Steven Fackler | -8/+0 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -1/+1 |
| 2014-02-08 | Converted fourcc! to loadable syntax extension | Derek Guenther | -4/+1 |
| 2014-02-08 | Add new syntax extension fourcc!() | Kevin Ballard | -0/+3 |
| 2014-02-08 | syntax: convert deriving to take &mut ExtCtxt. | Huon Wilson | -1/+1 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -1/+1 |
| 2014-02-02 | libsyntax: De-`@str` `MacroDef` | Patrick Walton | -1/+1 |
| 2014-02-02 | librustc: De-`@str` `NameAndSpan` | Patrick Walton | -1/+2 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -6/+4 |
| 2014-02-02 | libsyntax: De-`@str` `get_single_str_from_tts` | Patrick Walton | -2/+4 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -5/+7 |
| 2014-01-25 | Simplify and rename macro API | Steven Fackler | -82/+52 |
| 2014-01-24 | auto merge of #11720 : sfackler/rust/macro-export-source, r=alexcrichton | bors | -1/+1 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -2/+2 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -2/+2 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 2014-01-20 | auto merge of #11670 : sfackler/rust/extctxt-span-note, r=alexcrichton | bors | -0/+4 |
| 2014-01-19 | Add span_note to ExtCtxt | Steven Fackler | -0/+4 |
| 2014-01-18 | syntax::ext: replace span_fatal with span_err in many places. | Huon Wilson | -16/+60 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -62/+49 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -5/+2 |