index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
/
format_args.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-10
Parse - Remove old inefficient TT parse code
John Hodge
1
-4
/
+5
2016-10-09
Expand format_args! - Support basic case (no positional args and no options)
John Hodge
1
-25
/
+112
2016-09-27
Expand - Remove two-pass expand
John Hodge
1
-2
/
+0
2016-09-27
Expand - Expand macros in format_args! string
John Hodge
1
-1
/
+9
2016-09-25
Parse+AST - Support capturing :item (requires cloning AST items)
John Hodge
1
-0
/
+1
2016-09-20
Expand format_args! - (minor) Commenting and TODO to actually emit the fragments
John Hodge
1
-3
/
+7
2016-08-29
Expand format_args - Add detection for ::std/::core
John Hodge
1
-2
/
+15
2016-06-08
Commenting
John Hodge
1
-1
/
+1
2016-06-08
Expand format_args! - Parse and (partially) emit
John Hodge
1
-7
/
+293
2016-05-25
Parse - Use interpolated macro fragments instead of captured TTs
John Hodge
1
-2
/
+2
2016-05-24
AST - Spans, spans everywhere!
John Hodge
1
-4
/
+4
2016-05-21
Parse - Updates for better memory efficiency (hopefully)
John Hodge
1
-1
/
+4
2016-03-11
Expand - Macros expansion improved
John Hodge
1
-1
/
+1
2016-03-10
Expand - Stub format_args! impl
John Hodge
1
-0
/
+53