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
*
Move internal 128-bit stuff to a windows specific file
gingerBill
2019-06-01
1
-3
/
+7
*
Fixes to ABI
gingerBill
2019-05-29
1
-15
/
+14
*
Fix bit set size with 128-bit integers
gingerBill
2019-05-28
1
-1
/
+2
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
1
-6
/
+19
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-0
/
+33
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
1
-2
/
+12
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
1
-0
/
+1
*
Fix polymorphic procedure return by pointer values #374
gingerBill
2019-05-19
1
-16
/
+27
*
Fix parapoly related bugs #370
gingerBill
2019-05-04
1
-0
/
+14
*
Modify type_set_offsets to patch minor bug
gingerBill
2019-04-28
1
-1
/
+1
*
Remove dead keywords; Fix `min` and `max` for enum types
gingerBill
2019-03-31
1
-2
/
+14
*
Disallow ambiguous singularly variadic polymorphic parameters #361
gingerBill
2019-03-30
1
-0
/
+6
*
Fix bit_field scoping bug
gingerBill
2019-03-17
1
-0
/
+2
*
Minor code clean up
gingerBill
2019-03-11
1
-0
/
+1
*
Replace `foreign export {}` with `@export`
gingerBill
2019-02-23
1
-1
/
+5
*
Fix calling conventions for simd vector types
gingerBill
2019-02-23
1
-7
/
+16
*
Fix data layout issue on Windows; Remove unused loads in SSA
gingerBill
2019-02-10
1
-5
/
+5
*
Add extra explicit entity usage
gingerBill
2019-01-13
1
-0
/
+2
*
Fix `using` struct cycle check
gingerBill
2019-01-02
1
-2
/
+5
*
Fix `using` with `bit_field`
gingerBill
2019-01-01
1
-2
/
+2
*
Fix default parameter assignment checking
gingerBill
2018-12-28
1
-1
/
+1
*
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
/
+56
*
Fix #raw_union bug #306
gingerBill
2018-12-14
1
-0
/
+3
*
Allow single field struct #raw_union
gingerBill
2018-11-29
1
-1
/
+1
*
Fix #284
gingerBill
2018-11-26
1
-0
/
+3
*
Fix Issue with referencing a polymorphic struct in another package referencin...
gingerBill
2018-11-25
1
-0
/
+6
*
Fix is_type_polymorphic infinite recursion bug
gingerBill
2018-11-22
1
-7
/
+10
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-0
/
+7
*
Move atomic intrinsics to the new built-in package intrinsics
gingerBill
2018-10-20
1
-2
/
+2
*
__atomic_* "intrinsics" using LLVM instructions
gingerBill
2018-10-17
1
-0
/
+1
*
Remove AstTypeType
gingerBill
2018-10-13
1
-31
/
+1
*
Fix runtime proc names; Change calling convention of `context` parameter
gingerBill
2018-09-15
1
-1
/
+1
*
Syntactic sugar for anonymous enum within a bit set
gingerBill
2018-09-11
1
-2
/
+20
*
Fix polymorphic constant parameters for procedures
gingerBill
2018-09-11
1
-1
/
+6
*
Remove assertion from constant parameter
gingerBill
2018-09-10
1
-1
/
+0
*
Constant polymorphic names
gingerBill
2018-09-10
1
-4
/
+29
*
Make diverging procedure types different from ones without a return type
gingerBill
2018-09-09
1
-1
/
+1
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
1
-0
/
+1
*
Parametric polymorphic union type
gingerBill
2018-09-08
1
-7
/
+171
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
1
-12
/
+31
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-0
/
+29
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-6
/
+10
*
Prevent other parameters being the default value
gingerBill
2018-08-30
1
-3
/
+25
*
Allow for default parameters that are non-constant entities, but not any non-...
gingerBill
2018-08-28
1
-6
/
+16
*
Allow enums for array lengths
llvm-windows
gingerBill
2018-08-26
1
-1
/
+1
*
Improve error messages for using on fields
gingerBill
2018-08-24
1
-4
/
+67
*
Allow using in structs on arrays with count <= 4
gingerBill
2018-08-24
1
-1
/
+14
*
Fix default return values #250
gingerBill
2018-08-22
1
-2
/
+2
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-41
/
+69
[next]