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-12-24
No more tears!
ubsan
1
-57
/
+57
2016-11-26
Expand/format_args! - Handle named argument for width
John Hodge
1
-7
/
+36
2016-11-02
Parse - Refactor TTStream and TokenTree into their own files
John Hodge
1
-1
/
+1
2016-11-02
Parse - Rework hygiene (with spelling fix) for take 2
John Hodge
1
-11
/
+11
2016-11-02
All - Hack in start of macro hygine - requires rework so is disabled
John Hodge
1
-10
/
+10
2016-10-28
Expand format_args! - Handle trailing commas
John Hodge
1
-0
/
+6
2016-10-26
Expand format_args! - Positional argument parse
John Hodge
1
-5
/
+14
2016-10-12
Expand format_args! - (minor) Commenting
John Hodge
1
-1
/
+2
2016-10-11
Expand format_args! - Fragments in static, fix is_simple check
John Hodge
1
-22
/
+67
2016-10-11
Expand format_args! - Wrap in a match
John Hodge
1
-9
/
+14
2016-10-11
Expand format_args - Parse named argument references
John Hodge
1
-6
/
+68
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