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
/
check_type.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-3
/
+3
*
Fix typos `#type_alias`
gingerBill
2018-02-04
1
-1
/
+1
*
Extra check for `type_info` cycle checking
gingerBill
2018-01-28
1
-0
/
+4
*
`enum #export`
gingerBill
2018-01-21
1
-0
/
+15
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-0
/
+12
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-5
/
+5
*
"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
-2
/
+16
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
1
-1
/
+2
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-10
/
+4
*
using x in bar;
gingerBill
2017-12-17
1
-0
/
+1
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-202
/
+12
*
Merge branch 'master' into explicit-overloading
gingerBill
2017-12-11
1
-6
/
+0
|
\
|
*
Fix issue #162 regarding empty unions
gingerBill
2017-12-11
1
-6
/
+0
*
|
Fix proc groups from import names
gingerBill
2017-12-10
1
-2
/
+1
|
/
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-27
/
+0
*
Remove `using` in arrays; Remove `_` non-exported struct fields
gingerBill
2017-11-28
1
-54
/
+8
*
Update ABI for basic types
gingerBill
2017-11-27
1
-2
/
+4
*
Change proc ABI for Odin specific types
gingerBill
2017-11-27
1
-13
/
+10
*
Remove `#const`; Minor fixes
gingerBill
2017-11-12
1
-43
/
+4
*
In error messages, remove ` with '; Fix error messages for `switch`
gingerBill
2017-11-12
1
-47
/
+47
*
Allow for default arguments after a variadic parameter
gingerBill
2017-11-12
1
-13
/
+32
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-32
/
+93
*
Foreign context cleanup
gingerBill
2017-11-03
1
-3
/
+3
*
Add string_set.cpp; Code clean up
gingerBill
2017-10-30
1
-8
/
+4
*
`@(default_calling_convention = ...)` for `foreign` blocks
gingerBill
2017-10-29
1
-4
/
+13
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-0
/
+6
*
Fix issue #123
gingerBill
2017-10-15
1
-1
/
+2
*
Minor code reorganization
Ginger Bill
2017-10-08
1
-0
/
+2383