| Commit message (Expand) | Author | Age | Files | Lines |
| * | Prevent `cast` on pointer to union types | Ginger Bill | 2017-02-14 | 1 | -0/+2 |
| * | Reimplement `immutable` with different rules. | Ginger Bill | 2017-02-14 | 1 | -0/+1 |
| * | v0.1.0v0.1.0 | Ginger Bill | 2017-02-11 | 1 | -44/+32 |
| * | Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f... | Ginger Bill | 2017-02-11 | 1 | -4/+4 |
| * | Remove need for `type` keyword | Ginger Bill | 2017-02-10 | 1 | -123/+82 |
| * | Remove Maybe type; Enum `names` | Ginger Bill | 2017-02-10 | 1 | -7/+9 |
| * | Custom struct alignment | Ginger Bill | 2017-02-05 | 1 | -0/+1 |
| * | Change internals of `context`; Disable `immutable` | Ginger Bill | 2017-02-01 | 1 | -2/+6 |
| * | Dynamic arrays | Ginger Bill | 2017-01-29 | 1 | -25/+24 |
| * | Overloaded `free`; 3 dotted ellipsisv0.0.6a | Ginger Bill | 2017-01-28 | 1 | -2/+4 |
| * | Remove while loop and readd c-style for loops i.e. all loops are just `for` | Ginger Bill | 2017-01-27 | 1 | -1/+0 |
| * | `in` keyword for `for` and `match type` | Ginger Bill | 2017-01-27 | 1 | -8/+5 |
| * | Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code. | Ginger Bill | 2017-01-27 | 1 | -15/+18 |
| * | Change casting syntax: `cast(T)x` `transmute(T)x` et al. | Ginger Bill | 2017-01-25 | 1 | -1/+4 |
| * | `using` `immutable` `thread_local` on variable declarations | Ginger Bill | 2017-01-19 | 1 | -0/+1 |
| * | `immutable` field prefix | Ginger Bill | 2017-01-19 | 1 | -0/+1 |
| * | Closed range `...` (both inclusive); Type comparisons with == and != | Ginger Bill | 2017-01-19 | 1 | -13/+13 |
| * | Change cast syntax, int(x), []byte(s), (^int)(p) | Ginger Bill | 2017-01-17 | 1 | -60/+60 |
| * | Comma for all field separators; Overloaded procedures follow exportation rules | Ginger Bill | 2017-01-17 | 1 | -3/+3 |
| * | Best viable overloading procedure algorithm; `no_alias`; call expr style casts | Ginger Bill | 2017-01-17 | 1 | -0/+1 |
| * | Fix build error caused by invalid iterator types in `for`v0.0.5c | Ginger Bill | 2017-01-05 | 1 | -0/+4 |
| * | Fix line comments at the end of filev0.0.5b | Ginger Bill | 2017-01-05 | 1 | -1/+1 |
| * | `while`; `range` is now `for`; remove ++ and -- | Ginger Bill | 2017-01-03 | 1 | -7/+8 |
| * | Interval expressions in `range` | Ginger Bill | 2017-01-03 | 1 | -7/+46 |
| * | `range` statement | Ginger Bill | 2017-01-02 | 1 | -4/+0 |
| * | Fix parameter/field lists and #import #include syntax | Ginger Bill | 2017-01-02 | 1 | -3/+2 |
| * | Begin transition to Jai-like syntax | Ginger Bill | 2017-01-01 | 1 | -2/+2 |
| * | Add enum type info and fix enum casting | Ginger Bill | 2017-01-01 | 1 | -1/+0 |
| * | Bring back `enum` but using iota | Ginger Bill | 2017-01-01 | 1 | -0/+1 |
| * | Fix give expressions | Ginger Bill | 2016-12-30 | 1 | -4/+0 |
| * | Block Expressions and `give` | Ginger Bill | 2016-12-30 | 1 | -0/+1 |
| * | Generic (grouped) declarations: var, let, const, type, import, include | Ginger Bill | 2016-12-20 | 1 | -3/+3 |
| * | var/const decl; remove `:` from parameter lists | Ginger Bill | 2016-12-18 | 1 | -5/+0 |
| * | Change of `proc` and `type` declaration syntax to "prefix" style | Ginger Bill | 2016-12-18 | 1 | -3/+3 |
| * | Minor changes | Ginger Bill | 2016-12-16 | 1 | -5/+6 |
| * | Semicolons mandatory again (and probably forever now...) | Ginger Bill | 2016-12-16 | 1 | -83/+20 |
| * | v0.0.4 - `odin build_dll`, atomic.odin, sync.odin | Ginger Bill | 2016-12-09 | 1 | -1/+1 |
| * | Set :: as a single token | Ginger Bill | 2016-12-07 | 1 | -0/+5 |
| * | Improve parsing with semicolon insertion | Ginger Bill | 2016-12-06 | 1 | -4/+3 |
| * | Go/BCPL style semicolon insertion during tokenizing stage | Ginger Bill | 2016-12-05 | 1 | -35/+177 |
| * | Change entity collection strategy | Ginger Bill | 2016-12-03 | 1 | -5/+6 |
| * | Semicolons are required; `when` condition for certain file scope declarations... | Ginger Bill | 2016-12-01 | 1 | -2/+2 |
| * | Fix illegal type declaration error | Ginger Bill | 2016-11-30 | 1 | -4/+6 |
| * | error_node | Ginger Bill | 2016-11-30 | 1 | -18/+25 |
| * | Basic `when` statement - Compile time if statement | Ginger Bill | 2016-11-29 | 1 | -0/+2 |
| * | #rune "" to ''; Remove infix and postfix call notation | Ginger Bill | 2016-11-28 | 1 | -13/+46 |
| * | Numpty forgot to add .c files | Ginger Bill | 2016-11-23 | 1 | -0/+816 |