aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* v0.12.0v0.12.0gingerBill2020-01-181-1/+1
* Remove debug printinggingerBill2020-01-181-1/+1
* Begin work on `-target:windows_386`gingerBill2020-01-182-56/+67
* Fix microsoft_craziness.h to work correctlygingerBill2020-01-182-9/+55
* Add suggestions for indexing constant values with a variable indexgingerBill2020-01-181-0/+2
* Fix microsoft_craziness.hgingerBill2020-01-181-104/+97
* Add new intrinsics for polymorphic records:gingerBill2020-01-183-13/+123
* Add intrinsics.type_is_specialization_ofgingerBill2020-01-173-1/+35
* Allow not_in as keyword over notin, but still allow notin to workgingerBill2020-01-164-14/+18
* Merge remote-tracking branch 'origin/master'gingerBill2020-01-162-5/+59
|\
| * Fix #536gingerBill2020-01-151-5/+11
| * Add debug info for enumerated arraysgingerBill2020-01-141-0/+14
| * Exact value zero value for `T{}` of basic typesgingerBill2020-01-141-0/+27
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2020-01-123-15/+51
| |\
| * | Add extra check for opaque typesgingerBill2020-01-121-0/+7
* | | Fix constant slice checking, againgingerBill2020-01-161-1/+1
| |/ |/|
* | Fix Proc Type ABI printing on System VgingerBill2020-01-123-15/+51
|/
* Add extra set_procedure_abi_types sanity checks in IRgingerBill2020-01-111-0/+4
* Fix len of type buggingerBill2020-01-112-2/+7
* Fix `@thread_local` IR printinggingerBill2020-01-111-6/+6
* Fix Panic with runtime.type_info_base #532gingerBill2020-01-111-2/+6
* Fix typogingerBill2020-01-051-1/+1
* Improve minimum dependency for complex numbers and quaternion numbers.gingerBill2020-01-042-9/+17
* Make "none" calling convention ignore return_by_pointer flaggingerBill2020-01-041-0/+3
* Add extra in set_procedure_abi_types ir_print.cppgingerBill2020-01-041-0/+2
* Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematicsgingerBill2020-01-013-1/+150
* Fix dylib foreign importoskarn2020-01-011-1/+1
* Fix typeid information for enumerated arraysgingerBill2019-12-311-12/+14
* Add extra check for ZeroInit instructiongingerBill2019-12-311-1/+2
* Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...gingerBill2019-12-312-49/+67
* Fix constant out of bounds buggingerBill2019-12-291-5/+4
* Add `_tls_index` and `_fltused` for windows `-no-crt`gingerBill2019-12-291-1/+2
* Add `-disable-assert` to disable the code generation of the built-in run-time...gingerBill2019-12-297-0/+43
* Add `@(private="file")` and `@(private="package")`gingerBill2019-12-292-16/+55
* Disallow enumerated array literals without `field = value`gingerBill2019-12-281-0/+2
* Fix enumerated array contiguous errorgingerBill2019-12-282-18/+13
* Fix enumerated array literal checkgingerBill2019-12-282-17/+11
* Improve 'cannot slice' error messagegingerBill2019-12-271-1/+3
* Fix slicing of pointer to arraygingerBill2019-12-271-1/+1
* Support `for` and `inline for` for enumerated arraysgingerBill2019-12-272-0/+54
* Add #partial tag for enumerated arrays to prevent common errors using non-con...gingerBill2019-12-272-1/+33
* Fix missing casegingerBill2019-12-271-0/+1
* Fix enumerated array compound literals IRgingerBill2019-12-271-0/+103
* Add constant literal expressionsgingerBill2019-12-274-42/+229
* Fix array lengths with enum value counts.gingerBill2019-12-275-1/+116
* Enumerated arrays `[Enum_Type]Elem_Type`gingerBill2019-12-276-153/+758
* Fix #514gingerBill2019-12-272-2/+18
* Fix https://github.com/odin-lang/Odin/issues/522gingerBill2019-12-271-1/+3
* Fix os.opengingerBill2019-12-231-139/+143
* Fix Internal Compiler Error: Type_Info for 'XXX' could not be found #507gingerBill2019-12-223-11/+18