aboutsummaryrefslogtreecommitdiff
path: root/core/sync.odin
Commit message (Expand)AuthorAgeFilesLines
* Basic Linux Build!Ginger Bill2017-04-091-91/+2
* windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...Ginger Bill2017-03-121-1/+1
* Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacityGinger Bill2017-03-021-31/+31
* ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...Ginger Bill2017-02-261-3/+3
* Change casting syntax: `cast(T)x` `transmute(T)x` et al.Ginger Bill2017-01-251-2/+2
* Change cast syntax, int(x), []byte(s), (^int)(p)Ginger Bill2017-01-171-2/+2
* Comma for all field separators; Overloaded procedures follow exportation rulesGinger Bill2017-01-171-18/+18
* `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