aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Diverging procedures `proc() -> !` (no return)gingerBill2018-09-081-1/+5
* Disable for in over cstringgingerBill2018-08-261-1/+1
* bit_set['A'..'Z'], bit_set[0..8]gingerBill2018-08-161-18/+3
* Cleaning type hinting for assignmentsgingerBill2018-08-141-1/+1
* Fix demo and improve type hintinggingerBill2018-08-141-1/+1
* Minor sanity features for `bit_set`gingerBill2018-08-141-1/+1
* Replace `context <- c {}` with `context = c;`. context assignments are scope...gingerBill2018-08-041-11/+4
* Reduce number of range and slice operators #239gingerBill2018-08-011-6/+3
* BigInt support in the constant systemgingerBill2018-07-281-11/+10
* Minor cleanup for builtin scope/pkggingerBill2018-06-171-2/+2
* Move TypeAndValue to Ast from MapgingerBill2018-06-171-2/+2
* Big renaming: `AstNode` to `Ast`gingerBill2018-06-171-95/+95
* Minimize AstNode sizegingerBill2018-06-171-2/+3
* Modify how build settings are handledgingerBill2018-06-151-4/+0
* Fix type aliasing comparison; Fix gb_utf8_decodegingerBill2018-06-151-3/+7
* Remove `using in` stuffgingerBill2018-06-111-147/+0
* Entity aliasing clean upgingerBill2018-06-091-11/+11
* Use const & for Array<AstNode *> parametersgingerBill2018-06-031-3/+3
* Remove clutter parameters and begin parallelizing the type checkergingerBill2018-05-281-3/+3
* Refactor: use CheckerContext rather than Checker in type checking partgingerBill2018-05-281-183/+181
* Remove `tmp_allocator` from `Checker`gingerBill2018-05-281-20/+16
* Reorganize `runtime` packagegingerBill2018-05-271-1/+1
* Add file scopes for the packagesgingerBill2018-05-271-2/+2
* Add basic package support (no IR support yet)gingerBill2018-05-261-1/+4
* Fix issues with exact integer bounds and remove dead codegingerBill2018-05-131-3/+1
* Minimal Type Info Dependency handlinggingerBill2018-05-121-0/+3
* Improve minimal dependency systemgingerBill2018-05-121-0/+1
* Move cycle checking to much earlier on in the semantic stagegingerBill2018-03-231-10/+10
* Remove allocator parameter to `types.cpp` functionsgingerBill2018-03-231-1/+1
* Fix type cycle buggingerBill2018-03-231-2/+4
* `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