| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2021-04-04 | Trigger `unused_doc_comments` on macros at once | Yuki Okushi | -2/+12 |
| 2021-04-03 | expand: Do not ICE when a legacy AST-based macro attribute produces and empty... | Vadim Petrochenkov | -1/+8 |
| 2021-04-02 | address comments | hi-rustin | -1/+1 |
| 2021-04-01 | add OR_PATTERNS_BACK_COMPAT lint | hi-rustin | -3/+39 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -14/+7 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -1/+4 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -1/+4 |
| 2021-03-25 | Ban custom inner attributes in expressions and statements | Aaron Hill | -7/+13 |
| 2021-03-23 | Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -3/+3 |
| 2021-03-22 | rename :pat2018 -> :pat215 | mark | -3/+3 |
| 2021-03-19 | stabilize or_patterns | mark | -3/+3 |
| 2021-03-19 | Extend `proc_macro_back_compat` lint to `js-sys` | Aaron Hill | -4/+30 |