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
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-32
/
+31
2019-04-24
format_args - Fix named argument support
John Hodge
1
-2
/
+2
2019-03-04
Expand format_args - Support unicode pad character
John Hodge
1
-8
/
+80
2019-01-27
Expand - Slight tweaks to avoid crashes/bugs
John Hodge
1
-1
/
+1
2018-12-28
Misc expand tweaks
John Hodge
1
-15
/
+43
2017-12-30
format_args! - Set source module when parsing expressions
John Hodge
1
-0
/
+1
2017-10-29
Expand - Add parent spans to TTStream[O]
John Hodge
1
-2
/
+2
2017-08-20
Misc - Visual studio cleanups
John Hodge
1
-1
/
+1
2017-05-14
Merge branch 'master' of https://github.com/thepowersgang/mrustc
John Hodge (bugs)
1
-6
/
+118
2017-04-13
Expand - Tweaks to test harness
John Hodge
1
-0
/
+1
2017-03-21
format_args! - Add # support
John Hodge
1
-1
/
+4
2017-03-18
format_args! - Handle }}
John Hodge
1
-0
/
+5
2017-03-03
format_args! - Support complex formatting types
John Hodge
1
-6
/
+109
2017-02-25
Add visual studio project files, little tweaks to codebase to allow compiling...
John Hodge (bugs)
1
-1
/
+2
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