aboutsummaryrefslogtreecommitdiff
path: root/core/sync.odin
Commit message (Expand)AuthorAgeFilesLines
* `while`; `range` is now `for`; remove ++ and --Ginger Bill2017-01-031-3/+3
* Fix parameter/field lists and #import #include syntaxGinger Bill2017-01-021-19/+17
* Nearly finished Jai-like declarationsGinger Bill2017-01-011-21/+19
* Begin transition to Jai-like syntaxGinger Bill2017-01-011-5/+5
* Handle calling conventions correctlyGinger Bill2016-12-221-4/+4
* Generic (grouped) declarations: var, let, const, type, import, includeGinger Bill2016-12-201-12/+15
* Change var decl syntaxGinger Bill2016-12-181-5/+5
* Change record field syntaxGinger Bill2016-12-181-5/+5
* var/const decl; remove `:` from parameter listsGinger Bill2016-12-181-10/+10
* Change of `proc` and `type` declaration syntax to "prefix" styleGinger Bill2016-12-181-13/+13
* Minor changesGinger Bill2016-12-161-5/+0
* Add atomic.odin, sync.odin, sys/windows.odinGinger Bill2016-12-161-0/+97