| Age | Commit message (Expand) | Author | Lines |
| 2015-05-12 | Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakis | bors | -35/+15 |
| 2015-05-12 | Rebasing | Nick Cameron | -17/+17 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -65/+110 |
| 2015-05-12 | Proper spans for for loop expansion | Nick Cameron | -14/+52 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -12/+12 |
| 2015-05-09 | Rollup merge of #25216 - barosl:no-more-task, r=Manishearth | Manish Goregaokar | -9/+9 |
| 2015-05-09 | address fallout in libsyntaxtest. | Felix S. Klock II | -1/+5 |
| 2015-05-08 | Fix CRLF line-ending parsing for comments. | Lee Jeffery | -24/+26 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -9/+9 |
| 2015-05-08 | Fallout from fixing Issue 25199. | Felix S. Klock II | -3/+4 |
| 2015-05-07 | Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonw | bors | -8/+45 |
| 2015-05-07 | Add support for registering attributes with rustc in plugins | Manish Goregaokar | -13/+26 |
| 2015-05-07 | Fix use of UFCS syntax to call methods on associated types. | Sean Patrick Santos | -35/+15 |
| 2015-05-05 | Use `empty()` instead of a special const | Tamir Duberstein | -3/+2 |
| 2015-05-05 | Guard against overflow in `codemap::span_to_lines`. | Felix S. Klock II | -8/+45 |
| 2015-05-05 | Rollup merge of #25100 - jbcrail:fix-spelling-errors, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-05-04 | Fix spelling errors in documentation. | Joseph Crail | -1/+1 |
| 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 | -12/+12 |
| 2015-05-02 | Auto merge of #25027 - Manishearth:deriving_attr, r=huonw | bors | -31/+38 |
| 2015-05-02 | Rename AstBuilder::expr_int -> AstBuilder::expr_isize | Manish Goregaokar | -5/+8 |
| 2015-05-02 | Auto merge of #25028 - bluss:drain-string, r=alexcrichton | bors | -8/+5 |
| 2015-05-01 | syntax: Avoid reallocating or copying in CodeMap::new_filemap | Ulrik Sverdrup | -8/+5 |
| 2015-05-01 | Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-01 | Get tests passing | Nick Cameron | -2/+3 |
| 2015-05-01 | Give access to field attributes in ext::deriving | Manish Goregaokar | -29/+33 |
| 2015-04-30 | Merge branch 'master' into mulit-decor | Nick Cameron | -660/+718 |
| 2015-04-30 | WIP refactor expansion of decorators and move derive to MultiDecorator | Nick Cameron | -277/+299 |
| 2015-04-29 | Remove mention of 'priv'; visibility is either PUB or nothing | Carol Nichols | -1/+1 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -34/+218 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -34/+218 |
| 2015-04-29 | Fallout | Tamir Duberstein | -18/+22 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -6/+0 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -85/+235 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -502/+189 |
| 2015-04-25 | Auto merge of #24547 - bombless:comma, r=pnkfelix | bors | -1/+40 |
| 2015-04-25 | Auto merge of #24783 - jooert:unittestguidelines, r=alexcrichton | bors | -12/+12 |
| 2015-04-25 | Rebasing and making MulitDecorators work | Nick Cameron | -29/+11 |
| 2015-04-25 | Fix #20616 | York Xiang | -1/+40 |
| 2015-04-24 | Rollup merge of #24749 - lstat:feature-gate-22820, r=nrc | Steve Klabnik | -2/+2 |
| 2015-04-25 | Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor | Nick Cameron | -12/+99 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -12/+12 |
| 2015-04-23 | Feature-gate associated constants. | Sean Patrick Santos | -0/+28 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -80/+128 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -4/+52 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -3/+29 |
| 2015-04-24 | Add ')' in `advaced_slice_patterns` error message | Luke Gallagher | -1/+1 |
| 2015-04-24 | Add missing '\' for `custom_derive` error message | Luke Gallagher | -1/+1 |
| 2015-04-24 | Do not include attributes in trait item spans. | Nick Cameron | -5/+4 |
| 2015-04-23 | Auto merge of #24683 - P1start:help-suggestions, r=nrc | bors | -3/+8 |