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
*
Merge pull request #5117 from bogwi/bug/5024
gingerBill
2025-05-09
1
-0
/
+4
|
\
|
*
CHECK 2 done
bogwi
2025-05-05
1
-0
/
+4
*
|
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
1
-0
/
+34
|
\
\
|
*
|
Add support for Objective-C method implementation with Odin calling convention.
Harold Brenes
2025-04-23
1
-0
/
+23
|
*
|
Include the ivar in the Objective-C class unconditionally of it being used or...
Harold Brenes
2025-04-22
1
-0
/
+9
|
*
|
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-0
/
+2
|
|
/
*
/
Fix `type_union_tag_offset` when all members are zero sized
Jeroen van Rijn
2025-05-05
1
-2
/
+2
|
/
*
Change hashing rules for float-like types to make `0 == -0`
gingerBill
2025-04-16
1
-1
/
+1
*
More improvements doc writer name canonicalization
gingerBill
2025-04-15
1
-33
/
+65
*
Fix `nullptr` check
gingerBill
2025-02-24
1
-0
/
+3
*
Fix `typeid` size for 32-bit platforms
gingerBill
2025-02-20
1
-3
/
+3
*
Change `typeid` definition to be based around the canonical type hash
gingerBill
2025-02-20
1
-8
/
+8
*
Use `TypeSet` instead of `PtrSet<Type *>`
gingerBill
2025-02-20
1
-34
/
+0
*
Begin work on hash types
gingerBill
2025-02-17
1
-2
/
+34
*
Work on making name mangling deterministic
gingerBill
2025-02-17
1
-269
/
+0
*
Begin work on nested declarations
gingerBill
2025-02-17
1
-0
/
+15
*
Fill in more canonical types
gingerBill
2025-02-15
1
-2
/
+49
*
Begin work on producing a canonicalized type string for hashing types.
gingerBill
2025-02-14
1
-27
/
+248
*
Remove transmute suggestion with `-vet-cast` when transmuting native <-> endi...
gingerBill
2025-02-05
1
-0
/
+21
*
fixes compiler crash on syntax error (issue 4738)
jason
2025-01-21
1
-1
/
+3
*
Minor improvement to type handing on failures
gingerBill
2024-12-02
1
-12
/
+14
*
Convert mutex guard to "try lock"
gingerBill
2024-11-26
1
-7
/
+9
*
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
[next]