about summary refs log tree commit diff
path: root/src/libsyntax/ext/expand.rs
AgeCommit message (Expand)AuthorLines
2017-02-16Refactor macro resolution errors + add derive macro suggestionsJosh Driver-6/+8
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-82/+179
2017-02-05Move derive macro expansion into the MacroExpanderJosh Driver-8/+102
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-2/+2
2017-02-05Make builtin derives a SyntaxExtensionJosh Driver-2/+2
2017-01-22Refactor `TokenStream`.Jeffrey Seyfried-6/+4
2017-01-20Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrcAlex Crichton-7/+3
2017-01-20Rollup merge of #38842 - abonander:proc_macro_attribute, r=jseyfriedAlex Crichton-3/+27
2017-01-17Introduce `string_reader.parse_all_token_trees()`.Jeffrey Seyfried-7/+3
2017-01-17Give the `StringReader` a `sess: &ParseSess`.Jeffrey Seyfried-1/+1
2017-01-16Implement `#[proc_macro_attribute]`Austin Bonander-3/+27
2017-01-17syntax: Rename parse_ty -> parse_ty_no_plus, parse_ty_sum -> parse_tyVadim Petrochenkov-1/+1
2017-01-15Mark the pushpop_unsafe feature as "removed"est31-1/+0
2017-01-12Auto merge of #38814 - Ralith:cfg-fields, r=jseyfriedbors-0/+1
2017-01-11syntax: struct field attributes and cfgBenjamin Saunders-0/+1
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-1/+0
2016-12-18Refactor out `mark.as_placeholder_id()`.Jeffrey Seyfried-4/+4
2016-12-18Avoid including attributes in bang macro invocations.Jeffrey Seyfried-21/+17
2016-12-18Remove scope placeholders, remove method `add_macro` of `ext::base::Resolver`.Jeffrey Seyfried-15/+22
2016-12-17Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddybbors-1/+1
2016-12-07macros: fix the expected paths for a non-inline module matched by an `item` f...Jeffrey Seyfried-1/+1
2016-12-06annotate stricter lifetimes on LateLintPass methods to allow them to forward ...Oliver Schneider-1/+1
2016-11-30Support paths in macro invocations.Jeffrey Seyfried-6/+1
2016-11-22Start warning cycle.Jeffrey Seyfried-1/+1
2016-11-22Clean up directory ownership semantics.Jeffrey Seyfried-9/+15
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-1/+1
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-3/+4
2016-11-20Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s.Jeffrey Seyfried-3/+3
2016-11-20Refactor away `ast::Attribute_`.Jeffrey Seyfried-2/+2
2016-11-17Resolve imports during expansion.Jeffrey Seyfried-2/+11
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-7/+7
2016-11-11Auto merge of #37246 - goffrie:no-loop, r=jseyfriedbors-1/+3
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-4/+1
2016-10-26Don't spin expanding stmt macros.Geoffry Song-1/+3
2016-10-19Improve `$crate`.Jeffrey Seyfried-1/+1
2016-10-15Use the macro namespace for custom derives.Jeffrey Seyfried-1/+14
2016-10-15Refactor `syntax::ext::base::Resolver::resolve_invoc`.Jeffrey Seyfried-1/+11
2016-10-11Add support for undetermined macro invocations.Jeffrey Seyfried-3/+26
2016-10-11Merge branch 'persistent_macro_scopes' into cleanup_expanded_macro_use_scopesJeffrey Seyfried-30/+19
2016-10-07Cleanup `depth`s.Jeffrey Seyfried-7/+9
2016-10-07Refactor away `ext::expand::{expand_crate, expand_crate_with_expander}`.Jeffrey Seyfried-19/+10
2016-10-07Add macros from plugins in `libsyntax_ext::register_builtins`.Jeffrey Seyfried-8/+4
2016-10-06rustc: Rename rustc_macro to proc_macroAlex Crichton-1/+1
2016-09-28Rollup merge of #36789 - jseyfried:non_inline_mod_in_block, r=nikomatsakisJonathan Turner-6/+11
2016-09-28Allow non-inline modules in more places.Jeffrey Seyfried-6/+11
2016-09-27Auto merge of #36601 - jseyfried:build_reduced_graph_in_expansion, r=nrcbors-3/+12
2016-09-27With `--test`, make `#[test]` functions `pub` in `InvocationCollector`Jeffrey Seyfried-2/+9
2016-09-27Avoid aborting after expansion from `BuildReducedGraphVisitor` errors.Jeffrey Seyfried-1/+3
2016-09-26Auto merge of #36764 - jonathandturner:rollup, r=jonathandturnerbors-22/+86
2016-09-26Move `ensure_complete_parse` into `expand.rs`.Jeffrey Seyfried-0/+12