index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
types.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve procedure group selection based on the minimum number of arguments
gingerBill
2022-03-18
1
-1
/
+0
*
Improve error message when there is "no field" found for a large anonymous st...
gingerBill
2022-03-01
1
-14
/
+23
*
Improve `union_tag_size`
gingerBill
2022-02-22
1
-0
/
+11
*
Add `#subtype` struct field prefix, required to have a COM interface hierarchy
gingerBill
2022-02-16
1
-6
/
+6
*
Add more objc attributes
gingerBill
2022-02-11
1
-0
/
+62
*
Add `intrinsics.type_is_subtype_of`; `intrinsics.objc_selector_name`
gingerBill
2022-02-08
1
-0
/
+44
*
Begin work on support objc intrinsics
gingerBill
2022-02-08
1
-0
/
+10
*
Support rank-2 arrays (matrix-like) for `transpose`
gingerBill
2022-02-06
1
-0
/
+19
*
Rename `#partial[Enum]Type` to `#sparse[Enum]Type` for non-contiguous enum fi...
gingerBill
2022-02-05
1
-0
/
+4
*
Unify `are_types_identical_unique_tuples`
gingerBill
2022-01-19
1
-2
/
+12
*
Correct tuple name checking for doc writing
gingerBill
2022-01-19
1
-2
/
+7
*
Improve docs_writer.cpp
gingerBill
2022-01-17
1
-9
/
+5
*
Correct `abs` type behaviour for quaternions
gingerBill
2021-12-31
1
-0
/
+7
*
Fix #1328
gingerBill
2021-11-23
1
-0
/
+5
*
Fix #1319
gingerBill
2021-11-19
1
-1
/
+7
*
Improve matrix indices to offset logic
gingerBill
2021-11-08
1
-2
/
+3
*
Improve matrix->matrix casting implementation
gingerBill
2021-11-08
1
-1
/
+8
*
Correct index to offset calculation for matrix compound literals
dev-2021-11
gingerBill
2021-11-02
1
-3
/
+4
*
Update alignment rules for `matrix` types as a compromise to keep zero padding
gingerBill
2021-10-25
1
-92
/
+113
*
Allow conversions between matrices of the same element count
gingerBill
2021-10-21
1
-21
/
+13
*
Remove padding in stride of matrix types
gingerBill
2021-10-20
1
-5
/
+6
*
Minor fix for parapoly matrix types
gingerBill
2021-10-20
1
-0
/
+4
*
Add `hadamard_product`
gingerBill
2021-10-20
1
-0
/
+11
*
Clean up stride logic
gingerBill
2021-10-20
1
-7
/
+14
*
Unify matrix stride calculation
gingerBill
2021-10-20
1
-22
/
+30
*
Support matrix literals
gingerBill
2021-10-20
1
-0
/
+33
*
Support indexing matrices
gingerBill
2021-10-19
1
-0
/
+4
*
Change syntax for matrices to `matrix[R, C]T`
gingerBill
2021-10-19
1
-3
/
+1
*
Basic support for matrix*vector, vector*matrix operations
gingerBill
2021-10-19
1
-0
/
+3
*
Very basic matrix support in backend
gingerBill
2021-10-18
1
-4
/
+27
*
Begin work on matrix type
gingerBill
2021-10-18
1
-4
/
+109
*
Correct issue with the generated `map` type internals; Simplify map rehash lo...
gingerBill
2021-10-07
1
-5
/
+9
*
Clean up `struct_fields_index_by_increasing_offset`
gingerBill
2021-10-02
1
-18
/
+24
*
Minor code cleanup for backend; add `struct_fields_index_by_increasing_offset...
gingerBill
2021-10-02
1
-0
/
+48
*
Correct f64 -> u128/i128 generation
gingerBill
2021-09-25
1
-0
/
+2
*
Fix #1174
gingerBill
2021-09-18
1
-0
/
+2
*
Remove custom alignment limit
gingerBill
2021-09-13
1
-2
/
+2
*
Only store `field_index` remove `field_src_index` (for the time being)
gingerBill
2021-09-13
1
-1
/
+1
*
Make `TypeStructl.tags` a pointer from a slice (reduce memory usage)
gingerBill
2021-09-13
1
-8
/
+1
*
Reduce size of `Type`
gingerBill
2021-09-13
1
-14
/
+10
*
More culling
gingerBill
2021-09-13
1
-40
/
+20
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-22
/
+26
*
Add multi-pointer types `[^]T`
gingerBill
2021-08-21
1
-33
/
+77
*
Remove unused code
gingerBill
2021-08-19
1
-6
/
+0
*
Make flags atomic for `Entity` and `Type`
gingerBill
2021-08-16
1
-3
/
+3
*
Reorganize llvm_backend.cpp into separate files for easier maintenance
gingerBill
2021-08-07
1
-0
/
+32
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-8
/
+8
*
Add experimental support for a threaded semantic checker to `-threaded-checker`
gingerBill
2021-07-10
1
-1
/
+15
*
Fix #1042
gingerBill
2021-06-28
1
-0
/
+14
*
Add `intrinsics.type_is_endian_platform`
gingerBill
2021-06-17
1
-16
/
+19
[next]