Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-09 | macro_rules - #[macro_export] handling, plan for #[macro_reexport] | John Hodge | 1 | -2/+5 |
2016-09-27 | macro_rules - Update logic for determining if a loop should be expanded | John Hodge | 1 | -1/+2 |
2016-09-26 | Expand - Pass ownership of the input TT to macro_rules! expand | John Hodge | 1 | -1/+1 |
2016-09-25 | Parse - Allow loading modules from macro invocations | John Hodge | 1 | -0/+1 |
2016-09-25 | Parse+AST - Support capturing :item (requires cloning AST items) | John Hodge | 1 | -1/+1 |
2016-09-25 | macro_rules! - Rough (stubbed) support for :item | John Hodge | 1 | -0/+1 |
2016-09-11 | macro_rules - Rework to handle vec! edge case | John Hodge | 1 | -22/+7 |
2016-08-29 | HIR - Remove dependency on macro_rules.hpp | John Hodge | 1 | -0/+10 |
2016-08-25 | HIR Serialise - Working along | John Hodge | 1 | -1/+2 |
2016-07-14 | Macro Rules - Rewrite, take 3 - Incomplete | John Hodge | 1 | -35/+40 |
2016-05-22 | macro_rules - Rework pattern matching to not use try-catch | John Hodge | 1 | -0/+153 |