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
*
Minor change to handling of propagation of errors with `---` as a value
gingerBill
2023-05-22
1
-3
/
+3
*
Unify `check_constant_parameter_value` logic
gingerBill
2023-04-27
1
-8
/
+15
*
Add `struct #no_copy`
gingerBill
2023-04-15
1
-2
/
+3
*
Improve type checking on polymorphic unions
gingerBill
2023-03-12
1
-0
/
+8
*
Fix typed `#caller_location` bug.
gingerBill
2023-02-26
1
-0
/
+2
*
Fix overriding procedure information for literals
gingerBill
2023-02-17
1
-4
/
+8
*
Fix #2286 by printing an error correctly
gingerBill
2023-01-16
1
-0
/
+6
*
Remove `auto_cast` procedure field flag
gingerBill
2023-01-16
1
-16
/
+1
*
Bring `PtrMap` inline with `StringMap`
gingerBill
2023-01-14
1
-6
/
+6
*
Fix race condition with polymorphic record generation
gingerBill
2023-01-12
1
-12
/
+12
*
Fix random race condition for poly records
gingerBill
2023-01-12
1
-1
/
+14
*
General optimizations
gingerBill
2023-01-11
1
-1
/
+2
*
Localize gen_types mutexes
gingerBill
2023-01-04
1
-56
/
+63
*
Use a package local mutex for `add_type_and_value`
gingerBill
2023-01-02
1
-1
/
+1
*
Revert "Change `tav` to be a pointer internally"
gingerBill
2022-12-22
1
-2
/
+2
*
Change `tav` to be a pointer internally
gingerBill
2022-12-22
1
-2
/
+2
*
Add `gb_internal` to checker
gingerBill
2022-12-18
1
-40
/
+40
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-2
/
+2
*
Fix #2188
gingerBill
2022-11-21
1
-6
/
+7
*
Fix #2125
gingerBill
2022-11-21
1
-0
/
+2
*
Simplify the handling of the hashing calls for `map`s
gingerBill
2022-11-13
1
-14
/
+6
*
Remove the need for `type->Map.internal_type` and replace with the definition...
gingerBill
2022-11-08
1
-22
/
+2
*
General modifications
gingerBill
2022-11-08
1
-0
/
+19
*
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
1
-41
/
+8
*
Correct parapoly determination of generated internal type of a `map`
gingerBill
2022-09-22
1
-2
/
+0
*
Replace `#optional_second` with `#optional_allocator_error`
gingerBill
2022-09-12
1
-10
/
+9
*
fix polymorphic proc parameters error handling
Phil
2022-09-06
1
-2
/
+4
*
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-4
/
+24
*
Remove dead `#maybe` code
gingerBill
2022-08-01
1
-5
/
+0
*
Add `#by_ptr` procedure attribute to enforce a parameter to be passed by poin...
gingerBill
2022-07-24
1
-1
/
+19
*
Minor improvements
gingerBill
2022-07-19
1
-1
/
+3
*
Add improved error message when doing `^x` instead of `&x` for addressable va...
gingerBill
2022-07-11
1
-1
/
+22
*
Add shorthand flag to `determine_type_from_polymorphic`
gingerBill
2022-06-24
1
-2
/
+2
*
Remove useless check
gingerBill
2022-05-27
1
-5
/
+0
*
Add `simd_to_bits`; correct fix typo causing issue with parapoly
gingerBill
2022-05-26
1
-3
/
+4
*
Add simd.{sqrt, ceil, floor, trunc, nearest}
gingerBill
2022-05-26
1
-2
/
+5
*
`intrinsics.simd_shuffle`
gingerBill
2022-05-25
1
-2
/
+8
*
Allow booleans for #simd
gingerBill
2022-05-25
1
-1
/
+1
*
Correct parapoly for #simd
gingerBill
2022-05-25
1
-2
/
+2
*
Restrict `swizzle` to a power of two for #simd
gingerBill
2022-05-25
1
-2
/
+4
*
Mock out simd intrinsics
gingerBill
2022-05-25
1
-1
/
+1
*
Make `#simd` an opaque type
gingerBill
2022-05-25
1
-0
/
+5
*
`union #shared_nil`
gingerBill
2022-03-24
1
-5
/
+14
*
Improve procedure group selection based on the minimum number of arguments
gingerBill
2022-03-18
1
-14
/
+0
*
Correct comment
gingerBill
2022-02-28
1
-1
/
+1
*
Commit rest of code for `-disallow-rtti`
gingerBill
2022-02-28
1
-0
/
+2
*
Change `#c_vararg` checking to only disallow odin calling conventions
gingerBill
2022-02-28
1
-2
/
+6
*
Merge branch 'master' into directx-packages
gingerBill
2022-02-16
1
-1
/
+1
|
\
|
*
Fix typo
gingerBill
2022-02-16
1
-1
/
+1
*
|
Merge branch 'master' into directx-packages
gingerBill
2022-02-16
1
-0
/
+19
|
\
|
[next]