summaryrefslogtreecommitdiff
path: root/src/trans/mangling.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-24Misc - Remove now-defunct files (resolve_ufcs_outer.cpp and mangling.cpp)John Hodge1-225/+0
2019-07-21(minor) Fix comment typoJohn Hodge1-1/+1
2019-05-19All - Switch to using interned (de-duplicated) RcString-s instead of std::str...John Hodge1-3/+12
2018-03-17VTables - Rename vtable static to have the # at the end (helps parsing in mmir)John Hodge1-8/+5
2017-09-24All - Handle crates with tagged namesJohn Hodge1-1/+21
2017-06-04Trans - Emit monomorphised/inlined functions as `static`John Hodge1-1/+1
2016-12-25Merge branch 'master' of https://github.com/thepowersgang/mrustcJohn Hodge1-1/+1
2016-12-24No more tears!ubsan1-1/+1
2016-12-24Trans - Generate Box destructorsJohn Hodge1-3/+9
2016-12-18Trans C - Rough destructorsJohn Hodge1-1/+4
2016-12-10Trans Mangle - Handle - in ABIsJohn Hodge1-1/+3
2016-12-04Trans Mangle - Escape # elsewhere in namesJohn Hodge1-4/+12
2016-12-04Trans - Coming alongJohn Hodge1-3/+10
2016-12-04Trans - Mangled names for Ufcs*John Hodge1-2/+38
2016-12-04Trans - Hacking alongJohn Hodge1-4/+23
2016-12-04Trans - Roughed C translationJohn Hodge1-11/+100
2016-12-03Trans Codegen - Structure coming upJohn Hodge1-0/+29