| Age | Commit message (Expand) | Author | Lines |
| 2015-05-17 | Allow #[derive()] to generate unsafe methods | Manish Goregaokar | -1/+23 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -106/+107 |
| 2015-05-16 | Auto merge of #25462 - alexcrichton:favicon-https, r=nrc | bors | -1/+1 |
| 2015-05-16 | Auto merge of #25444 - nikomatsakis:macro-tt-fix, r=pnkfelix | bors | -34/+78 |
| 2015-05-16 | Auto merge of #25487 - P1start:extern-crate-unexpected-error, r=huonw | bors | -5/+1 |
| 2015-05-16 | Clarify the error message for malformed `extern crate` statements | P1start | -5/+1 |
| 2015-05-16 | Fix the spans of `move` closures | P1start | -4/+5 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-15 | Permit token trees, identifiers, and blocks to be following by | Niko Matsakis | -34/+78 |
| 2015-05-15 | Auto merge of #25219 - Eljay:fix-comment-parsing, r=alexcrichton | bors | -24/+39 |
| 2015-05-15 | syntax: Unquoting some statements requires trailing semicolons | Erick Tryzelaar | -3/+11 |
| 2015-05-15 | syntax: Add unquoting ast::{Generics,WhereClause} | Erick Tryzelaar | -13/+38 |
| 2015-05-15 | syntax: Allow pretty printing more interpolated items | Erick Tryzelaar | -13/+13 |
| 2015-05-14 | Fix stupid mistake from previous commit | Lee Jeffery | -2/+5 |
| 2015-05-14 | Make BytePos calculation same as original | Lee Jeffery | -1/+2 |
| 2015-05-14 | syntax: abstract over the file loading mechanism. | Eduard Burtescu | -15/+58 |
| 2015-05-14 | syntax::parse: optimize file_to_filemap to read a string directly. | Eduard Burtescu | -21/+7 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -18/+12 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -44/+41 |
| 2015-05-14 | Move tracking of the next NodeId from syntax's ParseSess to rustc's Session. | Eduard Burtescu | -20/+1 |
| 2015-05-13 | Added test to check that newlines are stripped from comments | Lee Jeffery | -0/+9 |
| 2015-05-13 | Fix byte offset and error message inconsistencies | Lee Jeffery | -3/+3 |
| 2015-05-13 | make diagnostic message clearer when called from cargo | Mathieu Rochette | -1/+1 |
| 2015-05-13 | Auto merge of #25318 - nrc:for-expn, r=sfackler | bors | -14/+52 |
| 2015-05-13 | address more review comments | Manish Goregaokar | -1/+6 |
| 2015-05-13 | Merge branch 'master' into mulit-decor | Nick Cameron | -47/+27 |
| 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 |