| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | `foreign export` block | gingerBill | 2017-10-15 | 1 | -0/+1 | |
| | | | | | | | | | | | | ``` foreign export { my_i32: i32; my_foo :: proc() -> i32 { return 123; } } ``` | |||||
| * | Minor code reorganization | Ginger Bill | 2017-10-08 | 1 | -14/+6 | |
| | | ||||||
| * | Global variable dependency initialization ordering | Ginger Bill | 2017-08-20 | 1 | -0/+2 | |
| | | | | | Fuck graph theory | |||||
| * | Fix polymorphic element types usage; Empty `union` as opaque type | Ginger Bill | 2017-07-20 | 1 | -0/+1 | |
| | | ||||||
| * | Allow undefined --- as a struct field default value. | Ginger Bill | 2017-07-18 | 1 | -0/+1 | |
| | | ||||||
| * | Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions | Ginger Bill | 2017-07-06 | 1 | -7/+7 | |
| | | ||||||
| * | *_of as keyords; Allow constant aliasing for user/built-in procedures, ↵ | Ginger Bill | 2017-07-04 | 1 | -0/+10 | |
| | | | | | import names, and library names | |||||
| * | `do` keyword for inline statements instead of blocks | Ginger Bill | 2017-07-01 | 1 | -0/+1 | |
| | | ||||||
| * | `#location(..)` and `#call_location` | Ginger Bill | 2017-06-18 | 1 | -0/+1 | |
| | | ||||||
| * | Add foreign variables | Ginger Bill | 2017-06-15 | 1 | -2/+5 | |
| | | ||||||
| * | C-style `c_vararg`s (Not heavily tested) | Ginger Bill | 2017-06-13 | 1 | -0/+3 | |
| | | ||||||
| * | Declaration grouping uses braces rather than parentheses | Ginger Bill | 2017-06-13 | 1 | -20/+3 | |
| | | ||||||
| * | `foreign` blocks for procedures | Ginger Bill | 2017-06-12 | 1 | -0/+1 | |
| | | ||||||
| * | Fix trailing default argument checking | Ginger Bill | 2017-06-11 | 1 | -0/+1 | |
| | | ||||||
| * | Default parameters for procedures | Ginger Bill | 2017-06-11 | 1 | -4/+5 | |
| | | ||||||
| * | Remove unnecessary `typedef` usage | Ginger Bill | 2017-06-08 | 1 | -13/+12 | |
| | | ||||||
| * | Update `String` to use overloading | Ginger Bill | 2017-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Build as C++ | Ginger Bill | 2017-06-08 | 1 | -0/+282 | |