| Age | Commit message (Expand) | Author | Lines |
| 2021-08-12 | Revert "Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov" | Aaron Hill | -7/+28 |
| 2021-08-06 | Remove special case for statement `NodeId` assignment | Aaron Hill | -28/+7 |
| 2021-08-03 | Remove space after negative sign in Literal to_string | David Tolnay | -0/+3 |
| 2021-08-03 | Auto merge of #87262 - dtolnay:negative, r=Aaron1011 | bors | -22/+41 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-27 | Only emit lint for local macros | Aaron Hill | -7/+19 |
| 2021-07-25 | clippy::single_char_pattern | Matthias Krüger | -1/+1 |
| 2021-07-25 | Auto merge of #87381 - Aaron1011:note-semi-trailing-macro, r=petrochenkov | bors | -5/+32 |
| 2021-07-24 | Rollup merge of #87389 - Aaron1011:expand-known-attrs, r=wesleywiser | Manish Goregaokar | -2/+8 |
| 2021-07-24 | Display an extra note for trailing semicolon lint with trailing macro | Aaron Hill | -5/+32 |
| 2021-07-23 | Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expand | Aaron Hill | -2/+8 |
| 2021-07-19 | Warn on inert attributes used on bang macro invocation | Aaron Hill | -16/+33 |
| 2021-07-18 | Support negative numbers in Literal::from_str | David Tolnay | -22/+41 |
| 2021-07-17 | Only use `assign_id!` for ast nodes that support attributes | Aaron Hill | -5/+8 |
| 2021-07-17 | Add additional missing lint handling logic | Aaron Hill | -1/+8 |
| 2021-07-17 | Compute a better `lint_node_id` during expansion | Aaron Hill | -27/+82 |
| 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-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 |