aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* `array_make`gingerBill2018-02-251-60/+6
* Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...gingerBill2018-02-251-1/+1
* Minor fix to demogingerBill2018-02-171-4/+3
* Disallow #complete switch rangesgingerBill2018-02-171-33/+4
* Commit 1000 🎉🎂gingerBill2018-02-171-6/+8
* Fix compile time issue regarding switch rangesgingerBill2018-02-171-14/+15
* Clean up range code for switchgingerBill2018-02-171-2/+2
* Remove constant from switch for stringsgingerBill2018-02-171-10/+8
* #complete switch; Removal of dyncallgingerBill2018-02-171-44/+186
* Fix zero value initialization in IRgingerBill2018-02-111-69/+23
* v0.8.0v0.8.0gingerBill2018-02-091-6/+5
* Fix error reporting for assignment to a built-in procedure (#183)gingerBill2018-02-071-1/+3
* Named return value act as variables; Code reorganizationgingerBill2018-01-171-110/+51
* Remove `u128` and `i128`gingerBill2018-01-131-7/+7
* Fix fallthrough within a nested blockgingerBill2017-12-171-1/+1
* using x in bar;gingerBill2017-12-171-6/+150
* Localize checker datagingerBill2017-12-121-1/+1
* Disable struct field reordering (for the time being)gingerBill2017-12-121-0/+6
* Explicit procedure group; Remove implicit procedure overloadinggingerBill2017-12-091-157/+156
* Remove `vector` type (will be replaced by something else in the future)gingerBill2017-11-301-12/+0
* Fix issue #157gingerBill2017-11-301-2/+6
* Fix issue #156gingerBill2017-11-281-164/+169
* Remove `using` in arrays; Remove `_` non-exported struct fieldsgingerBill2017-11-281-198/+202
* for key, val in some_map {}; for val, idx in some_array {}gingerBill2017-11-261-21/+23
* Fix 'fallthrough'gingerBill2017-11-251-13/+8
* Fix key lookup of pointer to mapgingerBill2017-11-211-1/+1
* Remove `#const`; Minor fixesgingerBill2017-11-121-13/+13
* In error messages, remove ` with '; Fix error messages for `switch`gingerBill2017-11-121-94/+94
* Fix link_name overridinggingerBill2017-11-091-1/+1
* Change push allocator system; update core librariesgingerBill2017-11-091-12/+8
* Allow `nil` in a ternary statementgingerBill2017-11-091-5/+5
* Amend allocation procedures with caller location; Compound literals missing t...gingerBill2017-11-091-37/+41
* Fix issue #134gingerBill2017-11-071-1/+3
* More code clean upgingerBill2017-11-041-14/+23
* Cleanup attribute handlinggingerBill2017-11-041-54/+6
* Foreign context cleanupgingerBill2017-11-031-4/+4
* `link_prefix`; `thread_local`; fix `link_name` for file-scope variablesgingerBill2017-11-031-3/+52
* Add string_set.cpp; Code clean upgingerBill2017-10-301-1/+1
* `@(default_calling_convention = ...)` for `foreign` blocksgingerBill2017-10-291-0/+3
* Attributes; @(link_name="foo")gingerBill2017-10-291-1/+1
* Fix `using` on import namesGinger Bill2017-10-081-0/+4
* `match` to `switch`; Optional semicolons after "import" statementsGinger Bill2017-10-011-30/+48
* Fix old_demos; Fix `when` bug; Fix enum `.names`Ginger Bill2017-09-291-1/+0
* Prevent statements after branch statements.Ginger Bill2017-09-241-0/+4
* Use comma for struct field separators (disallow nesting)Ginger Bill2017-09-211-19/+2
* Import cycle checkingGinger Bill2017-08-271-1/+1
* Restrict global variables to not allow tuplesGinger Bill2017-08-201-1/+1
* Global variable dependency initialization orderingGinger Bill2017-08-201-2/+2
* Fix `push_allocator`Ginger Bill2017-08-131-1/+3
* Extra type safety; Fix typosGinger Bill2017-07-311-3/+3