| Age | Commit message (Expand) | Author | Lines |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -4/+3 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -4/+3 |
| 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-13 | Merge branch 'master' into mulit-decor | Nick Cameron | -9/+9 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -1/+1 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -9/+9 |
| 2015-05-04 | Correct pretty-printing of `type Foo<T> where T: Bound = ...;` | Felix S. Klock II | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -9/+9 |
| 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 | -3/+3 |
| 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 | -5/+5 |
| 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 | -4/+4 |
| 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 | -4/+4 |
| 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 | -152/+152 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |