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
/
checker
/
types.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-1487
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-5
/
+11
*
Remove auto
Ginger Bill
2016-11-23
1
-92
/
+78
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
1
-48
/
+50
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-46
/
+46
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
1
-6
/
+8
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-28
/
+28
*
128 bit integers
Ginger Bill
2016-11-22
1
-119
/
+121
*
Support `any` in `match type`
Ginger Bill
2016-11-20
1
-11
/
+10
*
Actually fix alignment for vectors
Ginger Bill
2016-11-16
1
-1
/
+1
*
Fix alignment issues with vectors, unions, and raw_unions
Ginger Bill
2016-11-16
1
-16
/
+17
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
1
-1
/
+24
*
Scrap Virtual Machine and begin again
Ginger Bill
2016-11-03
1
-1
/
+25
*
File restructure (again)
Ginger Bill
2016-11-02
1
-6
/
+23
*
Minor `Entity` refactor
Ginger Bill
2016-10-30
1
-34
/
+32
*
Better constant strings for SSA; Fix Type_Info
Ginger Bill
2016-10-26
1
-2
/
+3
*
Code reorganization - Separate files and slice refactoring
Ginger Bill
2016-10-26
1
-0
/
+1426