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
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-98
/
+0
*
Change struct alignment rules for `#max_field_align`
gingerBill
2024-09-30
1
-0
/
+8
*
`#min_field_align` & `#max_field_align`; deprecate `#field_align` in favour o...
gingerBill
2024-09-30
1
-4
/
+8
*
Simplify #row_major matrix and `matrix_flatten` behaviour
gingerBill
2024-09-07
1
-6
/
+14
*
types with explicit custom alignment are identical to types with the same nat...
Laytan
2024-09-04
1
-2
/
+14
*
fix c_vararg bit_set
Laytan Laats
2024-08-11
1
-4
/
+1
*
Add `#simd[N]rawptr` support
gingerBill
2024-08-05
1
-0
/
+3
*
Add suggestion for #3961
gingerBill
2024-07-22
1
-0
/
+20
*
Begin work for `bit_set[...; [N]T]` (not working)
gingerBill
2024-07-15
1
-0
/
+21
*
Revert changes to `in_single_threaded_checker_stage`
gingerBill
2024-07-15
1
-10
/
+10
*
Disable the need for mutexes in single threaded checker stage
gingerBill
2024-07-15
1
-10
/
+10
*
Use `gb_zero_*` calls
gingerBill
2024-07-15
1
-1
/
+1
*
Add `f16` to `#c_vararg` promotion rules
gingerBill
2024-07-14
1
-0
/
+3
*
Add `intrinsics.type_struct_has_implicit_padding` #3844
gingerBill
2024-07-01
1
-0
/
+1
*
Fix #3471
gingerBill
2024-06-28
1
-2
/
+2
*
Remove unnecessary Wait_Signal checks
gingerBill
2024-06-07
1
-12
/
+0
*
Try to fix a possible race condition with polymorphic record parameters
gingerBill
2024-06-06
1
-0
/
+18
*
Improve `matrix_align_of` logic when it has invalid inputs.
gingerBill
2024-06-06
1
-2
/
+2
*
Fix #3682
gingerBill
2024-06-05
1
-0
/
+9
*
Fix more #soa changes
gingerBill
2024-05-16
1
-0
/
+11
*
Fix `soa_zip` and `soa_unzip`
gingerBill
2024-05-16
1
-0
/
+10
*
Fix error message handling
gingerBill
2024-05-11
1
-2
/
+2
*
Fix #3555
gingerBill
2024-05-09
1
-0
/
+4
*
compiler: improve target features support
Laytan Laats
2024-05-02
1
-0
/
+22
*
Fix #3427
gingerBill
2024-04-16
1
-1
/
+0
*
fix objc proc group edge case
Laytan Laats
2024-04-03
1
-1
/
+1
*
Fix type checking for invalid enum backing type
gingerBill
2024-04-01
1
-5
/
+1
*
Fix #3341
gingerBill
2024-03-27
1
-0
/
+7
*
Fix another #soa race condition bug
gingerBill
2024-03-26
1
-0
/
+2
*
Fix #3327 #3204 #3200
gingerBill
2024-03-26
1
-0
/
+1
*
Correct matrix builtins for `#row_major`
gingerBill
2024-03-19
1
-1
/
+1
*
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
1
-4
/
+15
*
Support swizzle selector syntax `.xyzw` for `#simd` vectors
gingerBill
2024-03-12
1
-25
/
+46
*
Add `bit_field` option to `core_type` in the compiler
gingerBill
2024-03-07
1
-0
/
+3
*
Update `are_types_identical` for `bit_field`
gingerBill
2024-03-04
1
-0
/
+23
*
Correct `is_type_comparable` for `bit_field`
gingerBill
2024-03-04
1
-0
/
+3
*
Merge pull request #3220 from laytan/promote-types-in-c-varargs
gingerBill
2024-02-28
1
-0
/
+51
|
\
|
*
Also convert and promote bit_set types for #c_varargs
Laytan Laats
2024-02-22
1
-0
/
+5
|
*
Promote types in `#c_varargs` according to C rules
Laytan Laats
2024-02-21
1
-0
/
+46
*
|
Change type info table to be initializable constantly
gingerBill
2024-02-27
1
-0
/
+3
*
|
Add field tags to `bit_field`
gingerBill
2024-02-22
1
-0
/
+1
*
|
Simplify usage code
gingerBill
2024-02-22
1
-66
/
+64
*
|
Support `using` of a `bit_field` within a `struct`
gingerBill
2024-02-22
1
-2
/
+69
*
|
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-0
/
+34
*
|
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-0
/
+24
*
|
Add `bit_field` as a keyword
gingerBill
2024-02-22
1
-2
/
+4
|
/
*
Fix race condition with #soa
gingerBill
2024-02-13
1
-11
/
+6
*
Add metadata type to `map`s debug information to aid debuggers knowing what i...
gingerBill
2024-02-12
1
-0
/
+1
*
Add `#load_directory(path: string) > []runtime.Load_Directory_File`
gingerBill
2024-02-09
1
-0
/
+4
*
Allow polymorphic checking with `intrinsics.type_is_subtype_of(Derived_Type, ...
gingerBill
2024-02-08
1
-2
/
+17
[next]