| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | remove unnecessary abstraction | John Clements | -10/+5 |
| 2014-06-27 | cleanup and shiny new more-functional interface | John Clements | -55/+36 |
| 2014-06-27 | WIP match hygiene, compiles | John Clements | -12/+12 |
| 2014-06-27 | get rid of needless wrapper function | John Clements | -14/+8 |
| 2014-06-27 | working on hygiene | John Clements | -12/+50 |
| 2014-06-25 | don't expand subexprs of for loop, just re-expand whole thing. | John Clements | -5/+6 |
| 2014-06-25 | remove misleading and unnecessary underscores | John Clements | -2/+3 |
| 2014-06-25 | remove unneccessary pubs, shorten names | John Clements | -9/+9 |
| 2014-06-25 | remove unneeded visit_ty methods | John Clements | -9/+0 |
| 2014-06-25 | add unit test for match var hygiene | John Clements | -0/+12 |
| 2014-06-25 | enrich and rename crate_idents test case | John Clements | -6/+12 |
| 2014-06-25 | comments only | John Clements | -4/+9 |
| 2014-06-25 | revive old commented-out test cases as ignored test cases for hygiene | John Clements | -6/+58 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+3 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -5/+6 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -38/+40 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -122/+30 |
| 2014-05-28 | Expand macros in patterns | Keegan McAllister | -5/+90 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -17/+17 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -17/+17 |
| 2014-05-27 | syntax: desugar a `for` loop to a let binding to get better error | Huon Wilson | -4/+32 |
| 2014-05-26 | syntax: Add a source field to `Local` for tracking if it comes from `let`s or... | Huon Wilson | -1/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-24 | Port more stuff to mark used attributes | Steven Fackler | -0/+3 |
| 2014-05-24 | First sketch of lint pass | Steven Fackler | -1/+1 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -0/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -26/+26 |
| 2014-05-18 | Output debug info on how `#[phase] extern crate foo;` gets resolved. | Felix S. Klock II | -0/+3 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -4/+12 |
| 2014-05-13 | libsyntax: Workaround pprust `for` issue | klutzy | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -3/+3 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -24/+28 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -6/+0 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -13/+13 |
| 2014-04-16 | syntax: unify all MacResult's into a single trait. | Huon Wilson | -36/+28 |
| 2014-04-08 | Test fixes from rollup | Alex Crichton | -8/+0 |
| 2014-04-08 | rustc: Never register syntax crates in CStore | Alex Crichton | -4/+4 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -5/+5 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+1 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -1/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -3/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -2/+2 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -1/+1 |
| 2014-03-17 | Fix rustdoc and tests. | Eduard Burtescu | -7/+7 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -7/+8 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -0/+6 |
| 2014-03-11 | Add an ItemModifier syntax extension type | Steven Fackler | -1/+46 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -2/+2 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -9/+30 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -56/+56 |