aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove case sensitivity for libraries on windowsGinger Bill2017-01-261-4/+4
* Library names - Only link with used foreign librariesGinger Bill2017-01-261-84/+85
* Fix pointer differences (issue #11); remove #dll_importGinger Bill2017-01-261-55/+67
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-4/+4
* Change cast syntax, int(x), []byte(s), (^int)(p)Ginger Bill2017-01-171-3/+3
* Fix conversion of untyped integers to pointersGinger Bill2017-01-171-2/+2
* Comma for all field separators; Overloaded procedures follow exportation rulesGinger Bill2017-01-171-48/+46
* Fix core library; Disable adding entity definitions for blank identifiersv0.0.5eGinger Bill2017-01-071-1/+1
* Fix parameter/field lists and #import #include syntaxGinger Bill2017-01-021-127/+127
* Nearly finished Jai-like declarationsGinger Bill2017-01-011-229/+222
* Begin transition to Jai-like syntaxGinger Bill2017-01-011-121/+108
* Add enum type info and fix enum castingGinger Bill2017-01-011-154/+147
* Block Expressions and `give`Ginger Bill2016-12-301-4/+47
* Handle calling conventions correctlyGinger Bill2016-12-221-23/+23
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-266/+279
* Remove `enum` for favour of Go-style enumerationsGinger Bill2016-12-191-153/+154
* Change record field syntaxGinger Bill2016-12-181-45/+45
* var/const decl; remove `:` from parameter listsGinger Bill2016-12-181-150/+150
* Change of `proc` and `type` declaration syntax to "prefix" styleGinger Bill2016-12-181-106/+106
* Add atomic.odin, sync.odin, sys/windows.odinGinger Bill2016-12-161-0/+525