summaryrefslogtreecommitdiff
path: root/src/expand/format_args.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-24No more tears!ubsan1-57/+57
2016-11-26Expand/format_args! - Handle named argument for widthJohn Hodge1-7/+36
2016-11-02Parse - Refactor TTStream and TokenTree into their own filesJohn Hodge1-1/+1
2016-11-02Parse - Rework hygiene (with spelling fix) for take 2John Hodge1-11/+11
2016-11-02All - Hack in start of macro hygine - requires rework so is disabledJohn Hodge1-10/+10
2016-10-28Expand format_args! - Handle trailing commasJohn Hodge1-0/+6
2016-10-26Expand format_args! - Positional argument parseJohn Hodge1-5/+14
2016-10-12Expand format_args! - (minor) CommentingJohn Hodge1-1/+2
2016-10-11Expand format_args! - Fragments in static, fix is_simple checkJohn Hodge1-22/+67
2016-10-11Expand format_args! - Wrap in a matchJohn Hodge1-9/+14
2016-10-11Expand format_args - Parse named argument referencesJohn Hodge1-6/+68
2016-10-10Parse - Remove old inefficient TT parse codeJohn Hodge1-4/+5
2016-10-09Expand format_args! - Support basic case (no positional args and no options)John Hodge1-25/+112
2016-09-27Expand - Remove two-pass expandJohn Hodge1-2/+0
2016-09-27Expand - Expand macros in format_args! stringJohn Hodge1-1/+9
2016-09-25Parse+AST - Support capturing :item (requires cloning AST items)John Hodge1-0/+1
2016-09-20Expand format_args! - (minor) Commenting and TODO to actually emit the fragmentsJohn Hodge1-3/+7
2016-08-29Expand format_args - Add detection for ::std/::coreJohn Hodge1-2/+15
2016-06-08CommentingJohn Hodge1-1/+1
2016-06-08Expand format_args! - Parse and (partially) emitJohn Hodge1-7/+293
2016-05-25Parse - Use interpolated macro fragments instead of captured TTsJohn Hodge1-2/+2
2016-05-24AST - Spans, spans everywhere!John Hodge1-4/+4
2016-05-21Parse - Updates for better memory efficiency (hopefully)John Hodge1-1/+4
2016-03-11Expand - Macros expansion improvedJohn Hodge1-1/+1
2016-03-10Expand - Stub format_args! implJohn Hodge1-0/+53