index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
macro_rules
/
eval.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-22
macro_rules - Hack to allow :ident and TOK_IDENT to match each other
John Hodge
1
-19
/
+33
2016-10-14
macro_rules! - Allow reserved words to match :ident
John Hodge
1
-2
/
+14
2016-10-10
Parse - Fix a few cases where tokens were copied instead of cloned
John Hodge
1
-7
/
+9
2016-09-28
macro_rules - Defensive code and fix bug causing empty captures to no report ...
John Hodge
1
-2
/
+12
2016-09-28
macro_rules - Don't return zero when a value is no longer repeating
John Hodge
1
-2
/
+5
2016-09-27
macro_rules - Improved debug
John Hodge
1
-6
/
+26
2016-09-27
macro_rules - Hackily handle a vec! edge case
John Hodge
1
-4
/
+41
2016-09-27
macro_rules - (minor) Remove todo comment
John Hodge
1
-2
/
+2
2016-09-27
macro_rules - Update logic for determining if a loop should be expanded
John Hodge
1
-5
/
+7
2016-09-26
Debug - Clarify logging
John Hodge
1
-22
/
+29
2016-09-26
macro_rules - Extend logic to determine if a loop should be entered to handle...
John Hodge
1
-17
/
+100
2016-09-26
macro_rules - Don't loop if a variable is missing data
John Hodge
1
-1
/
+7
2016-09-26
Parse - Accept TOK_INTERPOLATED_ITEM
John Hodge
1
-0
/
+1
2016-09-26
Expand - Pass ownership of the input TT to macro_rules! expand
John Hodge
1
-8
/
+15
2016-09-26
macro_rules - Avoid cloning fragments when they're not going to be used again
John Hodge
1
-124
/
+174
2016-09-26
macro_rules! - Clean up expansion to allow counting replacement uses
John Hodge
1
-69
/
+125
2016-09-26
macro_rules - Hackily work around a quirk
John Hodge
1
-4
/
+26
2016-09-25
Parse - Move `pub` parsing to Parse_Mod_Item_S
John Hodge
1
-2
/
+1
2016-09-25
Parse - Allow loading modules from macro invocations
John Hodge
1
-3
/
+6
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-2
/
+4
2016-09-25
macro_rules! - Rough (stubbed) support for :item
John Hodge
1
-0
/
+5
2016-09-15
Restructure - Don't insert automatic () statements at end of blocks
John Hodge
1
-3
/
+0
2016-09-11
macro_rules - Rework to handle vec! edge case
John Hodge
1
-97
/
+397
2016-08-29
macro_rules - Source crate!
John Hodge
1
-2
/
+1
2016-07-14
Macro Rules - Seems to be working
John Hodge
1
-3
/
+19
2016-07-14
Macro Rules - Running fully once more, may still be incorrect
John Hodge
1
-24
/
+48
2016-07-14
Macro Rules - Rewrite, take 3 - Incomplete
John Hodge
1
-234
/
+169
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-47
/
+45
2016-05-22
macro_rules - Rework pattern matching to not use try-catch
John Hodge
1
-0
/
+639