| Commit message (Expand) | Author | Age | Files | Lines |
| * | v0.1.0v0.1.0 | Ginger Bill | 2017-02-11 | 12 | -170/+164 |
| * | Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f... | Ginger Bill | 2017-02-11 | 14 | -88/+172 |
| * | Only check files that have been truly imported. | Ginger Bill | 2017-02-11 | 10 | -198/+283 |
| * | Remove need for `type` keyword | Ginger Bill | 2017-02-10 | 11 | -220/+195 |
| * | Remove Maybe type; Enum `names` | Ginger Bill | 2017-02-10 | 15 | -474/+345 |
| * | Fix global maps and initialize the preload types before | Ginger Bill | 2017-02-07 | 5 | -13/+27 |
| * | Map type info and fmt printing | Ginger Bill | 2017-02-07 | 7 | -52/+139 |
| * | `map` immutable fields: count, capacity, allocator | Ginger Bill | 2017-02-06 | 4 | -10/+143 |
| * | `map` literals | Ginger Bill | 2017-02-06 | 4 | -48/+138 |
| * | Make checking map key exists optional | Ginger Bill | 2017-02-06 | 4 | -12/+25 |
| * | `map` string keys and `for` iterator | Ginger Bill | 2017-02-06 | 5 | -14/+82 |
| * | dynamic `map` insertion and lookup | Ginger Bill | 2017-02-06 | 5 | -45/+55 |
| * | Nearly implement dynamics map, missing insertion | Ginger Bill | 2017-02-06 | 6 | -86/+327 |
| * | Begin writing dynamic map procs and fix `using` bug in IR | Ginger Bill | 2017-02-05 | 11 | -307/+617 |
| * | Add `types.odin`; Begin work on `map` | Ginger Bill | 2017-02-05 | 10 | -40/+442 |
| * | Custom struct alignment | Ginger Bill | 2017-02-05 | 9 | -350/+485 |
| * | Add build guards around compiling part of the code. | Ginger Bill | 2017-02-01 | 1 | -1/+4 |
| * | Update code from OSX merge to be consistent with the rest of the code | Ginger Bill | 2017-02-01 | 15 | -249/+162 |
| * | Merge pull request #16 from zhiayang/master | gingerBill | 2017-02-01 | 17 | -90/+577 |
| |\ |
|
| | * | Merge branch 'master' of https://github.com/zhiayang/Odin | zhiayang | 2017-02-02 | 12 | -246/+257 |
| | |\
| |/
|/| |
|
| * | | Change internals of `context`; Disable `immutable` | Ginger Bill | 2017-02-01 | 11 | -231/+239 |
| | * | oh boy, basic osx/unix support | zhiayang | 2017-02-02 | 16 | -75/+559 |
| |/ |
|
| * | Remove dead code | Ginger Bill | 2017-01-30 | 1 | -95/+0 |
| * | Change vector memory layout and operations; `for in` vector. | Ginger Bill | 2017-01-30 | 9 | -308/+445 |
| * | Allow _ in floats | Ginger Bill | 2017-01-29 | 4 | -26/+100 |
| * | sprint*, variadic append works correctly now. | Ginger Bill | 2017-01-29 | 3 | -291/+31 |
| * | Variadic `append` | Ginger Bill | 2017-01-29 | 5 | -44/+105 |
| * | Dynamic arrays | Ginger Bill | 2017-01-29 | 13 | -120/+539 |
| * | Update README.mdv0.0.6b | Ginger Bill | 2017-01-29 | 4 | -22/+578 |
| * | Fix untyped to `any` assignments. Fixed crash when arguments with no value ar... | Ginger Bill | 2017-01-29 | 5 | -283/+13 |
| * | Merge pull request #12 from thebirk/windows-odin-correction | gingerBill | 2017-01-28 | 1 | -3/+3 |
| |\ |
|
| | * | Changed #foreign user32 to gdi32 where this was wrong. | thebirk | 2017-01-28 | 1 | -3/+3 |
| |/ |
|
| * | Overloaded `free`; 3 dotted ellipsisv0.0.6a | Ginger Bill | 2017-01-28 | 12 | -48/+111 |
| * | Fix parsing for block/if expression within if/for/etc. statementsv0.0.6 | Ginger Bill | 2017-01-27 | 10 | -281/+311 |
| * | Remove while loop and readd c-style for loops i.e. all loops are just `for` | Ginger Bill | 2017-01-27 | 11 | -127/+189 |
| * | `in` keyword for `for` and `match type` | Ginger Bill | 2017-01-27 | 10 | -94/+98 |
| * | Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code. | Ginger Bill | 2017-01-27 | 9 | -91/+391 |
| * | Remove case sensitivity for libraries on windows | Ginger Bill | 2017-01-26 | 4 | -32/+31 |
| * | Library names - Only link with used foreign libraries | Ginger Bill | 2017-01-26 | 14 | -251/+341 |
| * | Fix pointer differences (issue #11); remove #dll_import | Ginger Bill | 2017-01-26 | 9 | -91/+145 |
| * | Basic float printing | Ginger Bill | 2017-01-26 | 3 | -416/+85 |
| * | Change casting syntax: `cast(T)x` `transmute(T)x` et al. | Ginger Bill | 2017-01-25 | 24 | -540/+655 |
| * | Fix issue #8 - https://github.com/gingerBill/Odin/issues/8 | Ginger Bill | 2017-01-20 | 4 | -89/+66 |
| * | Fix issue #10 | Ginger Bill | 2017-01-20 | 7 | -127/+148 |
| * | `using` `immutable` `thread_local` on variable declarations | Ginger Bill | 2017-01-19 | 10 | -194/+165 |
| * | `immutable` field prefix | Ginger Bill | 2017-01-19 | 7 | -65/+87 |
| * | Closed range `...` (both inclusive); Type comparisons with == and != | Ginger Bill | 2017-01-19 | 7 | -266/+128 |
| * | Change cast syntax, int(x), []byte(s), (^int)(p) | Ginger Bill | 2017-01-17 | 17 | -356/+529 |
| * | Fix conversion of untyped integers to pointers | Ginger Bill | 2017-01-17 | 7 | -25/+130 |
| * | Comma for all field separators; Overloaded procedures follow exportation rules | Ginger Bill | 2017-01-17 | 14 | -286/+440 |