| Age | Commit message (Expand) | Author | Lines |
| 2015-07-05 | Feature-gate #[prelude_import]. | Eduard Burtescu | -1/+3 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -2/+2 |
| 2015-05-22 | Two more small fixes. | Niko Matsakis | -1/+1 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -14/+2 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -8/+41 |
| 2015-05-15 | syntax: Add unquoting ast::{Generics,WhereClause} | Erick Tryzelaar | -13/+15 |
| 2015-05-15 | syntax: Allow pretty printing more interpolated items | Erick Tryzelaar | -13/+13 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -1/+1 |
| 2015-05-04 | Correct pretty-printing of `type Foo<T> where T: Bound = ...;` | Felix S. Klock II | -1/+1 |
| 2015-04-30 | Merge branch 'master' into mulit-decor | Nick Cameron | -82/+73 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -0/+31 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -81/+41 |
| 2015-04-25 | Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor | Nick Cameron | -1/+0 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -0/+3 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -2/+28 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -0/+2 |
| 2015-04-21 | syntax: Replace String::from_str with the stable String::from | Erick Tryzelaar | -2/+2 |
| 2015-04-21 | syntax: Remove use of TraitObject in pretty printer | Erick Tryzelaar | -13/+8 |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -4/+4 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-04-13 | syntax: Publically expose printing where clauses, and add attr_to_string | Erick Tryzelaar | -0/+4 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -1/+1 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | Fallout in libsyntax | Niko Matsakis | -2/+2 |
| 2015-04-01 | Pretty print ids for assoc items | Nick Cameron | -7/+12 |
| 2015-03-26 | Auto merge of #23359 - erickt:quote, r=pnkfelix | bors | -13/+14 |
| 2015-03-24 | rollup merge of #23546: alexcrichton/hyphens | Alex Crichton | -2/+7 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -2/+7 |
| 2015-03-24 | syntax: add {trait_item,impl_item,where_clause}_to_string | Erick Tryzelaar | -13/+14 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | rollup merge of #23506: alexcrichton/remove-some-deprecated-things | Alex Crichton | -1/+13 |
| 2015-03-19 | Added missing impl_to_source! and impl_to_tokens! for TraitItem. | Vladimir Pouzanov | -0/+4 |
| 2015-03-19 | Added missing impl_to_source! and impl_to_tokens! for ImplItem. | Vladimir Pouzanov | -0/+4 |
| 2015-03-18 | rustc: Remove some long deprecated features: | Alex Crichton | -1/+13 |
| 2015-03-18 | Require braces when a closure has an explicit return type. This is a | Niko Matsakis | -1/+6 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -25/+17 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -64/+43 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -56/+59 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -10/+9 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -128/+128 |
| 2015-02-24 | syntax: update pretty-printer for the `<T>::method` shorthand. | Eduard Burtescu | -3/+6 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -9/+14 |
| 2015-02-24 | syntax: use a single Path for Trait::Item in QPath. | Eduard Burtescu | -27/+26 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -0/+12 |