aboutsummaryrefslogtreecommitdiff
path: root/code/runtime.odin
Commit message (Expand)AuthorAgeFilesLines
* #import search rule: relative then core/Ginger Bill2016-09-171-353/+0
* Call expression, either handle all or ignore all results.Ginger Bill2016-09-161-19/+25
* ssa - alloca all variables at the very startGinger Bill2016-09-151-1/+1
* Fix namespacing issues for #import; allow using ImportNameGinger Bill2016-09-141-21/+21
* #import "" as namespaceGinger Bill2016-09-141-7/+7
* Begin work on modules - No codegen!!!Ginger Bill2016-09-141-2/+6
* Fix addressing modes for selectorsGinger Bill2016-09-131-15/+23
* Remove len(), cap() and replace with selectors; fix defer in matchGinger Bill2016-09-131-75/+94
* Fix array bounds checkingGinger Bill2016-09-121-6/+12
* Slice and substring bounds checkingGinger Bill2016-09-121-1/+14
* Switchable array bounds checkingGinger Bill2016-09-121-0/+297