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
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-4
/
+4
*
Improve default scope size
gingerBill
2021-07-27
1
-1
/
+1
*
Add sanity casts for 32/64 bit correctness
gingerBill
2021-07-12
1
-2
/
+2
*
Clean up big int to LLVM integer code
gingerBill
2021-07-11
1
-1
/
+1
*
Change the compiler's big integer library to use libTomMath
gingerBill
2021-07-11
1
-4
/
+4
*
Add experimental support for a threaded semantic checker to `-threaded-checker`
gingerBill
2021-07-10
1
-6
/
+9
*
Prepare for multithreading the semantic checker by giving mutexes to variable...
gingerBill
2021-07-10
1
-4
/
+9
*
Improve CheckerContext usage
gingerBill
2021-07-10
1
-15
/
+15
*
Correct `does_field_type_allow_using`
dev-2021-07
gingerBill
2021-06-29
1
-4
/
+0
*
Correct `#soa` type creation
gingerBill
2021-06-08
1
-4
/
+16
*
Fix #1011 by unifying the logic
gingerBill
2021-06-08
1
-234
/
+53
*
Fix polymorphic record "too few" lacking error message
gingerBill
2021-05-31
1
-0
/
+5
*
Add range-based error messages to `-verbose-errors`
gingerBill
2021-05-19
1
-5
/
+5
*
Allow `..=` alongside `..` as a "full range" operator; Update `core:odin/pars...
gingerBill
2021-05-16
1
-0
/
+1
*
Remove old dead code
gingerBill
2021-05-15
1
-13
/
+0
*
Correct default procedure parameter logic
gingerBill
2021-05-13
1
-5
/
+17
*
Fix #741
gingerBill
2021-05-13
1
-14
/
+11
*
Fix #682
gingerBill
2021-05-12
1
-10
/
+0
*
Fix #713
gingerBill
2021-05-12
1
-1
/
+16
*
Unify `AstTernaryExpr` with `AstTernaryIfExpr`
gingerBill
2021-05-05
1
-10
/
+0
*
Allow unions which are comparable to also be valid map keys (i.e. hashable)
gingerBill
2021-05-03
1
-0
/
+6
*
Remove old procedure ABI code
gingerBill
2021-04-25
1
-618
/
+0
*
Add intrinsics: overflow_add, overflow_sub, overflow_mul; Change byte swap be...
gingerBill
2021-04-22
1
-5
/
+4
*
Hack ABI for windows passing pointers to structures
gingerBill
2021-04-19
1
-2
/
+13
*
Improve `#optional_ok` logic for procedures; Add `#optional_second` for `pack...
gingerBill
2021-04-19
1
-0
/
+18
*
Improve `init_string` determination for constants
gingerBill
2021-04-18
1
-0
/
+3
*
Add `-doc-format` command for the new .odin-doc file format (to be used to ge...
gingerBill
2021-04-18
1
-1
/
+0
*
Minor code style change
gingerBill
2021-03-27
1
-2
/
+2
*
Clean up code for record type checking
gingerBill
2021-03-27
1
-32
/
+12
*
Refactor record polymorphic params code for unification
gingerBill
2021-03-27
1
-59
/
+56
*
Correct poly type determination of a `where` clause for an enumerated array
gingerBill
2021-03-27
1
-8
/
+19
*
Refactor polymorphic parameter for records; Improve error message for paramet...
gingerBill
2021-03-27
1
-327
/
+216
*
Fix #883 - polymorphic specialization with target types of enumerated arrays
gingerBill
2021-03-27
1
-1
/
+5
*
Allow `$` in polymorphic record parameter fields (but disallow mixing)
gingerBill
2021-03-23
1
-4
/
+12
*
`bit_set` support in debug symbols by treating them like a bit field of 1 bit...
gingerBill
2021-03-23
1
-0
/
+1
*
return by pointer on linux
atil
2021-03-19
1
-1
/
+1
*
Fix formatting of code
gingerBill
2021-03-10
1
-9
/
+7
*
Add LLVM boolean compatibility to result types
Matias Fernandez
2021-03-09
1
-0
/
+12
*
Fix patch (yeah... I know)
gingerBill
2021-02-26
1
-3
/
+3
*
Patch issue with minimum dependency system and how it interacts with para pol...
gingerBill
2021-02-26
1
-0
/
+19
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-7
/
+0
*
Remove `bit_field` keyword and parsing logic
gingerBill
2021-02-23
1
-6
/
+0
*
Remove `"pure"` and `"pure_none"` calling conventions
gingerBill
2021-02-23
1
-9
/
+3
*
Remove `bit_field` type from Odin (keyword and dead runtime code still exists)
gingerBill
2021-02-19
1
-101
/
+3
*
Make 16 simple hasher cases for small types
gingerBill
2020-11-29
1
-24
/
+18
*
Support any comparable type for map keys
gingerBill
2020-11-29
1
-10
/
+32
*
Sanity check for map key
gingerBill
2020-11-29
1
-1
/
+3
*
Support map keys for simple compare types
gingerBill
2020-11-29
1
-1
/
+4
*
Simplify hashing approach `map`
gingerBill
2020-11-29
1
-3
/
+3
*
Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure
gingerBill
2020-11-29
1
-6
/
+26
[next]