aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow enums for array lengthsllvm-windowsgingerBill2018-08-261-1/+1
* Allow bitwise operation on enumsgingerBill2018-08-262-24/+32
* Disable for in over cstringgingerBill2018-08-263-6/+34
* Remove assertgingerBill2018-08-261-1/+0
* `runtime.Typeid_Bit_Field` layout to store more information into the typeidgingerBill2018-08-253-3/+175
* Allow for variadic `min` `max` procsgingerBill2018-08-253-105/+176
* Fix comparisons with uniongingerBill2018-08-251-2/+2
* Disable `abs` for arrays #254gingerBill2018-08-251-1/+1
* Improve error messages for using on fieldsgingerBill2018-08-241-4/+67
* Allow using in structs on arrays with count <= 4gingerBill2018-08-241-1/+14
* Fix file scope #assertgingerBill2018-08-241-4/+7
* Fix for in enum iterationgingerBill2018-08-225-31/+9
* Allow casting to and from rawptr and cstring #249gingerBill2018-08-221-2/+10
* Fix default return values #250gingerBill2018-08-221-2/+2
* Improve min dep for min/max/abs/clampgingerBill2018-08-211-8/+8
* Improve proc group scoring algorithmgingerBill2018-08-214-36/+111
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2018-08-201-0/+4
|\
| * Update README.mdgingerBill2018-08-201-0/+4
* | Implement suggestions from #247gingerBill2018-08-201-1/+5
|/
* Parallelize parser on *nixgingerBill2018-08-191-2/+1
* Fix typogingerBill2018-08-191-3/+2
* Fix gbMutex for *nixgingerBill2018-08-192-10/+8
* All enums in array indicesgingerBill2018-08-172-3/+3
* Fix demogingerBill2018-08-171-1/+1
* Disable non-comparison operations for enum (use `bit_set` for flags)gingerBill2018-08-173-14/+17
* Add underlying type for `bit_set`gingerBill2018-08-1711-80/+159
* Minor refactorgingerBill2018-08-161-14/+9
* bit_set['A'..'Z'], bit_set[0..8]gingerBill2018-08-1612-101/+273
* Fix typos in parsergingerBill2018-08-161-7/+7
* Constant evaluation for `in` expression for `bit_set`sgingerBill2018-08-162-1/+19
* Fix default value buggingerBill2018-08-151-2/+2
* Fix defer ir buggingerBill2018-08-157-48/+32
* Fix issue #244 with constant array comparisonsgingerBill2018-08-141-1/+5
* Improve type hinting for compound literalsgingerBill2018-08-141-1/+13
* Cleaning type hinting for assignmentsgingerBill2018-08-142-7/+7
* Fix demo and improve type hintinggingerBill2018-08-143-53/+83
* Minor sanity features for `bit_set`gingerBill2018-08-145-47/+72
* Fix assigning issue for bit setsgingerBill2018-08-141-3/+3
* Fix `bit_set` rangegingerBill2018-08-142-16/+7
* `bit_set` constantsgingerBill2018-08-146-9/+158
* Add `bit_set` typegingerBill2018-08-1414-45/+509
* `-no-crt` flag for windows amd64gingerBill2018-08-136-46/+122
* Fix map addressing mode buggingerBill2018-08-101-0/+2
* Allow for '\"'gingerBill2018-08-102-8/+5
* Fix default make parameters for dynamic arraysgingerBill2018-08-092-5/+10
* `auto_cast` for named parametersgingerBill2018-08-091-3/+11
* `auto_cast` prefix for procedure parametersgingerBill2018-08-096-17/+40
* Fix `make` error messagesgingerBill2018-08-084-7/+8
* Merge pull request #241 from thebirk/fix-sh-main-not-foundgingerBill2018-08-081-0/+1
|\
| * Fixed 'sh: main: command not found' error on linux.thebirk2018-08-081-0/+1
|/