| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rudimentary para-poly procedures | Ginger Bill | 2017-06-25 | 1 | -1/+1 |
| * | Basic command line flags: e.g. `-opt=0` | Ginger Bill | 2017-06-24 | 1 | -4/+4 |
| * | Implement u128/i128 features; Add bits.odin | Ginger Bill | 2017-06-01 | 1 | -5/+8 |
| * | Fix non-ascii function parameters in LLVM IR | Ginger Bill | 2017-04-15 | 1 | -1/+1 |
| * | Fix: map key not getting transferred on rehash | Ginger Bill | 2017-04-11 | 1 | -4/+1 |
| * | Fix `map` assignment bug due to growth | Ginger Bill | 2017-04-11 | 1 | -9/+48 |
| * | Fix segfault with heap allocation | root | 2017-04-10 | 1 | -15/+21 |
| * | Change code to match original MSVC | Ginger Bill | 2017-04-10 | 1 | -5/+6 |
| * | Basic Linux Build! | Ginger Bill | 2017-04-09 | 1 | -6/+33 |
| * | Merged from upstream, fixed 'args' name colission | Zachary Pierson | 2017-04-06 | 1 | -1/+3 |
| * | Merge https://github.com/gingerBill/Odin | Zachary Pierson | 2017-04-06 | 1 | -2/+2 |
| |\ |
|
| | * | Fix ir bugs: global variable names, untyped to any assignment | Ginger Bill | 2017-04-06 | 1 | -2/+2 |
| * | | Merge https://github.com/gingerBill/Odin | Zac Pierson | 2017-03-21 | 1 | -124/+314 |
| |\| |
|
| | * | Add branch labels for loops; using list | Ginger Bill | 2017-03-19 | 1 | -0/+4 |
| | * | Update gb.h | Ginger Bill | 2017-03-17 | 1 | -124/+306 |
| | * | windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug... | Ginger Bill | 2017-03-12 | 1 | -0/+4 |
| * | | Merge https://github.com/gingerBill/Odin | Zac Pierson | 2017-02-20 | 1 | -1/+1 |
| |\| |
|
| | * | Begin changing `union` syntax | Ginger Bill | 2017-02-19 | 1 | -1/+1 |
| * | | Tested MacOS. If a commit doesn't follow in 15 minutes, Linux works too! | Zachary Pierson | 2017-02-12 | 1 | -0/+7 |
| * | | Fixed Windows (updated gb.h) | Need to test on MacOS and Linux now! | Zachary Pierson | 2017-02-11 | 1 | -38/+40 |
| * | | Code quality upkeep. Fixed a broken thread finding assembly instruction in gb.h | Zachary Pierson | 2017-02-09 | 1 | -2/+5 |
| * | | Fixed gb.h - the file handle for /proc/cpuinfo is needed to read chars. | Zac Pierson | 2017-02-08 | 1 | -1/+5 |
| * | | Merge https://github.com/gingerBill/Odin | Zac Pierson | 2017-02-08 | 1 | -26/+31 |
| |\| |
|
| | * | `map` immutable fields: count, capacity, allocator | Ginger Bill | 2017-02-06 | 1 | -2/+84 |
| * | | Added a very basic Linux standard library shamelessly stolen from the MacOS one. | Zachary Pierson | 2017-02-07 | 1 | -2/+3 |
| * | | MacOS is able to run Hello World! | Zachary Pierson | 2017-02-06 | 1 | -1/+6 |
| * | | Added Linux functions throughout the code, but it segfaults. | Zac Pierson | 2017-02-06 | 1 | -40/+107 |
| |/ |
|
| * | Update code from OSX merge to be consistent with the rest of the code | Ginger Bill | 2017-02-01 | 1 | -14/+14 |
| * | oh boy, basic osx/unix support | zhiayang | 2017-02-02 | 1 | -3/+20 |
| * | Overloaded `free`; 3 dotted ellipsisv0.0.6a | Ginger Bill | 2017-01-28 | 1 | -7/+3 |
| * | v0.0.4 - `odin build_dll`, atomic.odin, sync.odin | Ginger Bill | 2016-12-09 | 1 | -1/+1 |
| * | Fix import/export rules for #import as . | Ginger Bill | 2016-11-23 | 1 | -3/+2 |
| * | Remove: string overloads; defer | Ginger Bill | 2016-11-22 | 1 | -1/+1 |
| * | union_cast | Ginger Bill | 2016-10-16 | 1 | -1/+2 |
| * | Update ImplicitValue "architecture" | Ginger Bill | 2016-10-15 | 1 | -26/+26 |
| * | Minimal Dependency Map: Only build what is needed | Ginger Bill | 2016-09-27 | 1 | -8/+8 |
| * | Unicode file loading; push_allocator & push_context | Ginger Bill | 2016-09-23 | 1 | -2/+2 |
| * | min, max, abs | Ginger Bill | 2016-09-02 | 1 | -0/+4 |
| * | File Library and TypeDecl syntax change | gingerBill | 2016-08-22 | 1 | -3/+3 |
| * | defer statements | gingerBill | 2016-08-16 | 1 | -10/+25 |
| * | Compile with odin.exe and no run.bat | gingerBill | 2016-08-16 | 1 | -3/+0 |
| * | copy(...) | gingerBill | 2016-08-10 | 1 | -0/+7 |
| * | String support | gingerBill | 2016-08-05 | 1 | -1/+39 |
| * | Basic call expression and fix to assignment count checking | gingerBill | 2016-08-03 | 1 | -8/+9 |
| * | Restart LLVM IR SSA generation | gingerBill | 2016-07-30 | 1 | -79/+56 |
| * | Support import files as modules (i.e. import only once) | gingerBill | 2016-07-21 | 1 | -1/+6 |
| * | Initial Commit | gingerBill | 2016-07-07 | 1 | -0/+10331 |