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
*
missed a semicolon
Morgan
2025-12-01
1
-1
/
+1
*
undetected type declaration cycles work-around
Morgan
2025-12-01
1
-0
/
+3
*
Add `#all_or_none`
gingerBill
2025-11-05
1
-3
/
+5
*
fixes for 32bit with regards to typeid
Laytan
2025-11-04
1
-1
/
+4
*
Add `intrinsics.constant_(floor|truncate|ceil|round)`
gingerBill
2025-10-30
1
-0
/
+9
*
Set minimum #load(file, type) alignment to 16 bytes
Jeroen van Rijn
2025-10-15
1
-0
/
+3
*
Simple compare is also comparable
Jeroen van Rijn
2025-10-11
1
-1
/
+1
*
Fix #5786
Jeroen van Rijn
2025-10-11
1
-1
/
+1
*
#5788
Jeroen van Rijn
2025-10-11
1
-2
/
+2
*
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
1
-0
/
+11
*
Disable `#raw_union` constants for the time being
bill/const-union
gingerBill
2025-09-29
1
-1
/
+2
*
Rudimentary support for some constant `struct #raw_union`
gingerBill
2025-09-29
1
-2
/
+16
*
Add more `check_is_operand_compound_lit_constant` uses
gingerBill
2025-09-28
1
-1
/
+4
*
Allow for constant `[]typeid`
gingerBill
2025-09-28
1
-5
/
+25
*
Begin to support constant array of unions
gingerBill
2025-09-28
1
-1
/
+21
*
Fix absolutely random change between `,` and newline
gingerBill
2025-09-26
1
-2
/
+2
*
Use `RecursiveMutex` to fix a race condition with parapoly records
gingerBill
2025-09-26
1
-2
/
+4
*
Use a `RwMutex` instead of `BlockingMutex`
gingerBill
2025-09-10
1
-8
/
+5
*
Remove global `PtrMap<Type *, GenTypesData *>` and store on the `TypeNamed` d...
gingerBill
2025-09-10
1
-5
/
+10
*
Multithread min dep set by removing the set itself
gingerBill
2025-09-10
1
-0
/
+1
*
Add `nullptr` checks to more type helpers.
Jeroen van Rijn
2025-09-09
1
-4
/
+24
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
1
-0
/
+2
*
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
1
-9
/
+69
|
\
|
*
Fix atomics for tuples
dev-2025-08
gingerBill
2025-08-05
1
-1
/
+1
|
*
Fix possible race condition with struct offsets
gingerBill
2025-08-05
1
-8
/
+12
|
*
Add `intrinsics.type_is_nearly_simple_compare`
gingerBill
2025-08-04
1
-0
/
+56
*
|
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-17
/
+116
|
/
*
Remove the semantics of `#no_copy`, keep the grammar
gingerBill
2025-07-30
1
-7
/
+0
*
Add to `tests/internal`
Jeroen van Rijn
2025-06-26
1
-1
/
+0
*
Fix bug where compiler treats uint enums as ints
Tohei Ichikawa
2025-06-24
1
-0
/
+4
*
Merge pull request #5378 from laytan/fix-wasm-c-abi-raw-unions
gingerBill
2025-06-21
1
-0
/
+77
|
\
|
*
add return
Laytan Laats
2025-06-20
1
-0
/
+1
|
*
Fix WASM C ABI for raw unions
Laytan Laats
2025-06-20
1
-0
/
+76
*
|
Merge pull request #5211 from Barinzaya/union-custom-align-tag-size
Laytan
2025-06-20
1
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
Change union tag size to account for `#align`.
Barinzaya
2025-05-24
1
-5
/
+9
*
|
Add additional nullptr checks in types.cpp
Jeroen van Rijn
2025-06-14
1
-9
/
+43
|
/
*
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
[next]