| Age | Commit message (Expand) | Author | Lines |
| 2021-07-17 | Use LocalExpnId where possible. | Camille GILLOT | -22/+30 |
| 2021-07-14 | Rollup merge of #87027 - petrochenkov:builderhelp, r=oli-obk | Guillaume Gomez | -2/+92 |
| 2021-07-14 | Auto merge of #87118 - JohnTitor:rollup-8ltidsq, r=JohnTitor | bors | -4/+8 |
| 2021-07-14 | Suggest a path separator if a stray colon is found in a match arm | Fabian Wolff | -4/+8 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -2/+2 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -2/+92 |
| 2021-07-11 | rustc_expand: Simplify span quoting in proc macro server | Vadim Petrochenkov | -26/+9 |
| 2021-07-10 | rustc_expand: Remove redundant field from proc macro expander structures | Vadim Petrochenkov | -9/+5 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -10/+2 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -27/+27 |
| 2021-07-06 | Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns | Ryan Levick | -2/+4 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -0/+2 |
| 2021-07-02 | add track_path::path fn for proc-macro usage | Bernhard Schuster | -0/+4 |
| 2021-06-24 | Don't lint :pat when re-parsing a macro from another crate. | Mara Bos | -32/+34 |
| 2021-06-21 | Rollup merge of #86491 - petrochenkov:derefact, r=Aaron1011 | Yuki Okushi | -29/+3 |
| 2021-06-21 | Do not set depth to 0 in fully_expand_fragment | Deadbeef | -1/+1 |
| 2021-06-20 | expand: Move some more derive logic to `rustc_builtin_macros` | Vadim Petrochenkov | -29/+3 |
| 2021-06-17 | Use `AttrVec` for `Arm`, `FieldDef`, and `Variant` | Yuki Okushi | -1/+1 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -1/+1 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -3/+8 |
| 2021-06-09 | Add proc_macro::Span::{before, after}. | Mara Bos | -0/+6 |
| 2021-06-07 | Include macro name in 'local ambiguity' error | Aaron Hill | -5/+11 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -142/+8 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -1/+0 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -1/+0 |
| 2021-05-29 | Use correct edition when parsing `:pat` matchers | Aaron Hill | -5/+24 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-19 | impl FromStr for proc_macro::Literal | David Tolnay | -3/+28 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -9/+17 |
| 2021-05-12 | Implement span quoting for proc-macros | Aaron Hill | -12/+88 |
| 2021-05-07 | Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov | Dylan DPC | -25/+29 |
| 2021-05-06 | E0583: Include secondary path in error message | Deadbeef | -4/+5 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -3/+6 |
| 2021-05-05 | Make local_path in RealFileName::Remapped Option to be removed in exported me... | Andy Wang | -2/+7 |
| 2021-05-05 | Rename RealFileName::Named to LocalPath and Devirtualized to Remapped | Andy Wang | -4/+4 |
| 2021-05-03 | Unify rustc and rustdoc parsing of `cfg()` | Joshua Nelson | -25/+29 |
| 2021-05-03 | use full path for E0761 | hi-rustin | -7/+5 |
| 2021-05-03 | use double quotes for E0761 | hi-rustin | -1/+1 |
| 2021-04-30 | Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov | bors | -1/+3 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -1/+3 |
| 2021-04-28 | Auto merge of #83386 - mark-i-m:stabilize-pat2015, r=nikomatsakis | bors | -22/+7 |
| 2021-04-27 | remove pat2021 | mark | -15/+3 |
| 2021-04-19 | fix few typos | klensy | -3/+3 |
| 2021-04-15 | rename pat2015 to pat_param | mark | -4/+4 |
| 2021-04-15 | stabilize :pat2015, leave :pat2021 gated | mark | -13/+10 |
| 2021-04-11 | Implement token-based handling of attributes during expansion | Aaron Hill | -96/+144 |
| 2021-04-10 | Expand derive invocations in left-to-right order | Aaron Hill | -3/+9 |
| 2021-04-07 | Rollup merge of #83816 - JohnTitor:unused-doc-comments-on-macros, r=varkor | Dylan DPC | -2/+12 |
| 2021-04-06 | Rollup merge of #83814 - petrochenkov:emptyexpr, r=davidtwco | Yuki Okushi | -1/+8 |
| 2021-04-04 | resolve/expand: Cache intermediate results of `#[derive]` expansion | Vadim Petrochenkov | -6/+5 |