| Age | Commit message (Expand) | Author | Lines |
| 2015-08-01 | Auto merge of #27447 - eefriedman:parser-cleanup, r=alexcrichton | bors | -31/+0 |
| 2015-07-31 | Auto merge of #27432 - sanxiyn:impl-dotdot, r=sfackler | bors | -1/+1 |
| 2015-07-31 | Fix `impl A .. {}` | Seo Sanghyeon | -1/+1 |
| 2015-07-30 | Remove unused code in parser. | Eli Friedman | -31/+0 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -1/+8 |
| 2015-07-29 | Formatting | Brian Anderson | -1/+2 |
| 2015-07-29 | Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelix | Steve Klabnik | -17/+17 |
| 2015-07-29 | Auto merge of #26846 - P1start:print-maybe-styled-macro, r=pnkfelix | bors | -20/+38 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -17/+17 |
| 2015-07-28 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -192/+164 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -192/+164 |
| 2015-07-27 | Turn on `box(PLACE) expr` deprecation warning post-snapshot. | Eduard Burtescu | -11/+7 |
| 2015-07-26 | Auto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichton | bors | -18/+3 |
| 2015-07-26 | Remove `ast::LocalSource` with only one used variant | mitaa | -18/+3 |
| 2015-07-25 | Add omitted trailing comma | Jared Roesch | -1/+1 |
| 2015-07-25 | Add feature gate | Jared Roesch | -2/+7 |
| 2015-07-25 | Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelix | bors | -0/+6 |
| 2015-07-25 | Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakis | bors | -2/+2 |
| 2015-07-24 | Add static_recursion feature gate. | Eli Friedman | -0/+6 |
| 2015-07-24 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -12/+371 |
| 2015-07-24 | Make ICE an error and use a sensible error message | Andy Caldwell | -2/+2 |
| 2015-07-23 | review feedback: common-subexpression-elim across functions in pushpop_safe i... | Felix S. Klock II | -4/+4 |
| 2015-07-23 | Auto merge of #27203 - marcusklaas:fix-range-span, r=alexcrichton | bors | -4/+5 |
| 2015-07-22 | placate `make tidy`. | Felix S. Klock II | -3/+9 |
| 2015-07-22 | Added support for parsing `in PLACE { BLOCK_CONTENT }`. | Felix S. Klock II | -8/+33 |
| 2015-07-22 | Instrumentation in effort to understand treatment of `allow_internal_unstable`. | Felix S. Klock II | -0/+4 |
| 2015-07-22 | Allow unstable code to be injected by placement-`in` expansion. | Felix S. Klock II | -3/+23 |
| 2015-07-22 | Add feature-gates for desugaring-based `box` and placement-`in`. | Felix S. Klock II | -1/+63 |
| 2015-07-22 | Revise placement-in expansion to use `push/pop_unsafe` and `move_val_init`. | Felix S. Klock II | -24/+37 |
| 2015-07-22 | prototype Placer protocol for unstable overloaded-box and placement-in. | Felix S. Klock II | -0/+114 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -2/+117 |
| 2015-07-21 | Assign proper span to range expression | Marcus Klaas | -4/+5 |
| 2015-07-21 | Auto merge of #26816 - nrc:zero-codemap, r=@jroesch | bors | -113/+141 |
| 2015-07-21 | Use a span from the correct file for the inner span of a module | Nick Cameron | -13/+25 |
| 2015-07-21 | Provide a filemap ctor with line info | Nick Cameron | -22/+19 |
| 2015-07-21 | Allow for space between each filemap in the codemap | Nick Cameron | -78/+97 |
| 2015-07-21 | Auto merge of #27153 - alexcrichton:flaky-tests, r=brson | bors | -0/+5 |
| 2015-07-20 | Auto merge of #27056 - Eljay:doc-comments, r=nikomatsakis | bors | -3/+15 |
| 2015-07-20 | syntax: Suppress panic message on `fatal` | Alex Crichton | -0/+5 |
| 2015-07-20 | Auto merge of #27065 - marcusklaas:loop-label, r=nrc | bors | -19/+23 |
| 2015-07-18 | Fix doc comment parsing in macros. | Lee Jeffery | -3/+15 |
| 2015-07-18 | Include label in the span of loops | Marcus Klaas | -19/+23 |
| 2015-07-18 | Define and use a `print_maybe_styled!` macro in libsyntax/diagnostic.rs | P1start | -20/+38 |
| 2015-07-18 | Rollup merge of #27067 - GuillaumeGomez:patch-1, r=cmr | Manish Goregaokar | -0/+6 |
| 2015-07-18 | Rollup merge of #26777 - barosl:macro-doc-escapes, r=pnkfelix | Manish Goregaokar | -1/+1 |
| 2015-07-17 | Improve register_long_diagnostics macro | Guillaume Gomez | -0/+3 |
| 2015-07-16 | Improve register_diagnostics macro | Guillaume Gomez | -0/+3 |
| 2015-07-16 | Rollup merge of #26838 - P1start:refactor-diagnostic, r=alexcrichton | Manish Goregaokar | -396/+392 |
| 2015-07-13 | Auto merge of #27000 - alexcrichton:semi-after-type, r=cmr | bors | -1/+1 |
| 2015-07-13 | Auto merge of #26947 - nagisa:unicode-escape-error, r=nrc | bors | -17/+27 |