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
*
Fix #714
gingerBill
2020-08-27
1
-0
/
+3
*
Remove some dead code
gingerBill
2020-07-14
1
-1
/
+0
*
Improve `intrinsics.type_is_simple_compare`
gingerBill
2020-06-12
1
-1
/
+27
*
Add support for `using` on relative pointers #670
gingerBill
2020-06-10
1
-2
/
+7
*
Basic cross compilation support
gingerBill
2020-06-10
1
-0
/
+3
*
Improve performance of tokenization and parsing
gingerBill
2020-05-27
1
-1
/
+1
*
Relative pointer and relative slices
gingerBill
2020-05-15
1
-0
/
+4
*
Relative pointers
gingerBill
2020-05-15
1
-6
/
+72
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-4
/
+25
*
Move TypeProc outside
gingerBill
2020-05-02
1
-26
/
+28
*
LLVM API: Fix compound literals with constant parameters to `union` fields
gingerBill
2020-04-25
1
-1
/
+1
*
`#optional_ok` tag for procedures
gingerBill
2020-04-19
1
-3
/
+6
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-0
/
+3
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-1
/
+1
*
Endian specific floating point types (e.g. f32be)
gingerBill
2020-04-11
1
-0
/
+22
*
Fix #599 - llvm-api GEP for structs with custom alignment
gingerBill
2020-03-28
1
-2
/
+7
*
Change behaviour of `switch v in &value` to make `v` have by-reference semantics
gingerBill
2020-03-24
1
-8
/
+49
*
Add `union #maybe`
gingerBill
2020-02-01
1
-7
/
+44
*
Add new intrinsics for polymorphic records:
gingerBill
2020-01-18
1
-2
/
+3
*
Fix Proc Type ABI printing on System V
gingerBill
2020-01-12
1
-1
/
+1
*
Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematics
gingerBill
2020-01-01
1
-0
/
+88
*
Add constant literal expressions
gingerBill
2019-12-27
1
-1
/
+9
*
Fix array lengths with enum value counts.
gingerBill
2019-12-27
1
-0
/
+8
*
Enumerated arrays `[Enum_Type]Elem_Type`
gingerBill
2019-12-27
1
-67
/
+148
*
Fix using on array in struct
gingerBill
2019-12-21
1
-1
/
+1
*
Fix nil comparisons for soa slices and dynamic arrays
gingerBill
2019-12-01
1
-0
/
+7
*
`#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
[next]