| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -1/+1 |
| 2015-02-22 | Add support for default trait impls in libsyntax | Flavio Percoco | -0/+12 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -2/+2 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -53/+53 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -33/+33 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -33/+33 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -1/+1 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -4/+3 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -4/+3 |
| 2015-02-17 | std: Stabilize the `ascii` module | Alex Crichton | -6/+4 |
| 2015-02-10 | Tests | Nick Cameron | -4/+10 |
| 2015-02-07 | Fake up #![no_std] on pretty-printing; keep it out of AST | Keegan McAllister | -1/+22 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -11/+11 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -17/+16 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -16/+17 |