aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
Commit message (Expand)AuthorAgeFilesLines
* `intrinsics.atomic_type_is_lock_free`gingerBill2022-04-021-0/+11
* Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...gingerBill2022-03-311-6/+6
* Enforce success failure pairings of `compare_exchange_*_explicit` at compile ...gingerBill2022-03-311-2/+11
* Replace the atomic intrinsicsgingerBill2022-03-311-0/+13
* `union #shared_nil`gingerBill2022-03-241-10/+12
* Improve procedure group selection based on the minimum number of argumentsgingerBill2022-03-181-1/+0
* Improve error message when there is "no field" found for a large anonymous st...gingerBill2022-03-011-14/+23
* Improve `union_tag_size`gingerBill2022-02-221-0/+11
* Add `#subtype` struct field prefix, required to have a COM interface hierarchygingerBill2022-02-161-6/+6
* Add more objc attributesgingerBill2022-02-111-0/+62
* Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name`gingerBill2022-02-081-0/+44
* Begin work on support objc intrinsicsgingerBill2022-02-081-0/+10
* Support rank-2 arrays (matrix-like) for `transpose`gingerBill2022-02-061-0/+19
* Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fi...gingerBill2022-02-051-0/+4
* Unify `are_types_identical_unique_tuples`gingerBill2022-01-191-2/+12
* Correct tuple name checking for doc writinggingerBill2022-01-191-2/+7
* Improve docs_writer.cppgingerBill2022-01-171-9/+5
* Correct `abs` type behaviour for quaternionsgingerBill2021-12-311-0/+7
* Fix #1328gingerBill2021-11-231-0/+5
* Fix #1319gingerBill2021-11-191-1/+7
* Improve matrix indices to offset logicgingerBill2021-11-081-2/+3
* Improve matrix->matrix casting implementationgingerBill2021-11-081-1/+8
* Correct index to offset calculation for matrix compound literalsdev-2021-11gingerBill2021-11-021-3/+4
* Update alignment rules for `matrix` types as a compromise to keep zero paddinggingerBill2021-10-251-92/+113
* Allow conversions between matrices of the same element countgingerBill2021-10-211-21/+13
* Remove padding in stride of matrix typesgingerBill2021-10-201-5/+6
* Minor fix for parapoly matrix typesgingerBill2021-10-201-0/+4
* Add `hadamard_product`gingerBill2021-10-201-0/+11
* Clean up stride logicgingerBill2021-10-201-7/+14
* Unify matrix stride calculationgingerBill2021-10-201-22/+30
* Support matrix literalsgingerBill2021-10-201-0/+33
* Support indexing matricesgingerBill2021-10-191-0/+4
* Change syntax for matrices to `matrix[R, C]T`gingerBill2021-10-191-3/+1
* Basic support for matrix*vector, vector*matrix operationsgingerBill2021-10-191-0/+3
* Very basic matrix support in backendgingerBill2021-10-181-4/+27
* Begin work on matrix typegingerBill2021-10-181-4/+109
* Correct issue with the generated `map` type internals; Simplify map rehash lo...gingerBill2021-10-071-5/+9
* Clean up `struct_fields_index_by_increasing_offset`gingerBill2021-10-021-18/+24
* Minor code cleanup for backend; add `struct_fields_index_by_increasing_offset...gingerBill2021-10-021-0/+48
* Correct f64 -> u128/i128 generationgingerBill2021-09-251-0/+2
* Fix #1174gingerBill2021-09-181-0/+2
* Remove custom alignment limitgingerBill2021-09-131-2/+2
* Only store `field_index` remove `field_src_index` (for the time being)gingerBill2021-09-131-1/+1
* Make `TypeStructl.tags` a pointer from a slice (reduce memory usage)gingerBill2021-09-131-8/+1
* Reduce size of `Type`gingerBill2021-09-131-14/+10
* More cullinggingerBill2021-09-131-40/+20
* Begin minimize `Type` size by replacing `Array` with `Slice` etcgingerBill2021-09-131-22/+26
* Add multi-pointer types `[^]T`gingerBill2021-08-211-33/+77
* Remove unused codegingerBill2021-08-191-6/+0
* Make flags atomic for `Entity` and `Type`gingerBill2021-08-161-3/+3