aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `#any_int` directive to replace `auto_cast` uses on parameters.gingerBill2021-08-151-0/+22
* Fix lower and upper values for a `bit_set[Enum]` type.gingerBill2021-08-131-2/+6
* Fix #1077gingerBill2021-08-131-4/+7
* Define which mutexes are blocking and recursive explicitlygingerBill2021-07-271-4/+4
* Improve default scope sizegingerBill2021-07-271-1/+1
* Add sanity casts for 32/64 bit correctnessgingerBill2021-07-121-2/+2
* Clean up big int to LLVM integer codegingerBill2021-07-111-1/+1
* Change the compiler's big integer library to use libTomMathgingerBill2021-07-111-4/+4
* Add experimental support for a threaded semantic checker to `-threaded-checker`gingerBill2021-07-101-6/+9
* Prepare for multithreading the semantic checker by giving mutexes to variable...gingerBill2021-07-101-4/+9
* Improve CheckerContext usagegingerBill2021-07-101-15/+15
* Correct `does_field_type_allow_using`dev-2021-07gingerBill2021-06-291-4/+0
* Correct `#soa` type creationgingerBill2021-06-081-4/+16
* Fix #1011 by unifying the logicgingerBill2021-06-081-234/+53
* Fix polymorphic record "too few" lacking error messagegingerBill2021-05-311-0/+5
* Add range-based error messages to `-verbose-errors`gingerBill2021-05-191-5/+5
* Allow `..=` alongside `..` as a "full range" operator; Update `core:odin/pars...gingerBill2021-05-161-0/+1
* Remove old dead codegingerBill2021-05-151-13/+0
* Correct default procedure parameter logicgingerBill2021-05-131-5/+17
* Fix #741gingerBill2021-05-131-14/+11
* Fix #682gingerBill2021-05-121-10/+0
* Fix #713gingerBill2021-05-121-1/+16
* Unify `AstTernaryExpr` with `AstTernaryIfExpr`gingerBill2021-05-051-10/+0
* Allow unions which are comparable to also be valid map keys (i.e. hashable)gingerBill2021-05-031-0/+6
* Remove old procedure ABI codegingerBill2021-04-251-618/+0
* Add intrinsics: overflow_add, overflow_sub, overflow_mul; Change byte swap be...gingerBill2021-04-221-5/+4
* Hack ABI for windows passing pointers to structuresgingerBill2021-04-191-2/+13
* Improve `#optional_ok` logic for procedures; Add `#optional_second` for `pack...gingerBill2021-04-191-0/+18
* Improve `init_string` determination for constantsgingerBill2021-04-181-0/+3
* Add `-doc-format` command for the new .odin-doc file format (to be used to ge...gingerBill2021-04-181-1/+0
* Minor code style changegingerBill2021-03-271-2/+2
* Clean up code for record type checkinggingerBill2021-03-271-32/+12
* Refactor record polymorphic params code for unificationgingerBill2021-03-271-59/+56
* Correct poly type determination of a `where` clause for an enumerated arraygingerBill2021-03-271-8/+19
* Refactor polymorphic parameter for records; Improve error message for paramet...gingerBill2021-03-271-327/+216
* Fix #883 - polymorphic specialization with target types of enumerated arraysgingerBill2021-03-271-1/+5
* Allow `$` in polymorphic record parameter fields (but disallow mixing)gingerBill2021-03-231-4/+12
* `bit_set` support in debug symbols by treating them like a bit field of 1 bit...gingerBill2021-03-231-0/+1
* return by pointer on linuxatil2021-03-191-1/+1
* Fix formatting of codegingerBill2021-03-101-9/+7
* Add LLVM boolean compatibility to result typesMatias Fernandez2021-03-091-0/+12
* Fix patch (yeah... I know)gingerBill2021-02-261-3/+3
* Patch issue with minimum dependency system and how it interacts with para pol...gingerBill2021-02-261-0/+19
* Remove `#opaque` typesgingerBill2021-02-231-7/+0
* Remove `bit_field` keyword and parsing logicgingerBill2021-02-231-6/+0
* Remove `"pure"` and `"pure_none"` calling conventionsgingerBill2021-02-231-9/+3
* Remove `bit_field` type from Odin (keyword and dead runtime code still exists)gingerBill2021-02-191-101/+3
* Make 16 simple hasher cases for small typesgingerBill2020-11-291-24/+18
* Support any comparable type for map keysgingerBill2020-11-291-10/+32
* Sanity check for map keygingerBill2020-11-291-1/+3