| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-04-18 | Move `MapInPlace` to rustc_data_structures | Yuki Okushi | -2/+2 |
| 2020-04-14 | Remove unused single_step flag | Mark Rousskov | -5/+1 |
| 2020-04-04 | macro_rules: `NtLifetime` cannot start with an identifier | Vadim Petrochenkov | -1/+1 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -13/+12 |
| 2020-03-28 | Auto merge of #70261 - Centril:angle-args-partition, r=varkor | bors | -1/+2 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -1/+2 |
| 2020-03-27 | suggest semi on expr mac!() good as stmt mac!(). | Mazdak Farrokhzad | -1/+18 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -1/+1 |
| 2020-03-24 | expand: address review comments | Mazdak Farrokhzad | -18/+11 |
| 2020-03-24 | expand: add recovery for parse_nt | Mazdak Farrokhzad | -16/+19 |
| 2020-03-24 | expand: nix unused method | Mazdak Farrokhzad | -4/+1 |
| 2020-03-24 | defatalize `compile_declarative_macro` | Mazdak Farrokhzad | -16/+32 |
| 2020-03-24 | mbe::transcribe: defatalize errors. | Mazdak Farrokhzad | -29/+22 |
| 2020-03-24 | remove ExtCxt::struct_span_warn | Mazdak Farrokhzad | -3/+2 |
| 2020-03-24 | defatalize ProcMacroDerive::expand | Mazdak Farrokhzad | -20/+8 |
| 2020-03-24 | defatalize AttrProcMacro::expand | Mazdak Farrokhzad | -18/+16 |
| 2020-03-24 | defatalize BangProcMacro::expand | Mazdak Farrokhzad | -19/+27 |
| 2020-03-24 | generic_extension: defatalize Error case | Mazdak Farrokhzad | -1/+5 |
| 2020-03-24 | nix remaining rustc_expand::panictry! uses. | Mazdak Farrokhzad | -20/+1 |
| 2020-03-24 | nix panictry! in ParserAnyMacro::make | Mazdak Farrokhzad | -32/+47 |
| 2020-03-24 | rustc_expand::base: nix panictry! uses | Mazdak Farrokhzad | -4/+16 |
| 2020-03-22 | parse: nix new_sub_parser_from_file | Mazdak Farrokhzad | -2/+2 |
| 2020-03-21 | parse: nix unused `root_module_name`. | Mazdak Farrokhzad | -5/+2 |