| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Parse directories to be packages | gingerBill | 2018-05-21 | 1 | -42/+116 | |
| | | ||||||
| * | Fix demo for removing default struct values | gingerBill | 2018-05-20 | 1 | -3/+2 | |
| | | ||||||
| * | Remove code relating to default struct values | gingerBill | 2018-05-20 | 1 | -2/+1 | |
| | | ||||||
| * | Allow for NO_DEFAULT_STRUCT_VALUES | gingerBill | 2018-05-13 | 1 | -4/+6 | |
| | | | | | (will decide later if I want them or not) | |||||
| * | Comment out test | gingerBill | 2018-05-13 | 1 | -4/+4 | |
| | | ||||||
| * | Fix issues with exact integer bounds and remove dead code | gingerBill | 2018-05-13 | 1 | -1/+6 | |
| | | ||||||
| * | Improve minimal dependency system | gingerBill | 2018-05-12 | 1 | -1/+0 | |
| | | ||||||
| * | Fix race condition caused by parallelized parser: #211 | gingerBill | 2018-04-10 | 1 | -7/+19 | |
| | | ||||||
| * | Fix #209 #assert bug | gingerBill | 2018-04-10 | 1 | -6/+9 | |
| | | ||||||
| * | Add `unselector_expr` | gingerBill | 2018-03-04 | 1 | -0/+11 | |
| | | ||||||
| * | Remove dead code; fix referencing of a type assertion in a selector expression | gingerBill | 2018-03-04 | 1 | -5/+0 | |
| | | ||||||
| * | `array_make` | gingerBill | 2018-02-25 | 1 | -31/+32 | |
| | | ||||||
| * | Change parsing for floats and disallow `x.0` | gingerBill | 2018-02-25 | 1 | -3/+3 | |
| | | ||||||
| * | Minor code reorganization | gingerBill | 2018-02-25 | 1 | -9/+3 | |
| | | ||||||
| * | Multithreaded parser (windows only) | gingerBill | 2018-02-25 | 1 | -21/+19 | |
| | | ||||||
| * | Remove unneeded disabled warnings for MSVC | gingerBill | 2018-02-25 | 1 | -4/+4 | |
| | | ||||||
| * | Make `switch in f {` valid | gingerBill | 2018-02-25 | 1 | -5/+9 | |
| | | ||||||
| * | Replace `compile_assert` with `#assert` | gingerBill | 2018-02-24 | 1 | -0/+14 | |
| | | ||||||
| * | Fix issue #195 | gingerBill | 2018-02-24 | 1 | -6/+2 | |
| | | ||||||
| * | auto_cast | gingerBill | 2018-02-18 | 1 | -29/+43 | |
| | | ||||||
| * | #complete switch; Removal of dyncall | gingerBill | 2018-02-17 | 1 | -0/+25 | |
| | | ||||||
| * | Replace [...] with [?] | gingerBill | 2018-02-13 | 1 | -2/+2 | |
| | | ||||||
| * | `distinct` keyword for type declarations | gingerBill | 2018-02-05 | 1 | -13/+16 | |
| | | ||||||
| * | Remove dead code; Fix issue regarding order of evaluation of function ↵ | gingerBill | 2018-02-04 | 1 | -69/+11 | |
| | | | | | parameters (in C++) depending on the compiler (clang vs gcc vs msvc) | |||||
| * | Minor parsing change | gingerBill | 2018-01-21 | 1 | -3/+1 | |
| | | ||||||
| * | `enum #export` | gingerBill | 2018-01-21 | 1 | -3/+23 | |
| | | ||||||
| * | Modify implicit semicolon rules | gingerBill | 2018-01-18 | 1 | -2/+6 | |
| | | ||||||
| * | Named return value act as variables; Code reorganization | gingerBill | 2018-01-17 | 1 | -546/+10 | |
| | | ||||||
| * | Remove old "macro" parsing code | gingerBill | 2018-01-17 | 1 | -55/+0 | |
| | | ||||||
| * | Fix issue #172 | gingerBill | 2018-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in error | gingerBill | 2018-01-01 | 1 | -1/+1 | |
| | | ||||||
| * | Revert `map` to be a value type and not a reference type | gingerBill | 2017-12-21 | 1 | -67/+36 | |
| | | | | | (Implement code for "const ref" parameters) | |||||
| * | Remove `struct #ordered` | gingerBill | 2017-12-17 | 1 | -308/+3 | |
| | | ||||||
| * | Fix "using in import" | gingerBill | 2017-12-17 | 1 | -14/+23 | |
| | | ||||||
| * | using x in bar; | gingerBill | 2017-12-17 | 1 | -2/+23 | |
| | | ||||||
| * | `using in` importation statements | gingerBill | 2017-12-17 | 1 | -0/+21 | |
| | | ||||||
| * | Change Map and PtrSet grow rate | gingerBill | 2017-12-12 | 1 | -27/+7 | |
| | | ||||||
| * | Localize checker data | gingerBill | 2017-12-12 | 1 | -5/+13 | |
| | | ||||||
| * | Fix proc groups from import names | gingerBill | 2017-12-10 | 1 | -5/+6 | |
| | | ||||||
| * | Explicit procedure group; Remove implicit procedure overloading | gingerBill | 2017-12-09 | 1 | -14/+14 | |
| | | ||||||
| * | Procedure grouping `foo :: proc[foo16, foo32];` | gingerBill | 2017-12-03 | 1 | -1/+46 | |
| | | ||||||
| * | Remove `vector` type (will be replaced by something else in the future) | gingerBill | 2017-11-30 | 1 | -31/+0 | |
| | | ||||||
| * | for key, val in some_map {}; for val, idx in some_array {} | gingerBill | 2017-11-26 | 1 | -7/+7 | |
| | | ||||||
| * | New slice memory layout (ptr+len); `byte` | gingerBill | 2017-11-26 | 1 | -33/+14 | |
| | | ||||||
| * | Changed `string_has_extension` to `string_ends_with`. | Zachary Pierson | 2017-11-21 | 1 | -1/+1 | |
| | | | | | Fixed macOS target triple. | |||||
| * | Add `-debug` command (still in development) | gingerBill | 2017-11-19 | 1 | -1/+1 | |
| | | ||||||
| * | Remove `#const`; Minor fixes | gingerBill | 2017-11-12 | 1 | -17/+1 | |
| | | ||||||
| * | In error messages, remove ` with '; Fix error messages for `switch` | gingerBill | 2017-11-12 | 1 | -61/+61 | |
| | | ||||||
| * | Allow for default arguments after a variadic parameter | gingerBill | 2017-11-12 | 1 | -38/+50 | |
| | | ||||||
| * | Fix parsing errors for variadic signatures | gingerBill | 2017-11-10 | 1 | -7/+27 | |
| | | ||||||