| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove Maybe type; Enum `names` | Ginger Bill | 2017-02-10 | 1 | -31/+0 |
| * | `map` literals | Ginger Bill | 2017-02-06 | 1 | -0/+1 |
| * | Custom struct alignment | Ginger Bill | 2017-02-05 | 1 | -261/+312 |
| * | Update code from OSX merge to be consistent with the rest of the code | Ginger Bill | 2017-02-01 | 1 | -0/+5 |
| * | Merge branch 'master' of https://github.com/zhiayang/Odin | zhiayang | 2017-02-02 | 1 | -143/+89 |
| |\ |
|
| | * | Change internals of `context`; Disable `immutable` | Ginger Bill | 2017-02-01 | 1 | -143/+89 |
| * | | oh boy, basic osx/unix support | zhiayang | 2017-02-02 | 1 | -0/+1 |
| |/ |
|
| * | Dynamic arrays | Ginger Bill | 2017-01-29 | 1 | -8/+26 |
| * | Overloaded `free`; 3 dotted ellipsisv0.0.6a | Ginger Bill | 2017-01-28 | 1 | -5/+12 |
| * | Fix parsing for block/if expression within if/for/etc. statementsv0.0.6 | Ginger Bill | 2017-01-27 | 1 | -5/+8 |
| * | Remove while loop and readd c-style for loops i.e. all loops are just `for` | Ginger Bill | 2017-01-27 | 1 | -50/+111 |
| * | `in` keyword for `for` and `match type` | Ginger Bill | 2017-01-27 | 1 | -2/+2 |
| * | Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code. | Ginger Bill | 2017-01-27 | 1 | -5/+4 |
| * | Library names - Only link with used foreign libraries | Ginger Bill | 2017-01-26 | 1 | -43/+66 |
| * | Fix pointer differences (issue #11); remove #dll_import | Ginger Bill | 2017-01-26 | 1 | -24/+30 |
| * | Change casting syntax: `cast(T)x` `transmute(T)x` et al. | Ginger Bill | 2017-01-25 | 1 | -17/+102 |
| * | Fix issue #10 | Ginger Bill | 2017-01-20 | 1 | -35/+19 |
| * | `using` `immutable` `thread_local` on variable declarations | Ginger Bill | 2017-01-19 | 1 | -29/+59 |
| * | `immutable` field prefix | Ginger Bill | 2017-01-19 | 1 | -57/+69 |
| * | Closed range `...` (both inclusive); Type comparisons with == and != | Ginger Bill | 2017-01-19 | 1 | -2/+6 |
| * | Change cast syntax, int(x), []byte(s), (^int)(p) | Ginger Bill | 2017-01-17 | 1 | -16/+14 |
| * | Fix conversion of untyped integers to pointers | Ginger Bill | 2017-01-17 | 1 | -5/+5 |
| * | Comma for all field separators; Overloaded procedures follow exportation rules | Ginger Bill | 2017-01-17 | 1 | -74/+164 |
| * | Best viable overloading procedure algorithm; `no_alias`; call expr style casts | Ginger Bill | 2017-01-17 | 1 | -18/+40 |
| * | Bug fix: comparisons with shifts | Ginger Bill | 2017-01-15 | 1 | -30/+42 |
| * | Fix problem with `odin build` | Ginger Bill | 2017-01-05 | 1 | -10/+7 |
| * | Rename llir -> ir | Ginger Bill | 2017-01-04 | 1 | -31/+0 |
| * | v0.0.5 | Ginger Bill | 2017-01-03 | 1 | -0/+3 |
| * | `while`; `range` is now `for`; remove ++ and -- | Ginger Bill | 2017-01-03 | 1 | -93/+44 |
| * | Interval expressions in `range` | Ginger Bill | 2017-01-03 | 1 | -17/+35 |
| * | `range` statement | Ginger Bill | 2017-01-02 | 1 | -62/+127 |
| * | Fix parameter/field lists and #import #include syntax | Ginger Bill | 2017-01-02 | 1 | -239/+103 |
| * | Nearly finished Jai-like declarations | Ginger Bill | 2017-01-01 | 1 | -56/+81 |
| * | Begin transition to Jai-like syntax | Ginger Bill | 2017-01-01 | 1 | -67/+117 |
| * | More declaration differentiation in semantic stage e.g. make only variables a... | Ginger Bill | 2017-01-01 | 1 | -16/+18 |
| * | Add enum type info and fix enum casting | Ginger Bill | 2017-01-01 | 1 | -9/+4 |
| * | Bring back `enum` but using iota | Ginger Bill | 2017-01-01 | 1 | -1/+13 |
| * | Fix give expressions | Ginger Bill | 2016-12-30 | 1 | -19/+35 |
| * | if expression | Ginger Bill | 2016-12-30 | 1 | -23/+105 |
| * | Block Expressions and `give` | Ginger Bill | 2016-12-30 | 1 | -3/+68 |
| * | Handle calling conventions correctly | Ginger Bill | 2016-12-22 | 1 | -52/+113 |
| * | Fix anonymous procedures and their dependencies | Ginger Bill | 2016-12-21 | 1 | -88/+116 |
| * | Generic (grouped) declarations: var, let, const, type, import, include | Ginger Bill | 2016-12-20 | 1 | -181/+170 |
| * | Remove `enum` for favour of Go-style enumerations | Ginger Bill | 2016-12-19 | 1 | -45/+6 |
| * | Golang style enumerations with `iota` | Ginger Bill | 2016-12-19 | 1 | -15/+20 |
| * | Begin generic declarations for lists of specifications | Ginger Bill | 2016-12-19 | 1 | -244/+235 |
| * | Change var decl syntax | Ginger Bill | 2016-12-18 | 1 | -31/+32 |
| * | Change record field syntax | Ginger Bill | 2016-12-18 | 1 | -66/+20 |
| * | var/const decl; remove `:` from parameter lists | Ginger Bill | 2016-12-18 | 1 | -119/+148 |
| * | Change of `proc` and `type` declaration syntax to "prefix" style | Ginger Bill | 2016-12-18 | 1 | -45/+61 |