index
:
mrust
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hir_expand
/
vtable.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-26
All - Compilation fixes on VS2015 (constructors, warnings, missing files, cla...
John Hodge
1
-6
/
+5
2019-05-19
All - Switch to using interned (de-duplicated) RcString-s instead of std::str...
John Hodge
1
-5
/
+6
2019-04-25
HIR - Add more complete privacy handling (allowing for autoderef to skip priv...
John Hodge
1
-5
/
+5
2018-06-30
HIR Expand VTable - Fix incorrect associated type lookups
John Hodge
1
-3
/
+15
2018-03-17
VTables - Rename vtable static to have the # at the end (helps parsing in mmir)
John Hodge
1
-3
/
+3
2018-02-25
HIR+Codegen C - Encode drop/size/align in VTables at HIR level, working on MS...
John Hodge
1
-0
/
+12
2017-09-02
Misc - Clean up some MSVC warnings
John Hodge
1
-1
/
+1
2017-01-14
HIR - Build up a flattened list of parent traits early to save time later
John Hodge
1
-7
/
+5
2016-12-24
No more tears!
ubsan
1
-21
/
+21
2016-12-18
HIR - Move VTable construction to codegen
John Hodge
1
-0
/
+2
2016-12-15
HIR - Linkage anntation (un-populated)
John Hodge
1
-1
/
+2
2016-12-07
HIR VTables - Handle traits with duplicate method names form different sub-tr...
John Hodge
1
-73
/
+105
2016-12-04
HIR Expand VTables - (HACK) Ignore associated types that aren't known (for now)
John Hodge
1
-2
/
+2
2016-12-04
HIR - Construct vtables
John Hodge
1
-2
/
+37
2016-12-03
HIR/MIR - Vtable generation working well
John Hodge
1
-8
/
+19
2016-12-03
HIR/MIR - VTable work
John Hodge
1
-13
/
+72
2016-12-01
Trans - Enumeration work structured out, vtables hacked in
John Hodge
1
-0
/
+140