aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
Commit message (Expand)AuthorAgeFilesLines
* `distinct` keyword for type declarationsgingerBill2018-02-051-3/+3
* Fix typos `#type_alias`gingerBill2018-02-041-1/+1
* Extra check for `type_info` cycle checkinggingerBill2018-01-281-0/+4
* `enum #export`gingerBill2018-01-211-0/+15
* Named return value act as variables; Code reorganizationgingerBill2018-01-171-0/+12
* Remove `u128` and `i128`gingerBill2018-01-131-5/+5
* "Fix" LLVM boolean bug (more like a bodge)gingerBill2017-12-221-0/+4
* Revert `map` to be a value type and not a reference typegingerBill2017-12-211-2/+16
* `map` is internally backed by a pointer (i.e. a "reference type")gingerBill2017-12-171-1/+2
* Remove `struct #ordered`gingerBill2017-12-171-10/+4
* using x in bar;gingerBill2017-12-171-0/+1
* Disable struct field reordering (for the time being)gingerBill2017-12-121-202/+12
* Merge branch 'master' into explicit-overloadinggingerBill2017-12-111-6/+0
|\
| * Fix issue #162 regarding empty unionsgingerBill2017-12-111-6/+0
* | Fix proc groups from import namesgingerBill2017-12-101-2/+1
|/
* Remove `vector` type (will be replaced by something else in the future)gingerBill2017-11-301-27/+0
* Remove `using` in arrays; Remove `_` non-exported struct fieldsgingerBill2017-11-281-54/+8
* Update ABI for basic typesgingerBill2017-11-271-2/+4
* Change proc ABI for Odin specific typesgingerBill2017-11-271-13/+10
* Remove `#const`; Minor fixesgingerBill2017-11-121-43/+4
* In error messages, remove ` with '; Fix error messages for `switch`gingerBill2017-11-121-47/+47
* Allow for default arguments after a variadic parametergingerBill2017-11-121-13/+32
* #const value procedure parameters; $N for polymorphic array lengthsgingerBill2017-11-051-32/+93
* Foreign context cleanupgingerBill2017-11-031-3/+3
* Add string_set.cpp; Code clean upgingerBill2017-10-301-8/+4
* `@(default_calling_convention = ...)` for `foreign` blocksgingerBill2017-10-291-4/+13
* #alias type declarations; core library additions; `_global` import name for t...gingerBill2017-10-291-0/+6
* Fix issue #123gingerBill2017-10-151-1/+2
* Minor code reorganizationGinger Bill2017-10-081-0/+2383