aboutsummaryrefslogtreecommitdiff
path: root/src/checker/types.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change extensions .cpp to .cGinger Bill2016-11-231-1487/+0
|
* Compile as C! Whoop!Ginger Bill2016-11-231-5/+11
|
* Remove autoGinger Bill2016-11-231-92/+78
|
* typedef struct and start removing autoGinger Bill2016-11-231-48/+50
|
* Remove templated Map; replace with #include macro "templates" trickGinger Bill2016-11-231-46/+46
|
* Remove Array<T> and replace with macro versionGinger Bill2016-11-221-6/+8
|
* Remove: string overloads; deferGinger Bill2016-11-221-28/+28
|
* 128 bit integersGinger Bill2016-11-221-119/+121
| | | | Kind of works but may be buggy due to LLVM not actually sure
* Support `any` in `match type`Ginger Bill2016-11-201-11/+10
|
* Actually fix alignment for vectorsGinger Bill2016-11-161-1/+1
| | | | Whoops :P
* Fix alignment issues with vectors, unions, and raw_unionsGinger Bill2016-11-161-16/+17
|
* #foreign_library; vector fields (x, y, z, w) for count <= 4Ginger Bill2016-11-151-1/+24
|
* Scrap Virtual Machine and begin againGinger Bill2016-11-031-1/+25
| | | | I just didn't like the style of it.
* File restructure (again)Ginger Bill2016-11-021-6/+23
|
* Minor `Entity` refactorGinger Bill2016-10-301-34/+32
|
* Better constant strings for SSA; Fix Type_InfoGinger Bill2016-10-261-2/+3
|
* Code reorganization - Separate files and slice refactoringGinger Bill2016-10-261-0/+1426