| Age | Commit message (Expand) | Author | Lines |
| 2016-10-12 | Rollup merge of #37064 - nnethercote:read_str, r=eddyb | Alex Crichton | -2/+2 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -10/+5 |
| 2016-10-12 | Stabilise attributes on statements. | Nick Cameron | -3/+2 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -7/+3 |
| 2016-10-11 | Rollup merge of #37065 - nnethercote:opt-mk_printer, r=nikomatsakis | Guillaume Gomez | -38/+31 |
| 2016-10-11 | Add feature gate for `dropck_eyepatch` feature (RFC 1327). | Felix S. Klock II | -0/+8 |
| 2016-10-11 | Add support for undetermined macro invocations. | Jeffrey Seyfried | -6/+37 |
| 2016-10-11 | Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopes | Jeffrey Seyfried | -65/+34 |
| 2016-10-10 | Include attributes on generic parameter bindings in pretty printer. | Felix S. Klock II | -0/+3 |
| 2016-10-10 | Merge `Printer::token` and `Printer::size`. | Nicholas Nethercote | -38/+31 |
| 2016-10-10 | Avoid allocations in `Decoder::read_str`. | Nicholas Nethercote | -2/+2 |
| 2016-10-07 | Cleanup `depth`s. | Jeffrey Seyfried | -8/+11 |
| 2016-10-07 | Refactor away `ext::expand::{expand_crate, expand_crate_with_expander}`. | Jeffrey Seyfried | -31/+10 |
| 2016-10-07 | Add macros from plugins in `libsyntax_ext::register_builtins`. | Jeffrey Seyfried | -14/+5 |
| 2016-10-07 | Combine `std_inject::{no_core, no_std}` into `std_inject::injected_crate_name`. | Jeffrey Seyfried | -18/+14 |
| 2016-10-07 | Auto merge of #36945 - alexcrichton:proc-macro-rename, r=nrc | bors | -7/+7 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -7/+7 |
| 2016-10-05 | Clarify StringReader::bump. | Nicholas Nethercote | -13/+16 |
| 2016-10-05 | Rename StringReader::curr as ch. | Nicholas Nethercote | -99/+99 |
| 2016-10-05 | Rename StringReader::last_pos as pos. | Nicholas Nethercote | -100/+100 |
| 2016-10-05 | Rename StringReader::pos as next_pos. | Nicholas Nethercote | -18/+18 |
| 2016-10-05 | Rename Parser::last_token_kind as prev_token_kind. | Nicholas Nethercote | -17/+17 |
| 2016-10-05 | Rename Parser::last_span as prev_span. | Nicholas Nethercote | -167/+163 |
| 2016-10-04 | Rollup merge of #36921 - nnethercote:two-lexer-tweaks, r=nrc | Manish Goregaokar | -8/+2 |
| 2016-10-03 | Auto merge of #36767 - jseyfried:enforce_rfc_1560_shadowing, r=nrc | bors | -3/+8 |
| 2016-10-03 | Simplify `start_bpos` calculation in scan_comment(). | Nicholas Nethercote | -5/+1 |
| 2016-10-03 | Streamline StringReader::bump. | Nicholas Nethercote | -3/+1 |
| 2016-10-02 | Refactor `ext::base::Resolver::add_ext` to only define macros in the crate root. | Jeffrey Seyfried | -3/+3 |
| 2016-10-02 | Refactor field `expansion_data` of `Resolver` to use a `Mark` instead of a `u... | Jeffrey Seyfried | -0/+5 |
| 2016-10-01 | Rollup merge of #34764 - pnkfelix:attrs-on-generic-formals, r=eddyb | Manish Goregaokar | -10/+95 |
| 2016-10-01 | Rollup merge of #36599 - jonas-schievink:whats-a-pirates-favorite-data-struct... | Manish Goregaokar | -24/+24 |
| 2016-10-01 | Rollup merge of #35874 - CensoredUsername:stmt_let_typed_fix, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2016-09-28 | Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis | Jonathan Turner | -18/+29 |
| 2016-09-28 | Rollup merge of #36787 - jseyfried:fix_test_harness_reexport_errors, r=nrc | Jonathan Turner | -1/+9 |
| 2016-09-28 | Rollup merge of #36760 - nrc:input2, r=alexcrichton | Jonathan Turner | -3/+13 |
| 2016-09-28 | Allow non-inline modules in more places. | Jeffrey Seyfried | -18/+29 |
| 2016-09-28 | libsyntax: clearer names for some AST parts | Jonas Schievink | -24/+24 |
| 2016-09-28 | Allow supplying an error destination via the compiler driver | Nick Cameron | -3/+13 |
| 2016-09-27 | Auto merge of #36601 - jseyfried:build_reduced_graph_in_expansion, r=nrc | bors | -46/+44 |
| 2016-09-27 | Avoid re-export errors in the generated test harness. | Jeffrey Seyfried | -1/+9 |
| 2016-09-27 | With `--test`, make `#[test]` functions `pub` in `InvocationCollector` | Jeffrey Seyfried | -45/+39 |
| 2016-09-27 | Avoid aborting after expansion from `BuildReducedGraphVisitor` errors. | Jeffrey Seyfried | -1/+5 |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -533/+365 |
| 2016-09-26 | Rollup merge of #36727 - kallisti5:master, r=Aatch | Jonathan Turner | -0/+2 |
| 2016-09-26 | Rollup merge of #36721 - TimNN:infinite-emptiness, r=nrc | Jonathan Turner | -1/+38 |
| 2016-09-26 | Rollup merge of #36669 - jseyfried:refactor_tok_result, r=nrc | Jonathan Turner | -280/+103 |
| 2016-09-26 | Rollup merge of #36662 - jseyfried:parse_macro_invoc_paths, r=nrc | Jonathan Turner | -252/+222 |
| 2016-09-26 | Move `ensure_complete_parse` into `expand.rs`. | Jeffrey Seyfried | -14/+12 |
| 2016-09-26 | emit feature help in cheat mode | Tim Neumann | -6/+5 |
| 2016-09-26 | make is_nightly_build a method on UnstableFeatures | Tim Neumann | -0/+7 |