index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand
/
file_line.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-07-13
Expand module_path - Unconditionally add `::` to simplify debugging empty ↵
John Hodge
1
-2
/
+1
crate names
2019-07-07
Expand module_path - Include crate name (for RUST_LOG)
John Hodge
1
-1
/
+3
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
1
-7
/
+7
std::string for paths/identifiers
2018-07-29
All - Initial work on supporting 1.29 as a target version
John Hodge
1
-0
/
+9
2017-10-29
Expand - Add parent spans to TTStream[O]
John Hodge
1
-4
/
+4
2017-06-11
Expand - Make file!/line! get the invocation location of a macro
John Hodge
1
-3
/
+14
2017-03-18
Expand - add column! macro
John Hodge
1
-0
/
+10
2016-11-02
Parse - Refactor TTStream and TokenTree into their own files
John Hodge
1
-0
/
+6
2016-10-24
Expand - Implement module_path! macro
John Hodge
1
-0
/
+16
2016-09-27
Expand - Remove two-pass expand
John Hodge
1
-4
/
+0
2016-06-04
Resolve - Fix variable resolution and pattern binding
John Hodge
1
-1
/
+1
2016-05-24
AST - Spans, spans everywhere!
John Hodge
1
-2
/
+2
2016-05-21
Parse - Updates for better memory efficiency (hopefully)
John Hodge
1
-1
/
+1
2016-03-11
Expand - Macros expansion improved
John Hodge
1
-0
/
+30