| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix parsing for block/if expression within if/for/etc. statementsv0.0.6 | Ginger Bill | 2017-01-27 | 1 | -4/+5 |
| * | `in` keyword for `for` and `match type` | Ginger Bill | 2017-01-27 | 1 | -0/+1 |
| * | Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code. | Ginger Bill | 2017-01-27 | 1 | -0/+10 |
| * | Library names - Only link with used foreign libraries | Ginger Bill | 2017-01-26 | 1 | -0/+23 |
| * | Change casting syntax: `cast(T)x` `transmute(T)x` et al. | Ginger Bill | 2017-01-25 | 1 | -2/+0 |
| * | Fix issue #10 | Ginger Bill | 2017-01-20 | 1 | -0/+1 |
| * | `using` `immutable` `thread_local` on variable declarations | Ginger Bill | 2017-01-19 | 1 | -72/+2 |
| * | `immutable` field prefix | Ginger Bill | 2017-01-19 | 1 | -0/+2 |
| * | Best viable overloading procedure algorithm; `no_alias`; call expr style casts | Ginger Bill | 2017-01-17 | 1 | -2/+3 |
| * | "Old style" enums | Ginger Bill | 2017-01-08 | 1 | -8/+0 |
| * | File reorganization for checker system. | Ginger Bill | 2017-01-07 | 1 | -0/+594 |