| Age | Commit message (Expand) | Author | Lines |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -10/+10 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -28/+28 |
| 2015-06-10 | Auto merge of #26182 - Manishearth:rollup, r=Manishearth | bors | -1/+1 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1280/+0 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 2015-06-08 | Auto merge of #26091 - chellmuth:pub-struct-field-span, r=nrc | bors | -1/+4 |
| 2015-06-08 | Auto merge of #25823 - oli-obk:static_to_const_lint, r=alexcrichton | bors | -2/+2 |
| 2015-06-07 | StructField span should include `pub` | Chris Hellmuth | -1/+4 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -2/+2 |
| 2015-06-04 | Rollup merge of #25994 - marcusklaas:issue-25969, r=huonw | Manish Goregaokar | -2/+1 |
| 2015-06-04 | Fix span for ExprPath variants | Marcus Klaas | -2/+1 |
| 2015-06-03 | Remove #[static_assert] | Steve Klabnik | -5/+0 |
| 2015-05-29 | Add feature-gate to calling const fn | Niko Matsakis | -3/+6 |
| 2015-05-27 | Auto merge of #25791 - barosl:use-paths-as-items, r=alexcrichton | bors | -0/+10 |
| 2015-05-27 | Auto merge of #25713 - Stebalien:pattern, r=alexcrichton | bors | -0/+1 |
| 2015-05-26 | Fix typo. | Nick Hamann | -1/+1 |
| 2015-05-26 | Associate each path in a `use` declaration with the item in the AST map | Barosl Lee | -0/+10 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -2/+2 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -68/+190 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -13/+31 |
| 2015-05-23 | Rollup merge of #25710 - Manishearth:no_decorator_clone, r=sfackler | Oliver Schneider | -34/+34 |
| 2015-05-22 | Allow patterns to be followed by if and in. | Steven Allen | -0/+1 |
| 2015-05-22 | Let MultiItemDecorator take `&Annotatable` (fixes #25683) | Manish Goregaokar | -34/+34 |
| 2015-05-22 | Remove error diagnostics uniqueness check and .json generation. | Felix S. Klock II | -17/+4 |
| 2015-05-22 | Two more small fixes. | Niko Matsakis | -1/+2 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -50/+76 |
| 2015-05-21 | rustc: const-qualify `const fn` function and method calls. | Eduard Burtescu | -14/+22 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -38/+125 |
| 2015-05-19 | Auto merge of #25550 - sfackler:derive-debug-unsized, r=alexcrichton | bors | -5/+11 |
| 2015-05-17 | Make #[derive(Debug)] work with unsized fields | Steven Fackler | -5/+11 |
| 2015-05-18 | syntax: Remove unused `packed` attribute | klutzy | -1/+0 |
| 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 |