| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-06 | Auto merge of #21947 - bluss:full-range-syntax, r=brson | bors | -3/+1 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -4/+4 |
| 2015-02-05 | Implement pretty-printing of `..` and update tests. | Ulrik Sverdrup | -3/+1 |
| 2015-02-03 | Remove the explicit closure kind syntax from the parser and AST; | Niko Matsakis | -14/+5 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -42/+42 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -41/+41 |
| 2015-02-02 | Omit integer suffix when unnecessary | Alfie John | -47/+47 |
| 2015-01-31 | Kill more `isize`s | Tobias Bucher | -1/+1 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-27 | fix #[cfg(test)] warnings | Jorge Aparicio | -1/+0 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -32/+32 |
| 2015-01-26 | Remove dead code related to old closures. | Eduard Burtescu | -84/+11 |
| 2015-01-26 | Remove "unboxed" attribute in code referring to new closures. | Eduard Burtescu | -8/+8 |
| 2015-01-24 | Auto merge of #21079 - huonw:chained-cmp-tweaks, r=pnkfelix | bors | -2/+2 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -2/+2 |
| 2015-01-23 | Fix tidy. | Vadim Chugunov | -1/+1 |
| 2015-01-22 | Suppress space after idents with "ModName" style in serialization of exported... | Vadim Chugunov | -1/+10 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -43/+25 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -2/+2 |
| 2015-01-21 | rollup merge of #21340: pshc/libsyntax-no-more-ints | Alex Crichton | -108/+108 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-21 | syntax: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -43/+25 |
| 2015-01-18 | libsyntax: 0u -> 0us, 0i -> 0is | Paul Collier | -46/+46 |
| 2015-01-18 | libsyntax: int types -> isize | Paul Collier | -27/+27 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -18/+10 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -2/+2 |