| Age | Commit message (Expand) | Author | Lines |
| 2017-05-17 | Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -24/+22 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -1/+2 |
| 2017-05-15 | Address review comments | est31 | -4/+2 |
| 2017-05-13 | Support #[allow] etc logic on a per macro level | est31 | -1/+5 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -24/+21 |
| 2017-05-06 | Group "macro expansion" notes per call span | Esteban Küber | -6/+6 |
| 2017-05-05 | Use diagnostics for trace_macro instead of println | Esteban Küber | -1/+3 |
| 2017-04-15 | feature gate :vis matcher | Alex Burka | -22/+45 |
| 2017-04-15 | widen :vis follow set | Alex Burka | -4/+4 |
| 2017-04-15 | parse interpolated visibility tokens | Alex Burka | -1/+2 |
| 2017-04-15 | update :vis implementation to current rust | Alex Burka | -6/+6 |
| 2017-04-15 | Implementation of the `vis` macro matcher. | Daniel Keep | -1/+14 |
| 2017-03-30 | Improve `Path` spans. | Jeffrey Seyfried | -1/+1 |
| 2017-03-27 | Fix various useless derefs and slicings | Oliver Schneider | -1/+1 |
| 2017-03-14 | Liberalize attributes. | Jeffrey Seyfried | -1/+2 |
| 2017-03-10 | Avoid using `Mark` and `Invocation` for macro defs. | Jeffrey Seyfried | -2/+2 |
| 2017-03-10 | Refactor out `ast::ItemKind::MacroDef`. | Jeffrey Seyfried | -3/+7 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -12/+9 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -1/+2 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -54/+62 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -34/+42 |
| 2017-01-23 | Remove `open_span` and `close_span` from `Delimited`. | Jeffrey Seyfried | -6/+7 |
| 2017-01-17 | Clean up `ext::tt::transcribe`. | Jeffrey Seyfried | -11/+2 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -7/+13 |
| 2016-12-18 | Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`. | Jeffrey Seyfried | -32/+2 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -5/+2 |
| 2016-12-07 | macros: fix the expected paths for a non-inline module matched by an `item` f... | Jeffrey Seyfried | -8/+9 |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -6/+7 |
| 2016-11-21 | Cleanup `InternedString`. | Jeffrey Seyfried | -4/+3 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -5/+6 |
| 2016-11-03 | Reduce the size of `Token` and make it cheaper to clone by refactoring | Jeffrey Seyfried | -8/+14 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -2/+2 |
| 2016-10-24 | Refactor away fields `MacroDef::{use_locally, export}`. | Jeffrey Seyfried | -3/+2 |
| 2016-10-22 | Auto merge of #37318 - nnethercote:html5ever-more, r=nrc,eddyb | bors | -7/+12 |
| 2016-10-21 | Replace the `String` in `ParseResult::Failure` with `Token`. | Nicholas Nethercote | -7/+12 |
| 2016-10-21 | Avoid an unnecessary clone in `generic_extensions`. | Nicholas Nethercote | -2/+2 |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -9/+3 |
| 2016-10-14 | Avoid many CrateConfig clones. | Nicholas Nethercote | -2/+2 |
| 2016-09-28 | Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakis | Jonathan Turner | -1/+1 |
| 2016-09-28 | Allow non-inline modules in more places. | Jeffrey Seyfried | -1/+1 |
| 2016-09-26 | Rollup merge of #36721 - TimNN:infinite-emptiness, r=nrc | Jonathan Turner | -1/+38 |
| 2016-09-26 | reject macros with empty repetitions | Tim Neumann | -1/+38 |
| 2016-09-26 | Refactor `ensure_complete_parse`. | Jeffrey Seyfried | -24/+11 |
| 2016-09-26 | Remove `TokResult`. | Jeffrey Seyfried | -1/+1 |
| 2016-09-26 | Refactor `parse_expansion` out of `ResultAnyMacro`. | Jeffrey Seyfried | -88/+12 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -4/+5 |
| 2016-09-24 | Refactor `ext::tt::macro_rules::compile` to take a `ParseSess` instead of an ... | Jeffrey Seyfried | -39/+32 |
| 2016-09-23 | reviewer comments and rebasing | Nick Cameron | -7/+4 |
| 2016-09-15 | Remove `MacroRulesTT`. | Jeffrey Seyfried | -3/+36 |
| 2016-09-13 | Move macro resolution into `librustc_resolve`. | Jeffrey Seyfried | -2/+2 |