aboutsummaryrefslogtreecommitdiff
path: root/src/check_stmt.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add `..<` operator for ranges; Add extra checking for bit set assignmentsgingerBill2019-05-281-6/+16
|
* odin querygingerBill2019-05-251-6/+9
| | | | Output .json file containing information about the program
* Allow booleans to be assigned to a 1-bit bit field valuegingerBill2019-05-091-0/+9
|
* Improve type inference for variadic parametersgingerBill2019-05-041-1/+1
|
* Minor change to bit_field assignment rulesgingerBill2019-05-041-1/+1
|
* Fix bug with assigning certain integers to a bit_field #353gingerBill2019-03-191-1/+1
|
* Improve package stringsgingerBill2019-03-151-1/+2
|
* Allow implicit selector expressions in switch statementsgingerBill2019-03-061-3/+3
|
* Make `static` an attribute rather than a keyword prefixgingerBill2019-02-231-5/+12
|
* Pass any and union "by pointer" to make the tag a pointergingerBill2019-01-261-1/+0
|
* Remove dead codegingerBill2019-01-241-2/+1
|
* Fix checking `_` constant declarations with a proceduregingerBill2019-01-101-1/+13
|
* Add entity use when `using` is applied to a variable declarationgingerBill2018-12-311-0/+2
|
* `static` variable declarations (Experimental)gingerBill2018-12-281-0/+16
|
* Fix race condition; Change `for in` addressing modegingerBill2018-12-241-5/+6
|
* Labels for block and if statements (break only)gingerBill2018-12-081-8/+32
|
* Fix #complete switch on pointers to unions #286gingerBill2018-11-291-1/+1
|
* Move atomic intrinsics to the new built-in package intrinsicsgingerBill2018-10-201-2/+2
|
* switch on typeid with type casesgingerBill2018-10-131-17/+31
|
* Minor fixesgingerBill2018-09-241-1/+1
|
* context.allocator = a; Remove __ from runtime procs; improve division for ↵gingerBill2018-09-151-1/+1
| | | | complex numbers
* Allow for optional ok for returngingerBill2018-09-111-2/+4
|
* Make diverging procedure types different from ones without a return typegingerBill2018-09-091-1/+1
|
* 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 ↵gingerBill2018-08-041-11/+4
| | | | scope based
* Reduce number of range and slice operators #239gingerBill2018-08-011-6/+3
| | | | Replace .. and ... with : and ..
* 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
|