| Age | Commit message (Expand) | Author | Lines |
| 2016-10-25 | Use `SmallVector` for the stack in `macro_parser::parse`. | Nicholas Nethercote | -6/+4 |
| 2016-10-24 | check target abi support | Tim Neumann | -28/+22 |
| 2016-10-24 | Refactor away fields `MacroDef::{use_locally, export}`. | Jeffrey Seyfried | -7/+4 |
| 2016-10-23 | Support `use *;` and `use ::*;`. | Jeffrey Seyfried | -4/+9 |
| 2016-10-22 | Auto merge of #37318 - nnethercote:html5ever-more, r=nrc,eddyb | bors | -14/+26 |
| 2016-10-21 | Replace the `String` in `ParseResult::Failure` with `Token`. | Nicholas Nethercote | -13/+25 |
| 2016-10-21 | Avoid an unnecessary clone in `generic_extensions`. | Nicholas Nethercote | -2/+2 |
| 2016-10-21 | Avoid an unnecessary clone in `macro_parser::parse`. | Nicholas Nethercote | -1/+1 |
| 2016-10-20 | Tweak path parsing logic | Vadim Petrochenkov | -19/+30 |
| 2016-10-20 | Refactor parser lookahead buffer and increase its size | Vadim Petrochenkov | -38/+41 |
| 2016-10-19 | Rollup merge of #37241 - zackmdavis:if_let_over_none_spaced_empty_block_arm, ... | Guillaume Gomez | -7/+4 |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -69/+13 |
| 2016-10-19 | Rollup merge of #37265 - brson:bootstrap, r=alexcrichton | Eduard-Mihai Burtescu | -9/+6 |
| 2016-10-19 | Rollup merge of #37208 - jseyfried:fix_partially_consumed_tokens_in_macros, r... | Eduard-Mihai Burtescu | -15/+38 |
| 2016-10-19 | Rollup merge of #37202 - petrochenkov:pretty, r=nrc | Eduard-Mihai Burtescu | -34/+45 |
| 2016-10-19 | Rollup merge of #37198 - jseyfried:future_proof_macros_11, r=nrc | Eduard-Mihai Burtescu | -7/+30 |
| 2016-10-19 | Rollup merge of #37161 - nnethercote:no-cfg-cloning, r=nrc | Eduard-Mihai Burtescu | -11/+15 |
| 2016-10-19 | Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakis | Eduard-Mihai Burtescu | -0/+11 |
| 2016-10-19 | Allow bootstrapping without a key. Fixes #36548 | Brian Anderson | -9/+6 |
| 2016-10-18 | Add invalid doc comment help message | Guillaume Gomez | -8/+17 |
| 2016-10-18 | Fix some pretty printing tests | Vadim Petrochenkov | -34/+45 |
| 2016-10-17 | Auto merge of #36969 - nnethercote:rename-Parser-fields, r=eddyb | bors | -403/+402 |
| 2016-10-17 | prefer `if let` to match with `None => { }` arm in some places | Zack M. Davis | -7/+4 |
| 2016-10-17 | Fix partially consumed tokens in macro matchers. | Jeffrey Seyfried | -15/+38 |
| 2016-10-15 | Use the macro namespace for custom derives. | Jeffrey Seyfried | -3/+16 |
| 2016-10-15 | Refactor `syntax::ext::base::Resolver::resolve_invoc`. | Jeffrey Seyfried | -4/+14 |
| 2016-10-15 | Auto merge of #37132 - petrochenkov:intern, r=alexcrichton | bors | -35/+18 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -11/+15 |
| 2016-10-13 | Get rid of double indirection in string interner by using `Rc<str>` | Vadim Petrochenkov | -35/+18 |
| 2016-10-12 | Rollup merge of #37084 - jseyfried:cleanup_expanded_macro_use_scopes, r=nrc | Alex Crichton | -71/+71 |
| 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 |