| Age | Commit message (Expand) | Author | Lines |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -2/+4 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -1/+2 |
| 2015-06-16 | Auto merge of #26280 - Marwes:deriving_discriminant, r=pcwalton | bors | -42/+90 |
| 2015-06-16 | Remove superfluous variable | Simonas Kazlauskas | -2/+0 |
| 2015-06-16 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -72/+72 |
| 2015-06-14 | Replaced a comment mentioning a fixed issue | Markus Westerlind | -3/+5 |
| 2015-06-14 | diagnostics: Allow long URLs in error explanations. | Michael Sproul | -2/+9 |
| 2015-06-13 | Utilize discriminant_value for more efficient deriving | Markus | -39/+85 |
| 2015-06-11 | validate stability against deprecation version | Alexis Beingessner | -3/+3 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -38/+38 |
| 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 |