| Age | Commit message (Expand) | Author | Lines |
| 2015-08-21 | Auto merge of #27613 - GSam:binop, r=nrc | bors | -3/+30 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -4/+16 |
| 2015-08-10 | Avoid adding extra paren with two casts | Garming Sam | -1/+5 |
| 2015-08-09 | Casts are a type of binop | Garming Sam | -1/+1 |
| 2015-08-09 | Add operator precedence for pretty printer | Garming Sam | -2/+25 |
| 2015-08-09 | Binary ops should add parenthesis to each side | Garming Sam | -2/+2 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -4/+16 |
| 2015-08-06 | Auto merge of #27296 - jroesch:type-macros, r=huonw | bors | -0/+3 |
| 2015-08-04 | Add a macro invocation to the type AST | Jared Roesch | -0/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+1 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -16/+16 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -2/+2 |
| 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 |