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
*
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
*
`cstring`
gingerBill
2018-02-28
1
-7
/
+28
*
More code tidying with `Array`
gingerBill
2018-02-25
1
-15
/
+14
*
`array_make`
gingerBill
2018-02-25
1
-8
/
+4
*
Clean up range code for switch
gingerBill
2018-02-17
1
-0
/
+7
*
Remove constant from switch for strings
gingerBill
2018-02-17
1
-6
/
+6
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-4
/
+3
*
Fix #187
gingerBill
2018-02-14
1
-0
/
+8
*
`enum #export`
gingerBill
2018-01-21
1
-0
/
+1
*
Cache type size/align; Improve speed of ir_print.cpp
gingerBill
2018-01-20
1
-6
/
+19
*
Fix empty union IR bug
gingerBill
2018-01-19
1
-14
/
+18
*
Change to HeapAlloc et al on Windows
gingerBill
2018-01-18
1
-7
/
+1
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-0
/
+1
*
Specific sized booleans: b8, b16, b32, b64
gingerBill
2018-01-17
1
-0
/
+9
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-15
/
+0
*
"Fix" LLVM boolean bug (more like a bodge)
gingerBill
2017-12-22
1
-0
/
+4
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
1
-5
/
+2
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
1
-8
/
+11
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-3
/
+0
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-10
/
+14
*
Fix union_tag_size; Fix constant array of array literal printing with scalar ...
gingerBill
2017-12-03
1
-8
/
+17
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-112
/
+12
*
Remove `using` in arrays; Remove `_` non-exported struct fields
gingerBill
2017-11-28
1
-1
/
+12
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-2
/
+3
*
Fix issue #146 regarding polymorphic type parameters
v0.7.0
gingerBill
2017-11-18
1
-0
/
+6
*
Allow for default arguments after a variadic parameter
gingerBill
2017-11-12
1
-1
/
+2
*
Fix array of array arithmetic
gingerBill
2017-11-07
1
-0
/
+10
*
Fix cyclic type checking bug
gingerBill
2017-11-05
1
-41
/
+41
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-8
/
+30
*
Add array programming
gingerBill
2017-11-05
1
-1
/
+13
*
Add string_set.cpp; Code clean up
gingerBill
2017-10-30
1
-15
/
+25
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-4
/
+7
*
Fix issue #119
Ginger Bill
2017-10-12
1
-0
/
+1
*
Correct union size
Ginger Bill
2017-10-08
1
-4
/
+4
*
Union tag stored as an integer
Ginger Bill
2017-10-08
1
-15
/
+39
*
Better error messages for import cycles
Ginger Bill
2017-10-08
1
-0
/
+18
*
Default procedure values for `proc`
Ginger Bill
2017-10-01
1
-1
/
+2
*
Procedure literals for default values in structs
Ginger Bill
2017-10-01
1
-0
/
+1
*
Fix union array bug (Issue #112)
Ginger Bill
2017-09-29
1
-0
/
+7
[next]