| Age | Commit message (Expand) | Author | Lines |
| 2016-09-26 | add unstable_features to ParseSess | Tim Neumann | -0/+21 |
| 2016-09-26 | make emit_feature_err take a ParseSess | Tim Neumann | -13/+15 |
| 2016-09-26 | reject macros with empty repetitions | Tim Neumann | -1/+38 |
| 2016-09-26 | Refactor `ensure_complete_parse`. | Jeffrey Seyfried | -45/+31 |
| 2016-09-26 | Remove `TokResult`. | Jeffrey Seyfried | -161/+29 |
| 2016-09-26 | Refactor `parse_expansion` out of `ResultAnyMacro`. | Jeffrey Seyfried | -92/+63 |
| 2016-09-25 | Auto merge of #36616 - jseyfried:load_macros_in_resolve, r=nrc | bors | -108/+45 |
| 2016-09-25 | Add support for the Haiku operating system on x86 and x86_64 machines | Niels Sascha Reedijk | -0/+2 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -69/+13 |
| 2016-09-24 | Refactor `ext::tt::macro_rules::compile` to take a `ParseSess` instead of an ... | Jeffrey Seyfried | -40/+33 |
| 2016-09-23 | ICH: Add ability to test the ICH of exported metadata items. | Michael Woerister | -0/+10 |
| 2016-09-23 | Added tests and fixed corner case for trailing attributes with no attached bi... | Felix S. Klock II | -1/+16 |
| 2016-09-23 | Add attribute support to generic lifetime and type parameters. | Felix S. Klock II | -10/+80 |
| 2016-09-23 | Fix indents. | Jeffrey Seyfried | -141/+131 |
| 2016-09-23 | Cleanup. | Jeffrey Seyfried | -40/+17 |
| 2016-09-23 | Parse paths in item, trait item, and impl item macro invocations. | Jeffrey Seyfried | -21/+6 |
| 2016-09-23 | Parse paths in statement and pattern macro invocations. | Jeffrey Seyfried | -31/+46 |
| 2016-09-22 | Auto merge of #36573 - jseyfried:groundwork, r=nrc | bors | -10/+13 |
| 2016-09-22 | Auto merge of #36154 - nrc:proc-macro-init, r=@jseyfried | bors | -32/+362 |
| 2016-09-22 | Use `Resolver::visit_expansion` only with monotonic expansions. | Jeffrey Seyfried | -10/+13 |
| 2016-09-23 | reviewer comments and rebasing | Nick Cameron | -135/+167 |
| 2016-09-22 | Rollup merge of #36539 - mikhail-m1:36530, r=jonathandturner | Jonathan Turner | -1/+1 |
| 2016-09-22 | Auto merge of #36618 - jseyfried:crate_root_attr_invoc, r=nrc | bors | -7/+14 |
| 2016-09-22 | Refactor out `parse_struct_expr`. | Jeffrey Seyfried | -45/+48 |
| 2016-09-21 | Auto merge of #36585 - jonathandturner:misc_error_touchups, r=nrc | bors | -0/+77 |
| 2016-09-22 | Adds a `ProcMacro` form of syntax extension | Nick Cameron | -18/+316 |
| 2016-09-21 | Allow attribute macro invocations at the crate root. | Jeffrey Seyfried | -7/+14 |
| 2016-09-20 | Check for overlapping and simplify unit test | Jonathan Turner | -8/+3 |
| 2016-09-20 | serialize: allow specifying the default behavior for specializations. | Eduard Burtescu | -2/+12 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -11/+40 |
| 2016-09-19 | Add the ability to merge spans to codemap | Jonathan Turner | -0/+82 |
| 2016-09-19 | Auto merge of #36471 - nnethercote:rm-to_binop, r=sanxiyn | bors | -26/+1 |
| 2016-09-18 | Auto merge of #36555 - jseyfried:issue_36540, r=eddyb | bors | -58/+36 |
| 2016-09-18 | Auto merge of #36527 - nnethercote:last_token_kind, r=jseyfried | bors | -43/+39 |
| 2016-09-17 | Auto merge of #36502 - TimNN:correct-cancel, r=jseyfried | bors | -5/+11 |
| 2016-09-17 | Ensure that macro invocations are folded and visited the same order. | Jeffrey Seyfried | -58/+36 |
| 2016-09-17 | Auto merge of #36485 - nnethercote:char_lit-2, r=nagisa | bors | -43/+28 |
| 2016-09-16 | Auto merge of #36482 - jseyfried:dont_load_unconfigured_noninline_modules, r=nrc | bors | -10/+19 |
| 2016-09-17 | Make the return type of AstBuilder.stmt_let_typed match the return type of ot... | CensoredUsername | -4/+4 |
| 2016-09-16 | Auto merge of #36444 - jseyfried:macro_rules_ext, r=nrc | bors | -62/+58 |
| 2016-09-16 | fix top level attr spans | Mikhail Modin | -1/+1 |
| 2016-09-16 | Optimize the parser's last token handling. | Nicholas Nethercote | -43/+39 |
| 2016-09-16 | Overhaul char_lit(). | Nicholas Nethercote | -43/+28 |
| 2016-09-15 | Remove `MacroRulesTT`. | Jeffrey Seyfried | -50/+47 |
| 2016-09-15 | Allow `IdentMacroExpander::expand` to access the ident macro invocation's att... | Jeffrey Seyfried | -3/+5 |
| 2016-09-15 | Move fields `single_step` and `keep_macs` from `MacroExpander` to `ExpansionC... | Jeffrey Seyfried | -10/+7 |
| 2016-09-15 | Auto merge of #36393 - petrochenkov:ancient, r=eddyb | bors | -44/+4 |
| 2016-09-15 | correctly cancel some errors | Tim Neumann | -5/+11 |
| 2016-09-15 | Rollup merge of #36438 - jseyfried:node_ids_in_expansion, r=nrc | Manish Goregaokar | -538/+310 |
| 2016-09-15 | Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichton | Manish Goregaokar | -0/+18 |