| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove `vector` type (will be replaced by something else in the future) | gingerBill | 2017-11-30 | 1 | -188/+4 | |
| | | ||||||
| * | Fix issue #157 | gingerBill | 2017-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fix map IR bug | gingerBill | 2017-11-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fix issue #156 | gingerBill | 2017-11-28 | 1 | -5/+3 | |
| | | ||||||
| * | Remove `using` in arrays; Remove `_` non-exported struct fields | gingerBill | 2017-11-28 | 1 | -13/+2 | |
| | | | | | Start determining slow parts of the compiler | |||||
| * | Fix `transmute` | gingerBill | 2017-11-27 | 1 | -1/+12 | |
| | | ||||||
| * | Fix comparison against nil for slices | gingerBill | 2017-11-26 | 1 | -2/+2 | |
| | | ||||||
| * | for key, val in some_map {}; for val, idx in some_array {} | gingerBill | 2017-11-26 | 1 | -33/+33 | |
| | | ||||||
| * | New slice memory layout (ptr+len); `byte` | gingerBill | 2017-11-26 | 1 | -83/+65 | |
| | | ||||||
| * | `nil_allocator`; Fix IR type checking assert; `append_string` | gingerBill | 2017-11-26 | 1 | -14/+7 | |
| | | ||||||
| * | essence cross compile | Nakst | 2017-11-26 | 1 | -0/+8 | |
| | | ||||||
| * | Fix key lookup of pointer to map | gingerBill | 2017-11-21 | 1 | -0/+4 | |
| | | ||||||
| * | Add `-debug` command (still in development) | gingerBill | 2017-11-19 | 1 | -28/+29 | |
| | | ||||||
| * | Begin with on debugging symbol; fix version number 0.7.0 | gingerBill | 2017-11-19 | 1 | -8/+74 | |
| | | ||||||
| * | `build_dll` replace with `-build-mode=dll` | gingerBill | 2017-11-17 | 1 | -1/+1 | |
| | | ||||||
| * | Remove `#const`; Minor fixes | gingerBill | 2017-11-12 | 1 | -7/+7 | |
| | | ||||||
| * | In error messages, remove ` with '; Fix error messages for `switch` | gingerBill | 2017-11-12 | 1 | -24/+24 | |
| | | ||||||
| * | Allow for default arguments after a variadic parameter | gingerBill | 2017-11-12 | 1 | -50/+100 | |
| | | ||||||
| * | Fix untyped type IR bug | gingerBill | 2017-11-10 | 1 | -0/+3 | |
| | | ||||||
| * | Fix `make` | gingerBill | 2017-11-10 | 1 | -10/+17 | |
| | | ||||||
| * | Fix issue #139 | gingerBill | 2017-11-10 | 1 | -3/+9 | |
| | | ||||||
| * | Fix opening file without close; Minor fixes | gingerBill | 2017-11-09 | 1 | -1/+4 | |
| | | ||||||
| * | Change push allocator system; update core libraries | gingerBill | 2017-11-09 | 1 | -26/+0 | |
| | | ||||||
| * | Remove unnecessary IR bound checks | gingerBill | 2017-11-08 | 1 | -6/+18 | |
| | | ||||||
| * | Fix issue #137 | gingerBill | 2017-11-08 | 1 | -3/+3 | |
| | | ||||||
| * | Remove debug code | gingerBill | 2017-11-07 | 1 | -4/+0 | |
| | | ||||||
| * | Fix array of array arithmetic | gingerBill | 2017-11-07 | 1 | -9/+13 | |
| | | ||||||
| * | Fix IR generation issue | gingerBill | 2017-11-05 | 1 | -86/+94 | |
| | | ||||||
| * | #const value procedure parameters; $N for polymorphic array lengths | gingerBill | 2017-11-05 | 1 | -13/+13 | |
| | | ||||||
| * | Add array programming | gingerBill | 2017-11-05 | 1 | -45/+122 | |
| | | ||||||
| * | Fix fmt printing `uintptr` type | gingerBill | 2017-11-04 | 1 | -6/+6 | |
| | | ||||||
| * | Custom thread local models | gingerBill | 2017-11-03 | 1 | -2/+2 | |
| | | ||||||
| * | `link_prefix`; `thread_local`; fix `link_name` for file-scope variables | gingerBill | 2017-11-03 | 1 | -2/+3 | |
| | | ||||||
| * | Add string_set.cpp; Code clean up | gingerBill | 2017-10-30 | 1 | -5/+10 | |
| | | ||||||
| * | Fix pointer arithmetic; remove suffix #tags for proc types | gingerBill | 2017-10-29 | 1 | -3/+4 | |
| | | ||||||
| * | Infix proc calling convention `proc "std" (...)` | gingerBill | 2017-10-29 | 1 | -1/+0 | |
| | | ||||||
| * | Attributes; @(link_name="foo") | gingerBill | 2017-10-29 | 1 | -20/+21 | |
| | | ||||||
| * | #alias type declarations; core library additions; `_global` import name for ↵ | gingerBill | 2017-10-29 | 1 | -1/+9 | |
| | | | | | the global scope | |||||
| * | Fix enum iteration (issue #126) | gingerBill | 2017-10-18 | 1 | -31/+36 | |
| | | ||||||
| * | Fix issue #124 | gingerBill | 2017-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | Refactor code to remove entity flag for export | gingerBill | 2017-10-15 | 1 | -9/+5 | |
| | | ||||||
| * | Remove name mangling for `foreign export` variables | gingerBill | 2017-10-15 | 1 | -3/+7 | |
| | | ||||||
| * | `foreign export` block | gingerBill | 2017-10-15 | 1 | -4/+17 | |
| | | | | | | | | | | | | ``` foreign export { my_i32: i32; my_foo :: proc() -> i32 { return 123; } } ``` | |||||
| * | Fix minimal dependency generation for polymorphic structs (related to issue ↵ | gingerBill | 2017-10-15 | 1 | -432/+436 | |
| | | | | | #121) | |||||
| * | Fix issue #122 | gingerBill | 2017-10-15 | 1 | -12/+13 | |
| | | ||||||
| * | Fix issue #119 | Ginger Bill | 2017-10-12 | 1 | -0/+1 | |
| | | | | | This may need better error messages | |||||
| * | Fix issue #120 | Ginger Bill | 2017-10-12 | 1 | -7/+13 | |
| | | ||||||
| * | Fix issue #115 | Ginger Bill | 2017-10-09 | 1 | -18/+41 | |
| | | ||||||
| * | Union tag stored as an integer | Ginger Bill | 2017-10-08 | 1 | -97/+27 | |
| | | ||||||
| * | Minor code reorganization | Ginger Bill | 2017-10-08 | 1 | -14/+0 | |
| | | ||||||