| Age | Commit message (Expand) | Author | Lines |
| 2018-01-30 | Rollup merge of #47603 - mark-i-m:markim_comments_0000, r=jseyfried | kennytm | -39/+173 |
| 2018-01-29 | fix typos | Mark Mansi | -4/+4 |
| 2018-01-29 | Update comment | Mark Mansi | -1/+2 |
| 2018-01-26 | A few more comments | Mark Mansi | -0/+8 |
| 2018-01-26 | Still more comments | Mark Mansi | -2/+26 |
| 2018-01-26 | Added/improved comments | Mark Mansi | -17/+61 |
| 2018-01-26 | Added lots of comments + minor reorganization | Mark Mansi | -34/+94 |
| 2018-01-26 | Added a bunch of comments to macro_parser.rs | Mark Mansi | -10/+62 |
| 2018-01-26 | Run rustfmt on /libsyntax/ext/tt/macro_parser.rs | Mark Mansi | -78/+114 |
| 2018-01-26 | Do not capture stderr in the compiler. Instead just panic silently for fatal ... | John Kåre Alsaker | -5/+5 |
| 2018-01-21 | Fix typos | Mark Mansi | -3/+3 |
| 2018-01-19 | Add a bunch of doc comments | Mark Mansi | -3/+72 |
| 2018-01-19 | Run rustfmt and add comments | Mark Mansi | -38/+103 |
| 2017-12-28 | Cleanup | Matt Peterson | -4/+4 |
| 2017-12-28 | Add feature gate macro_lifetime_matcher | Matt Peterson | -1/+13 |
| 2017-12-28 | replace parse_lifetime with expect_lifetime | Michael Hewson | -1/+1 |
| 2017-12-28 | Resurrecting #33135 | Michael Hewson | -7/+9 |
| 2017-09-17 | Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfried | Tim Neumann | -1/+3 |
| 2017-09-02 | Dont abort on first macro error | bjorn3 | -1/+3 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -12/+13 |
| 2017-08-21 | Auto merge of #43540 - petrochenkov:pathrelax, r=nikomatsakis | bors | -3/+1 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -8/+8 |
| 2017-08-12 | syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros. | Eduard-Mihai Burtescu | -3/+9 |
| 2017-08-11 | Issue warnings for unnecessary path disambiguators | Vadim Petrochenkov | -3/+1 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -3/+3 |
| 2017-07-24 | Make the macro parser theory description more accurate | Piotr Czarnecki | -100/+102 |
| 2017-07-21 | Review comments | Esteban Küber | -4/+5 |
| 2017-07-20 | Use the macro structure spans instead of the invocation | Esteban Küber | -2/+15 |
| 2017-07-15 | Auto merge of #43224 - jseyfried:fix_macro_idents_regression, r=nrc | bors | -1/+2 |
| 2017-07-13 | Fix regression involving identifiers in `macro_rules!` patterns. | Jeffrey Seyfried | -1/+2 |
| 2017-07-11 | let #[allow_internal_unstable] cover :vis | Alex Burka | -8/+19 |
| 2017-07-07 | Only match a fragment specifier the if it starts with certain tokens. | kennytm | -4/+70 |
| 2017-07-06 | Disallow `$($v:vis)*`. Fix #42755. | kennytm | -0/+1 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -2/+2 |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -2/+2 |
| 2017-06-26 | Add `LazyTokenStream`. | Jeffrey Seyfried | -1/+1 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -51/+57 |
| 2017-06-08 | Speed up expansion. | Mark Simulacrum | -27/+34 |
| 2017-05-31 | Extend the unused macro lint to macros 2.0 | est31 | -1/+1 |
| 2017-05-27 | Auto merge of #42103 - jorendorff:master, r=estebank | bors | -3/+12 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -3/+6 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -7/+8 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-19 | trace_macro: Show both the macro call and its expansion. #42072. | Jason Orendorff | -3/+12 |
| 2017-05-18 | Add an option to the parser to avoid parsing out of line modules | Nick Cameron | -4/+8 |
| 2017-05-17 | Auto merge of #42049 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -59/+69 |
| 2017-05-16 | Rollup merge of #41957 - llogiq:clippy-libsyntax, r=petrochenkov | Mark Simulacrum | -59/+69 |
| 2017-05-16 | Auto merge of #41907 - est31:macro_unused, r=jseyfried | bors | -1/+3 |
| 2017-05-16 | Rollup merge of #42005 - jseyfried:fix_macro_regression, r=nrc | Mark Simulacrum | -5/+6 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -24/+29 |