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
*
Redefine how union tag size is calculated to match alignment of the union
0.9.1
gingerBill
2018-11-29
1
-0
/
+15
*
Fix recursive loop bug for is_type_polymorphic
gingerBill
2018-11-28
1
-5
/
+5
*
Fix Issue with referencing a polymorphic struct in another package referencin...
gingerBill
2018-11-25
1
-0
/
+19
*
Fix is_type_polymorphic infinite recursion bug
gingerBill
2018-11-22
1
-18
/
+22
*
Allow `opaque` to be polymorphic
gingerBill
2018-11-17
1
-1
/
+7
*
Fix error with polymorphic structs #279
gingerBill
2018-11-17
1
-1
/
+1
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-2
/
+46
*
Allow comparisons of `cstring`; Add `resize`
gingerBill
2018-10-31
1
-1
/
+3
*
Fix debug info issue
gingerBill
2018-10-29
1
-1
/
+1
*
Fix big int shifts of 0
gingerBill
2018-10-28
1
-0
/
+2
*
Fix context assignment with selector expressions
gingerBill
2018-09-24
1
-0
/
+9
*
Syntactic sugar for anonymous enum within a bit set
gingerBill
2018-09-11
1
-0
/
+4
*
Fix are_types_identical for bit_set
gingerBill
2018-09-11
1
-1
/
+7
*
Fix polymorphic constant parameters for procedures
gingerBill
2018-09-11
1
-0
/
+4
*
Make diverging procedure types different from ones without a return type
gingerBill
2018-09-09
1
-4
/
+5
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
1
-0
/
+1
*
Parametric polymorphic union type
gingerBill
2018-09-08
1
-12
/
+42
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-4
/
+4
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-1
/
+14
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
1
-1
/
+1
*
Disable non-comparison operations for enum (use `bit_set` for flags)
gingerBill
2018-08-17
1
-12
/
+10
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-5
/
+28
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-6
/
+6
*
Fix defer ir bug
gingerBill
2018-08-15
1
-4
/
+4
*
Fix `bit_set` range
gingerBill
2018-08-14
1
-2
/
+3
*
`bit_set` constants
gingerBill
2018-08-14
1
-0
/
+3
*
Add `bit_set` type
gingerBill
2018-08-14
1
-0
/
+67
*
Do `using Foo :: enum` at the `type_decl` stage
gingerBill
2018-07-29
1
-1
/
+0
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
1
-20
/
+2
*
Fix typos
gingerBill
2018-07-28
1
-3
/
+12
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-5
/
+5
*
Make source code compile with 32 bit (but not build 32 bit code)
gingerBill
2018-06-15
1
-4
/
+4
*
Fix type aliasing comparison; Fix gb_utf8_decode
gingerBill
2018-06-15
1
-0
/
+16
*
Allow `.allocator` for dynamic arrays; Add `mem.Pool`
gingerBill
2018-06-12
1
-49
/
+59
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-2
/
+2
*
Remove code relating to default struct values
gingerBill
2018-05-20
1
-1
/
+0
*
Fix issues with exact integer bounds and remove dead code
gingerBill
2018-05-13
1
-1
/
+1
*
Disable pointer arithmetic
gingerBill
2018-05-13
1
-2
/
+1
*
Make `any` use `typeid` rather than `^Type_Info`
gingerBill
2018-05-12
1
-12
/
+11
*
`typeid`
gingerBill
2018-05-12
1
-2
/
+14
*
Fix #210
gingerBill
2018-05-06
1
-96
/
+0
*
Fix internal compiler error trigger for issue #212
gingerBill
2018-04-10
1
-0
/
+4
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-5
/
+14
*
Type caching
gingerBill
2018-03-23
1
-11
/
+106
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
1
-94
/
+98
*
Fix type cycle bug
gingerBill
2018-03-23
1
-6
/
+1
*
Add `unselector_expr`
gingerBill
2018-03-04
1
-1
/
+3
*
Remove dead code; fix referencing of a type assertion in a selector expression
gingerBill
2018-03-04
1
-1
/
+1
*
Fix `using` determination order
gingerBill
2018-03-03
1
-1
/
+0
*
Update core library with `cstring`
gingerBill
2018-02-28
1
-0
/
+2
[next]