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
*
`#soa[]Type` (Experimental)
gingerBill
2019-11-21
1
-1
/
+5
*
Fix String causes a crash when used in a polymorphic type #483
gingerBill
2019-11-20
1
-1
/
+3
*
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
gingerBill
2019-11-19
1
-7
/
+20
*
Fix Compiler panic with SIMD Vector debug information #481
gingerBill
2019-11-19
1
-4
/
+8
*
SOA support of Structures and Arrays; Runtime information for SOA structs; fm...
gingerBill
2019-11-03
1
-0
/
+17
*
SOA Struct support `intrinsics.soa_struct`
gingerBill
2019-11-02
1
-0
/
+3
*
Delay determination of procedure abi types until as late as possible to preve...
gingerBill
2019-10-31
1
-2
/
+7
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-30
/
+36
*
Fix #complete switch with pointer case doesn't compile #416
gingerBill
2019-10-05
1
-0
/
+19
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-11
/
+39
*
Improve #assert to show the procedure and signature it was called with; Allow...
gingerBill
2019-08-23
1
-23
/
+42
*
Make structs with the same fields but with different tags distinct types
gingerBill
2019-08-09
1
-0
/
+6
*
Struct field tags
gingerBill
2019-08-09
1
-0
/
+1
*
Improve implementation of `intrinsics.type_*` procedures
gingerBill
2019-08-04
1
-4
/
+16
*
`intrinsics.type_*` constant evaluation procedures
gingerBill
2019-08-04
1
-0
/
+13
*
Improve the performance of simple array comparisons
gingerBill
2019-07-27
1
-0
/
+23
*
union #no_nil
gingerBill
2019-07-09
1
-3
/
+9
*
Fix bit set size with 128-bit integers
gingerBill
2019-05-28
1
-13
/
+16
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-13
/
+41
*
odin query
gingerBill
2019-05-25
1
-1
/
+7
*
Allow comparisons with bit field values
gingerBill
2019-05-09
1
-0
/
+3
*
Minor change to bit_field assignment rules
gingerBill
2019-05-04
1
-1
/
+0
*
Modify type_set_offsets to patch minor bug
gingerBill
2019-04-28
1
-1
/
+9
*
Minor code clean up
gingerBill
2019-03-11
1
-0
/
+1
*
Allow basic arithmetic operations for vectors
gingerBill
2019-02-23
1
-4
/
+9
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
1
-60
/
+84
*
Add "none" calling convention
gingerBill
2019-02-23
1
-0
/
+3
*
Fix printing IR of integer as a pointer with endianness.
Tetralux
2019-01-16
1
-0
/
+4
*
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...
gingerBill
2019-01-05
1
-0
/
+3
*
Update CEL
gingerBill
2019-01-03
1
-0
/
+3
*
Fix default parameter assignment checking
gingerBill
2018-12-28
1
-2
/
+2
*
min & max for types
gingerBill
2018-12-27
1
-0
/
+2
*
Fix polymorphic record types with constant value parameters
gingerBill
2018-12-14
1
-4
/
+14
*
Allow polymorphic cast on fields with `_` #302
gingerBill
2018-12-14
1
-8
/
+8
*
Fix bit sets with custom endian underlying type
gingerBill
2018-12-02
1
-4
/
+8
*
Fix typo for little endian integers
gingerBill
2018-12-02
1
-13
/
+29
*
Endian specific integers: e.g. i32 i32le i32be
gingerBill
2018-12-02
1
-0
/
+104
*
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
[next]