about summary refs log tree commit diff
path: root/src/libsyntax/ext/tt
AgeCommit message (Expand)AuthorLines
2019-08-27Respect attributes on proc macro definitionsVadim Petrochenkov-57/+13
2019-08-23Remove default macro transparenciesVadim Petrochenkov-1/+0
2019-08-23hygiene: Require passing transparency explicitly to `apply_mark`Vadim Petrochenkov-19/+46
2019-08-09review comments: use structured suggestionEsteban Küber-19/+34
2019-08-09More explicit diagnostic when using a `vec![]` in a patternEsteban Küber-0/+23
2019-08-05Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasperbors-1/+4
2019-08-04Auto merge of #62816 - estebank:type-ascription-macros, r=petrochenkovbors-0/+1
2019-08-03Move special treatment of `derive(Copy, PartialEq, Eq)` from expansion infras...Vadim Petrochenkov-1/+4
2019-08-03Rollup merge of #62954 - ia0:fix_typo_span, r=CentrilMazdak Farrokhzad-2/+2
2019-08-01Allow trailing comma in macro 2.0 declarations.Robert Bartlensky-1/+4
2019-07-30Point at type ascription before macro invocation on expansion parse errorEsteban Küber-0/+1
2019-07-27Remove run-pass test suitesVadim Petrochenkov-1/+1
2019-07-27Fix typo in Delimited::open_ttJulien Cretin-2/+2
2019-07-26Auto merge of #62086 - petrochenkov:builtout, r=eddybbors-0/+1
2019-07-26Rollup merge of #62983 - Mark-Simulacrum:remove-needless-rc, r=petrochenkovMazdak Farrokhzad-20/+16
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-0/+1
2019-07-25Implement slow-path for FirstSets::firstJulien Cretin-27/+26
2019-07-25Remove needless indirection through RcMark Rousskov-20/+16
2019-07-20Auto merge of #62008 - ia0:issues_61053, r=petrochenkovbors-67/+681
2019-07-19Implement checks for meta-variables in macrosJulien Cretin-46/+648
2019-07-19Remember the span of the Kleene operator in macrosJulien Cretin-21/+33
2019-07-19Adjust other names after the `Mark` renamingVadim Petrochenkov-5/+5
2019-07-11syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa...Vadim Petrochenkov-8/+6
2019-07-07Support deprecation checking for macrosVadim Petrochenkov-0/+1
2019-07-07syntax: Keep full `Stability` in `SyntaxExtension`Vadim Petrochenkov-13/+2
2019-07-07syntax: Remove `NodeId` from `SyntaxExtension`Vadim Petrochenkov-1/+1
2019-07-06privacy: Only opaque macros leak private thingsVadim Petrochenkov-13/+14
2019-07-06`#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]`Vadim Petrochenkov-7/+11
2019-07-04Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...Mazdak Farrokhzad-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-07-01Convert more usages overChris Gregory-1/+1
2019-06-26Fix clippy::redundant_field_namesIgor Matuszewski-4/+4
2019-06-23Auto merge of #62070 - ia0:rustfmt, r=petrochenkovbors-235/+273
2019-06-23Run rustfmtJulien Cretin-235/+273
2019-06-23let_chains: note re. back-compat wrt. expr beginning.Mazdak Farrokhzad-1/+3
2019-06-23let_chains: readd kw::let to ident_can_begin_expr.Mazdak Farrokhzad-1/+1
2019-06-19Rollup merge of #61898 - petrochenkov:sekind, r=eddybMazdak Farrokhzad-5/+7
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-2/+2
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-5/+7
2019-06-16Rollup merge of #61866 - sinkuu:redundant_clone, r=petrochenkovMazdak Farrokhzad-2/+3
2019-06-15Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petro...Mazdak Farrokhzad-11/+11
2019-06-15Use `slice::from_ref` instead of cloningShotaro Yamada-2/+3
2019-06-14Avoid some unnecessary symbol interner operationsMatthew Jasper-11/+11
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-3/+2
2019-06-10syntax: Remove `SyntaxExtension::DeclMacro`Vadim Petrochenkov-54/+55
2019-06-09pacify tidy.Mazdak Farrokhzad-1/+1
2019-06-09Some more cleanup in libsyntax::ext::tt::quotedMazdak Farrokhzad-11/+8
2019-06-09Cleanups in parse_sep_and_kleene_op.Mazdak Farrokhzad-12/+4
2019-06-09Support ? Kleene operator in 2015.Mazdak Farrokhzad-167/+4
2019-06-09Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obkMazdak Farrokhzad-66/+51