about summary refs log tree commit diff
path: root/compiler/rustc_expand
AgeCommit message (Expand)AuthorLines
2021-08-12Revert "Rollup merge of #87779 - Aaron1011:stmt-ast-id, r=petrochenkov"Aaron Hill-7/+28
2021-08-06Remove special case for statement `NodeId` assignmentAaron Hill-28/+7
2021-08-03Remove space after negative sign in Literal to_stringDavid Tolnay-0/+3
2021-08-03Auto merge of #87262 - dtolnay:negative, r=Aaron1011bors-22/+41
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-01Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisabors-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-07-27Only emit lint for local macrosAaron Hill-7/+19
2021-07-25clippy::single_char_patternMatthias Krüger-1/+1
2021-07-25Auto merge of #87381 - Aaron1011:note-semi-trailing-macro, r=petrochenkovbors-5/+32
2021-07-24Rollup merge of #87389 - Aaron1011:expand-known-attrs, r=wesleywiserManish Goregaokar-2/+8
2021-07-24Display an extra note for trailing semicolon lint with trailing macroAaron Hill-5/+32
2021-07-23Rename `known_attrs` to `expanded_inert_attrs` and move to rustc_expandAaron Hill-2/+8
2021-07-19Warn on inert attributes used on bang macro invocationAaron Hill-16/+33
2021-07-18Support negative numbers in Literal::from_strDavid Tolnay-22/+41
2021-07-17Only use `assign_id!` for ast nodes that support attributesAaron Hill-5/+8
2021-07-17Add additional missing lint handling logicAaron Hill-1/+8
2021-07-17Compute a better `lint_node_id` during expansionAaron Hill-27/+82
2021-07-17Use LocalExpnId where possible.Camille GILLOT-22/+30
2021-07-14Rollup merge of #87027 - petrochenkov:builderhelp, r=oli-obkGuillaume Gomez-2/+92
2021-07-14Auto merge of #87118 - JohnTitor:rollup-8ltidsq, r=JohnTitorbors-4/+8
2021-07-14Suggest a path separator if a stray colon is found in a match armFabian Wolff-4/+8
2021-07-13Cache expansion hash.Camille GILLOT-2/+2
2021-07-13expand: Support helper attributes for built-in derive macrosVadim Petrochenkov-2/+92
2021-07-11rustc_expand: Simplify span quoting in proc macro serverVadim Petrochenkov-26/+9
2021-07-10rustc_expand: Remove redundant field from proc macro expander structuresVadim Petrochenkov-9/+5
2021-07-10rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro`Vadim Petrochenkov-10/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-27/+27
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-2/+4
2021-07-06Store macro parent module in ExpnData.Camille GILLOT-0/+2
2021-07-02add track_path::path fn for proc-macro usageBernhard Schuster-0/+4
2021-06-24Don't lint :pat when re-parsing a macro from another crate.Mara Bos-32/+34
2021-06-21Rollup merge of #86491 - petrochenkov:derefact, r=Aaron1011Yuki Okushi-29/+3
2021-06-21Do not set depth to 0 in fully_expand_fragmentDeadbeef-1/+1
2021-06-20expand: Move some more derive logic to `rustc_builtin_macros`Vadim Petrochenkov-29/+3
2021-06-17Use `AttrVec` for `Arm`, `FieldDef`, and `Variant`Yuki Okushi-1/+1
2021-06-14Use the now available implementation of `IntoIterator` for arraysLeSeulArtichaut-1/+1
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-3/+8
2021-06-07Include macro name in 'local ambiguity' errorAaron Hill-5/+11
2021-06-04Remove `doc(include)`Joshua Nelson-142/+8
2021-06-04Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514Yuki Okushi-1/+0
2021-05-31Remove unused feature gatesbjorn3-1/+0
2021-05-29Use correct edition when parsing `:pat` matchersAaron Hill-5/+24
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-19impl FromStr for proc_macro::LiteralDavid Tolnay-3/+28
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-9/+17
2021-05-12Implement span quoting for proc-macrosAaron Hill-12/+88
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-25/+29
2021-05-06E0583: Include secondary path in error messageDeadbeef-4/+5
2021-05-05Use local and remapped paths where appropriateAndy Wang-3/+6