| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix subtype polymorphism implicit conversion | Ginger Bill | 2017-04-30 | 1 | -21/+29 |
| * | Add type assertion for `any` | Ginger Bill | 2017-04-30 | 1 | -25/+31 |
| * | Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr... | Ginger Bill | 2017-04-30 | 1 | -116/+129 |
| * | Fix issue #51; begin work on `atomic` types | Ginger Bill | 2017-04-28 | 1 | -0/+12 |
| * | Fix issue #48 dependency issue | Ginger Bill | 2017-04-26 | 1 | -6/+4 |
| * | `fmt.String_Buffer`, Fix issue #44, Tweak overloading rules | Ginger Bill | 2017-04-26 | 1 | -20/+45 |
| * | Swap memory layout of `any` | Ginger Bill | 2017-04-23 | 1 | -11/+19 |
| * | Fix `find_using_index_expr` | Ginger Bill | 2017-04-23 | 1 | -17/+9 |
| * | Internal change: IntervalExpr is now a BinaryExpr | Ginger Bill | 2017-04-22 | 1 | -5/+0 |
| * | Fix constant bounds checking for slicing | Ginger Bill | 2017-04-22 | 1 | -6/+12 |
| * | Continue work on custom SSA; Fix double declaration in `when` statements | Ginger Bill | 2017-04-21 | 1 | -1/+3 |
| * | Interval expressions for match statements | Ginger Bill | 2017-04-21 | 1 | -1/+1 |
| * | Change interval syntax: .. open range, ..< half-closed range | Ginger Bill | 2017-04-20 | 1 | -0/+16 |
| * | Change Union representation for LLVM IR; fix dynamic array size | Ginger Bill | 2017-04-19 | 1 | -1/+6 |
| * | Fix bug with union literal checking crashing the compiler | Ginger Bill | 2017-04-18 | 1 | -3/+4 |
| * | Fix procedure calls from non-regular addressing modes | Ginger Bill | 2017-04-17 | 1 | -2/+4 |
| * | Fix error printing for basic directives | Ginger Bill | 2017-04-17 | 1 | -2/+10 |
| * | Make the ABI changes only affect windows | Ginger Bill | 2017-04-17 | 1 | -35/+41 |
| * | Change tag checking order | Ginger Bill | 2017-04-16 | 1 | -20/+5 |
| * | Fix issue #37 for procedure literal scopes | Ginger Bill | 2017-04-16 | 1 | -16/+44 |
| * | Add `#require_results` for procedures | Ginger Bill | 2017-04-16 | 1 | -1/+1 |
| * | Calling convention, change from bitcast to transmute | Ginger Bill | 2017-04-16 | 1 | -0/+1 |
| * | IR emit C ABI compatible types for calling conventions (Only for x86/amd64 li... | Ginger Bill | 2017-04-16 | 1 | -0/+58 |
| * | Fix non-ascii function parameters in LLVM IR | Ginger Bill | 2017-04-15 | 1 | -1/+1 |
| * | Add parse_int; Fix union bugs with size, alignment, and recursive definition ... | Ginger Bill | 2017-04-14 | 1 | -0/+4 |
| * | Fix addressing mode rules for `match in` statements | Ginger Bill | 2017-04-13 | 1 | -0/+3 |
| * | Fix slicing bug on dynamic arrays | Ginger Bill | 2017-04-11 | 1 | -0/+1 |
| * | Basic Linux Build! | Ginger Bill | 2017-04-09 | 1 | -11/+17 |
| * | Fix `cast` to `any` of untyped constants | Ginger Bill | 2017-04-07 | 1 | -3/+8 |
| * | Fix issue #31; Removed `down_cast` | Ginger Bill | 2017-04-04 | 1 | -66/+1 |
| * | Update and regression test old demos | Ginger Bill | 2017-04-02 | 1 | -5/+3 |
| * | Update README.md with latest demo | Ginger Bill | 2017-04-02 | 1 | -2/+2 |
| * | len, cap, make; remove .count, .capacity, new_slice | Ginger Bill | 2017-04-02 | 1 | -6/+127 |
| * | Add Quaternions: quaternion128, quaternion256 | Ginger Bill | 2017-04-01 | 1 | -87/+288 |
| * | Complex numbers: complex64 complex128 | Ginger Bill | 2017-04-01 | 1 | -3/+150 |
| * | v0.1.3v0.1.3 | Ginger Bill | 2017-03-27 | 1 | -160/+260 |
| * | Add branch labels for loops; using list | Ginger Bill | 2017-03-19 | 1 | -144/+58 |
| * | Update gb.h | Ginger Bill | 2017-03-17 | 1 | -6/+6 |
| * | windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug... | Ginger Bill | 2017-03-12 | 1 | -16/+30 |
| * | Finally fix signed integer conversion and printing | Ginger Bill | 2017-03-10 | 1 | -0/+1 |
| * | Refactoring of code: remove `make` prefix on many procedures | Ginger Bill | 2017-03-05 | 1 | -25/+25 |
| * | Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity | Ginger Bill | 2017-03-02 | 1 | -12/+35 |
| * | fmt.odin uses ^[]byte rather than custom Buffer type | Ginger Bill | 2017-02-26 | 1 | -2/+12 |
| * | Slices now have a capacity. | Ginger Bill | 2017-02-26 | 1 | -12/+23 |
| * | ++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~... | Ginger Bill | 2017-02-26 | 1 | -8/+19 |
| * | v0.1.1v0.1.1 | Ginger Bill | 2017-02-24 | 1 | -4/+4 |
| * | A decent union type with common fields and variants | Ginger Bill | 2017-02-21 | 1 | -145/+153 |
| * | Begin changing `union` syntax | Ginger Bill | 2017-02-19 | 1 | -13/+67 |
| * | Unexported struct fields on selectors | Ginger Bill | 2017-02-19 | 1 | -16/+32 |
| * | Unexported struct fields | Ginger Bill | 2017-02-19 | 1 | -19/+45 |