summaryrefslogtreecommitdiff
path: root/src/expand/mod.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-02Expand - Debugging a hygine issueJohn Hodge1-0/+4
2017-08-31Expand - #[cfg] on struct literalsJohn Hodge1-1/+11
2017-07-16AST - Attributes on struct literal entriesJohn Hodge1-8/+8
2017-07-16AST - Little tweaks for upgraded test sourceJohn Hodge1-0/+42
2017-07-16All - Upgrade to rustc 1.19.0 beta (2017-07-08)John Hodge1-1/+101
2017-06-11Expand - Make file!/line! get the invocation location of a macroJohn Hodge1-2/+3
2017-06-11Parse - Support chaining of spans (for macro expansions)John Hodge1-4/+4
2017-06-09Fix use of hard tabsJohn Hodge1-19/+19
2017-06-04Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge (bugs)1-0/+2
2017-06-04All - Compile and run fixes in MSVCJohn Hodge (bugs)1-2/+24
2017-05-28AST - Refactor to make unit-like structs their own variantJohn Hodge1-0/+2
2017-05-05Expand - Scoping of macros defined in functionsJohn Hodge1-1/+4
2017-05-01Expand - Seach anon modules for macrosJohn Hodge1-0/+8
2017-04-29Expand - Support multiple statements out of macro expansionsJohn Hodge1-27/+93
2017-04-13Expand - Ordering of macro_use lookupJohn Hodge1-3/+8
2017-04-13Expand - Tweaks to test harnessJohn Hodge1-1/+1
2017-01-21Trans/Expand - #[main] attributeJohn Hodge1-18/+0
2016-12-28AST - Add asm! as an AST nodeJohn Hodge1-0/+6
2016-12-24No more tears!ubsan1-56/+56
2016-12-15Codegen - #[link_name] supportJohn Hodge1-4/+8
2016-11-07HIR Gen - Extract #[macro_export] macros from deep within the treeJohn Hodge1-0/+2
2016-11-03Expand - Type macros, note about bug with local mods and macro_rules!John Hodge1-1/+10
2016-11-02All - Hack in start of macro hygine - requires rework so is disabledJohn Hodge1-0/+4
2016-10-31All - Rough support for `union` (data structure present in all stages)John Hodge1-0/+13
2016-10-30Expand - Prevent running expand twice on anon module itemsJohn Hodge1-6/+9
2016-10-30Expand - Support macros in patternsJohn Hodge1-19/+41
2016-10-28Expand - Run expand on types in `static`/`const` itemsJohn Hodge1-0/+3
2016-10-24Expand - Fix missed bugs in merging of impls into item listJohn Hodge1-39/+21
2016-10-24AST - Remove separate impls list (now in item list)John Hodge1-0/+2
2016-10-23AST+HIR - Add stubbed support for erased types (`impl Trait`)John Hodge1-0/+3
2016-10-23AST - Remove TypeRef from node templateJohn Hodge1-0/+4
2016-10-23AST - Reduce places where there's no span information providedJohn Hodge1-4/+4
2016-10-21Expand - Warn (don't error) when an attribute is seen in the wrong placeJohn Hodge1-1/+1
2016-10-12Expand - Clear deleted anon modules inside anon modulesJohn Hodge1-0/+3
2016-10-09Expand - #[macro_reexport]John Hodge1-0/+1
2016-10-09AST - Remove free MacroInvocation listsJohn Hodge1-90/+35
2016-10-05Resolve+Typecheck - Fix trait default parametersJohn Hodge1-0/+1
2016-09-28Resolve+Expand - Don't include the prelude in anon modules (they get it via t...John Hodge1-2/+6
2016-09-28Expand - debugJohn Hodge1-19/+24
2016-09-28AST - Make anon modules `shared_ptr`s to handle case where a block is depetedJohn Hodge1-1/+22
2016-09-27Expand - Hack around expansion order quirk with anon modulesJohn Hodge1-0/+5
2016-09-27Expand - Remove two-pass expandJohn Hodge1-137/+119
2016-09-27Expand - Expand macros in format_args! stringJohn Hodge1-1/+7
2016-09-27Parse - Support expanding macros that yield items in expressionsJohn Hodge1-7/+27
2016-09-27AST - Refactor extern blocks into ItemsJohn Hodge1-0/+6
2016-09-27AST - Stub out extern and impl blocks as Item-sJohn Hodge1-82/+122
2016-09-26AST - Move module-level macro invocations into the Item listJohn Hodge1-4/+35
2016-09-26Expand - (minor) Remove commented-out codeJohn Hodge1-69/+1
2016-09-26Expand - Pass ownership of the input TT to macro_rules! expandJohn Hodge1-4/+4
2016-09-25AST - Convert use statements to normal itemsJohn Hodge1-18/+3