| Commit message (Expand) | Author | Age | Files | Lines |
| * | Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr... | Ginger Bill | 2017-04-30 | 1 | -10/+10 |
| * | Fix fmt for type; remove dead stuff | Ginger Bill | 2017-04-13 | 1 | -0/+1 |
| * | Fix slicing bug on dynamic arrays | Ginger Bill | 2017-04-11 | 1 | -2/+11 |
| * | Merge https://github.com/gingerBill/Odin | Zachary Pierson | 2017-04-03 | 1 | -0/+1 |
| |\ |
|
| | * | Update and regression test old demos | Ginger Bill | 2017-04-02 | 1 | -0/+1 |
| * | | Merge https://github.com/gingerBill/Odin | Zac Pierson | 2017-03-21 | 2 | -158/+160 |
| |\| |
|
| | * | Update gb.h | Ginger Bill | 2017-03-17 | 1 | -7/+10 |
| | * | windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug... | Ginger Bill | 2017-03-12 | 2 | -153/+152 |
| * | | Merge https://github.com/gingerBill/Odin | Zac Pierson | 2017-03-02 | 1 | -8/+75 |
| |\| |
|
| | * | Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity | Ginger Bill | 2017-03-02 | 1 | -8/+75 |
| * | | Merge https://github.com/gingerBill/Odin | Zac Pierson | 2017-02-20 | 2 | -17/+78 |
| |\| |
|
| | * | Fix overloading bug due to `#import .`; Add sys/wgl.odin | Ginger Bill | 2017-02-19 | 2 | -16/+76 |
| | * | Fix overloading bug due to comparison of named types | Ginger Bill | 2017-02-18 | 1 | -2/+3 |
| * | | Merge https://github.com/gingerBill/odin | Zac Pierson | 2017-02-15 | 1 | -5/+8 |
| |\| |
|
| | * | Fix immutable rules; add some general documentation | Ginger Bill | 2017-02-14 | 1 | -5/+8 |
| * | | Added dynamic library loading to Linux and MacOS's standard libraries. | Zachary Pierson | 2017-02-11 | 1 | -1/+0 |
| |/ |
|
| * | Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f... | Ginger Bill | 2017-02-11 | 1 | -2/+2 |
| * | Only check files that have been truly imported. | Ginger Bill | 2017-02-11 | 1 | -6/+5 |
| * | Remove need for `type` keyword | Ginger Bill | 2017-02-10 | 1 | -3/+3 |
| * | Remove Maybe type; Enum `names` | Ginger Bill | 2017-02-10 | 1 | -0/+1 |
| * | Changed #foreign user32 to gdi32 where this was wrong. | thebirk | 2017-01-28 | 1 | -3/+3 |
| * | Remove case sensitivity for libraries on windows | Ginger Bill | 2017-01-26 | 1 | -4/+4 |
| * | Library names - Only link with used foreign libraries | Ginger Bill | 2017-01-26 | 1 | -84/+85 |
| * | Fix pointer differences (issue #11); remove #dll_import | Ginger Bill | 2017-01-26 | 1 | -55/+67 |
| * | Change casting syntax: `cast(T)x` `transmute(T)x` et al. | Ginger Bill | 2017-01-25 | 1 | -4/+4 |
| * | Change cast syntax, int(x), []byte(s), (^int)(p) | Ginger Bill | 2017-01-17 | 1 | -3/+3 |
| * | Fix conversion of untyped integers to pointers | Ginger Bill | 2017-01-17 | 1 | -2/+2 |
| * | Comma for all field separators; Overloaded procedures follow exportation rules | Ginger Bill | 2017-01-17 | 1 | -48/+46 |
| * | Fix core library; Disable adding entity definitions for blank identifiersv0.0.5e | Ginger Bill | 2017-01-07 | 1 | -1/+1 |
| * | Fix parameter/field lists and #import #include syntax | Ginger Bill | 2017-01-02 | 1 | -127/+127 |
| * | Nearly finished Jai-like declarations | Ginger Bill | 2017-01-01 | 1 | -229/+222 |
| * | Begin transition to Jai-like syntax | Ginger Bill | 2017-01-01 | 1 | -121/+108 |
| * | Add enum type info and fix enum casting | Ginger Bill | 2017-01-01 | 1 | -154/+147 |
| * | Block Expressions and `give` | Ginger Bill | 2016-12-30 | 1 | -4/+47 |
| * | Handle calling conventions correctly | Ginger Bill | 2016-12-22 | 1 | -23/+23 |
| * | Generic (grouped) declarations: var, let, const, type, import, include | Ginger Bill | 2016-12-20 | 1 | -266/+279 |
| * | Remove `enum` for favour of Go-style enumerations | Ginger Bill | 2016-12-19 | 1 | -153/+154 |
| * | Change record field syntax | Ginger Bill | 2016-12-18 | 1 | -45/+45 |
| * | var/const decl; remove `:` from parameter lists | Ginger Bill | 2016-12-18 | 1 | -150/+150 |
| * | Change of `proc` and `type` declaration syntax to "prefix" style | Ginger Bill | 2016-12-18 | 1 | -106/+106 |
| * | Add atomic.odin, sync.odin, sys/windows.odin | Ginger Bill | 2016-12-16 | 1 | -0/+525 |