| Age | Commit message (Expand) | Author | Lines |
| 2020-08-02 | Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov | bors | -326/+81 |
| 2020-08-02 | Use NonterminalKind for MetaVarDecl | Aleksey Kladov | -133/+71 |
| 2020-08-02 | Introduce NonterminalKind | Aleksey Kladov | -203/+20 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-27 | Auto merge of #74653 - petrochenkov:pmenv, r=dtolnay | bors | -0/+9 |
| 2020-07-27 | Auto merge of #72121 - Aaron1011:final-hygiene-rebase, r=petrochenkov | bors | -3/+5 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -3/+5 |
| 2020-07-26 | proc_macro: Add API for tracked access to environment variables | Vadim Petrochenkov | -0/+9 |
| 2020-07-25 | Ensure stack when parsing large if expressions | Kan-Ru Chen | -1/+2 |
| 2020-07-17 | Remove `ExtCtxt::ident_of`. | Nicholas Nethercote | -4/+1 |
| 2020-07-15 | Remove lots of `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -1/+1 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -41/+41 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -3/+3 |
| 2020-07-02 | Rollup merge of #73812 - petrochenkov:prettyref, r=varkor | Manish Goregaokar | -3/+3 |
| 2020-07-01 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -47/+64 |
| 2020-07-01 | Handle `None`-delimited groups when parsing `macro_rules!` macro | Aaron Hill | -47/+63 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -0/+1 |
| 2020-07-01 | Remove `token::FlattenGroup` | Vadim Petrochenkov | -30/+17 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -14/+21 |
| 2020-06-27 | Rename two `Resolver` traits | Vadim Petrochenkov | -3/+3 |
| 2020-06-27 | ast_pretty: Pass some token streams and trees by reference | Vadim Petrochenkov | -3/+3 |
| 2020-06-26 | proc_macro: Stop flattening groups with dummy spans | Vadim Petrochenkov | -24/+41 |
| 2020-06-15 | Always capture tokens for `macro_rules!` arguments | Aaron Hill | -4/+25 |
| 2020-06-12 | Rollup merge of #73178 - petrochenkov:explint, r=varkor | Dylan DPC | -13/+27 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -4/+4 |
| 2020-06-10 | Track span of function in method calls, and use this in #[track_caller] | Aaron Hill | -1/+1 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -4/+4 |
| 2020-06-10 | Rollup merge of #73122 - doctorn:issue-73116, r=varkor | Dylan DPC | -1/+1 |
| 2020-06-09 | expand: Give reasonable NodeIds to lints associated with macro definitions | Vadim Petrochenkov | -13/+24 |
| 2020-06-09 | expand: Give reasonable NodeIds to lints associated with macro expansions | Vadim Petrochenkov | -0/+3 |
| 2020-06-08 | Resolve E0584 conflict | Nathan Corbyn | -1/+1 |
| 2020-06-08 | Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkov | Ralf Jung | -1/+9 |
| 2020-06-04 | Add `-Z span-debug` to allow for easier debugging of proc macros | Aaron Hill | -1/+9 |
| 2020-06-02 | Make things build again | Vadim Petrochenkov | -1/+1 |
| 2020-05-31 | Auto merge of #72767 - pnkfelix:track-devirtualized-filenames-issue-70924, r=... | bors | -5/+7 |
| 2020-05-29 | Split payload of FileName::Real to track both real and virutalized paths. | Felix S. Klock II | -5/+7 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -5/+6 |
| 2020-05-24 | Collect tokens for `ast::Expr` | Aaron Hill | -2/+10 |
| 2020-05-22 | Remove `macro_defs` map | Aaron Hill | -1/+10 |
| 2020-05-19 | Auto merge of #68717 - petrochenkov:stabexpat, r=varkor | bors | -31/+0 |
| 2020-05-17 | Rollup merge of #72233 - dtolnay:literal, r=petrochenkov | Dylan DPC | -3/+8 |
| 2020-05-15 | Fix {:#?} representation of proc_macro::Literal | David Tolnay | -3/+8 |
| 2020-05-14 | cleanup stale FIXME(#64197) | sergey-melnychuk | -2/+2 |
| 2020-05-08 | Fix tests | Camille GILLOT | -9/+9 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -81/+60 |
| 2020-05-03 | Stabilize fn-like proc macros in expression, pattern and statement positions | Vadim Petrochenkov | -31/+0 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -4/+5 |
| 2020-04-24 | Avoid unused Option::map results | Josh Stone | -4/+4 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+5 |