| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove `when` suffixes; Implement file scope `when` statement, evaluated in s... | Ginger Bill | 2017-09-10 | 1 | -2/+2 |
| * | Library collections | Ginger Bill | 2017-09-07 | 1 | -2/+2 |
| * | `export` declarations | Ginger Bill | 2017-08-27 | 1 | -2/+2 |
| * | Replace `import_load` with `using import .` | Ginger Bill | 2017-08-27 | 1 | -4/+2 |
| * | Declaration grouping uses () rather than {}; Fix some problem with compilatio... | Ginger Bill | 2017-06-17 | 1 | -2/+2 |
| * | Declaration grouping uses braces rather than parentheses | Ginger Bill | 2017-06-13 | 1 | -2/+2 |
| * | Pascal style declaration grouping with () | Ginger Bill | 2017-06-12 | 1 | -2/+4 |
| * | `import` and `import_load` as keywords; Fix procedure literal call trick | Ginger Bill | 2017-06-12 | 1 | -2/+2 |
| * | Basic Linux Build! | Ginger Bill | 2017-04-09 | 1 | -91/+2 |
| * | windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug... | Ginger Bill | 2017-03-12 | 1 | -1/+1 |
| * | Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity | Ginger Bill | 2017-03-02 | 1 | -31/+31 |
| * | ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~... | Ginger Bill | 2017-02-26 | 1 | -3/+3 |
| * | Change casting syntax: `cast(T)x` `transmute(T)x` et al. | Ginger Bill | 2017-01-25 | 1 | -2/+2 |
| * | Change cast syntax, int(x), []byte(s), (^int)(p) | Ginger Bill | 2017-01-17 | 1 | -2/+2 |
| * | Comma for all field separators; Overloaded procedures follow exportation rules | Ginger Bill | 2017-01-17 | 1 | -18/+18 |
| * | `while`; `range` is now `for`; remove ++ and -- | Ginger Bill | 2017-01-03 | 1 | -3/+3 |
| * | Fix parameter/field lists and #import #include syntax | Ginger Bill | 2017-01-02 | 1 | -19/+17 |
| * | Nearly finished Jai-like declarations | Ginger Bill | 2017-01-01 | 1 | -21/+19 |
| * | Begin transition to Jai-like syntax | Ginger Bill | 2017-01-01 | 1 | -5/+5 |
| * | Handle calling conventions correctly | Ginger Bill | 2016-12-22 | 1 | -4/+4 |
| * | Generic (grouped) declarations: var, let, const, type, import, include | Ginger Bill | 2016-12-20 | 1 | -12/+15 |
| * | Change var decl syntax | Ginger Bill | 2016-12-18 | 1 | -5/+5 |
| * | Change record field syntax | Ginger Bill | 2016-12-18 | 1 | -5/+5 |
| * | var/const decl; remove `:` from parameter lists | Ginger Bill | 2016-12-18 | 1 | -10/+10 |
| * | Change of `proc` and `type` declaration syntax to "prefix" style | Ginger Bill | 2016-12-18 | 1 | -13/+13 |
| * | Minor changes | Ginger Bill | 2016-12-16 | 1 | -5/+0 |
| * | Add atomic.odin, sync.odin, sys/windows.odin | Ginger Bill | 2016-12-16 | 1 | -0/+97 |