index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ast
/
generics.hpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of ↵
John Hodge
1
-3
/
+3
std::string for paths/identifiers
2018-05-20
AST - Refactor lifetime/HRB handling
John Hodge
1
-18
/
+56
2017-03-04
Many many changes to allow compiling in visual studio (Community 2015)
John Hodge (bugs)
1
-2
/
+8
2016-12-24
No more tears!
ubsan
1
-11
/
+11
No more DOS line endings or trailing whitespace either
2016-10-30
AST - Remove copy construction of TypeRef
John Hodge
1
-7
/
+13
2016-10-23
AST - Reduce places where there's no span information provided
John Hodge
1
-21
/
+15
2016-08-20
AST - Remove unused AST serialisation code
John Hodge
1
-12
/
+7
2016-05-24
AST - Move types.cpp to ast/ dir
John Hodge
1
-1
/
+1
2016-05-24
AST - Spans, spans everywhere!
John Hodge
1
-1
/
+3
2016-03-20
Tagged Union - Rework to remove indirection
John Hodge
1
-12
/
+12
2016-03-07
AST - Correctly move item attributes
John Hodge
1
-0
/
+2
2016-03-06
HUGE REFACTOR - Move named module items into a tagged union
John Hodge
1
-0
/
+138
- Item attributes now "owned" by the parent