| Age | Commit message (Expand) | Author | Lines |
| 2015-02-22 | Fix errors from #22592 | Manish Goregaokar | -4/+4 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -20/+20 |
| 2015-02-20 | make span on obsolete syntax very precise | Niko Matsakis | -1/+2 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -26/+25 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -76/+91 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -65/+66 |
| 2015-02-18 | Declare `&foo[]` to be obsolete syntax. Modify the obsolete mechanism to | Niko Matsakis | -10/+25 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -4/+6 |
| 2015-02-18 | For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when | Niko Matsakis | -11/+4 |
| 2015-02-18 | Modify parser to require `isize`/`usize` suffixes. | Niko Matsakis | -4/+13 |
| 2015-02-18 | Remove usage of .map(|&foo| foo) | Kevin Butler | -1/+1 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -7/+6 |
| 2015-02-15 | Rollup merge of #22285 - kmcallister:pub-macro, r=nick29581 | Manish Goregaokar | -0/+18 |
| 2015-02-15 | Rollup merge of #22339 - petrochenkov:int, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -1/+1 |
| 2015-02-14 | Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelix | bors | -25/+59 |
| 2015-02-13 | Forbid `pub mymacro!();` | Keegan McAllister | -0/+18 |
| 2015-02-12 | Made `Self` a keyword. | Marvin Löbel | -25/+59 |
| 2015-02-10 | rollup merge of #21918: ranma42/replace-be | Alex Crichton | -1/+1 |
| 2015-02-09 | Accept quantification of lifetimes outside the self type in where clauses. | Nick Cameron | -5/+28 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -13/+8 |
| 2015-02-06 | librustdoc has been updated | GuillaumeGomez | -4/+4 |
| 2015-02-07 | Rollup merge of #22005 - nagisa:obsolete-ctx, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-06 | Remove word syntax from obsolete syntax messages | Simonas Kazlauskas | -3/+3 |
| 2015-02-06 | Fix infinite loop error | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -5/+4 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -17/+5 |
| 2015-02-06 | Add Str trait to InternedString, set get method deprecated | GuillaumeGomez | -0/+8 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Rollup merge of #21980 - pnkfelix:more-robust-span-to-snippet, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Auto merge of #21947 - bluss:full-range-syntax, r=brson | bors | -19/+14 |
| 2015-02-05 | make codemap more robust in face of ill-formed spans. | Felix S. Klock II | -2/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -11/+11 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | register snapshots | Jorge Aparicio | -5/+3 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -5/+5 |
| 2015-02-04 | Implement `..` syntax for RangeFull as expression | Ulrik Sverdrup | -19/+14 |
| 2015-02-03 | rollup merge of #21899: nikomatsakis/closure-unify-anyhow | Alex Crichton | -29/+38 |
| 2015-02-04 | Replace `be` with `become` | Andrea Canciani | -1/+1 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -1/+1 |
| 2015-02-03 | Update for new snapshot after rebasing. | Niko Matsakis | -1/+1 |
| 2015-02-03 | Remove the explicit closure kind syntax from the parser and AST; | Niko Matsakis | -29/+38 |
| 2015-02-02 | rollup merge of #21845: Potpourri/import-syntax | Alex Crichton | -3/+8 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -2/+2 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -7/+7 |
| 2015-02-02 | rollup merge of #21825: kmcallister/ttdelim-span | Alex Crichton | -1/+24 |
| 2015-02-02 | rollup merge of #21710: alfie/libsyntax | Alex Crichton | -29/+29 |
| 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 | -6/+6 |