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
...
*
|
Fix not detecting duplicate proc cases
Laytan Laats
2024-07-05
1
-1
/
+1
*
|
Fix #3803
gingerBill
2024-06-28
1
-3
/
+5
*
|
fix regression in test_issue_2395
Laytan Laats
2024-06-07
1
-1
/
+1
*
|
Remove unnecessary Wait_Signal checks
gingerBill
2024-06-07
1
-4
/
+0
*
|
Try to fix a possible race condition with polymorphic record parameters
gingerBill
2024-06-06
1
-17
/
+13
*
|
Fix #3630 (first part)
gingerBill
2024-05-26
1
-1
/
+1
*
|
Fix #3514 along with `soa.a[i]` bounds checking
gingerBill
2024-05-16
1
-3
/
+12
*
|
Extra check for `field` being `nullptr`
gingerBill
2024-05-13
1
-4
/
+6
*
|
Fix #3582 by disallowing it
gingerBill
2024-05-13
1
-1
/
+2
*
|
Fix another oversight for `bit_field` endian with 1-byte types
gingerBill
2024-05-11
1
-2
/
+3
*
|
Generalize to any 1-byte element in `bit_field`
gingerBill
2024-05-11
1
-1
/
+2
*
|
Allow edge-case where backing type of a `bit_field` is (array of) `u8`, to al...
gingerBill
2024-05-11
1
-2
/
+3
*
|
With `-vet-style`, give suggestion of separating where clauses with a comma r...
gingerBill
2024-05-09
1
-1
/
+1
*
|
Fix #3555
gingerBill
2024-05-09
1
-0
/
+1
*
|
Check for specialization in `typeid/T` for parapoly records
gingerBill
2024-05-07
1
-1
/
+10
*
|
Fix #3527
gingerBill
2024-05-07
1
-0
/
+8
*
|
Fix #3530
gingerBill
2024-05-07
1
-2
/
+7
*
|
Fix #3531
Feoramund
2024-05-06
1
-1
/
+3
*
|
Allow `#no_alias` on multi-pointers
gingerBill
2024-05-03
1
-2
/
+2
*
|
Disallow mixing endian types within a `bit_field`
gingerBill
2024-04-24
1
-0
/
+39
*
|
Improve code generation for loading `bit_field` fields
gingerBill
2024-04-24
1
-5
/
+10
*
|
Clear error message on collisions with `using` on struct fields
gingerBill
2024-04-17
1
-5
/
+8
*
|
Fix #3427
gingerBill
2024-04-16
1
-6
/
+14
*
|
Fix #3414
gingerBill
2024-04-12
1
-0
/
+5
*
|
Fix typo in using parameter error message
Chris
2024-04-09
1
-1
/
+1
*
|
Fix type checking for invalid enum backing type
gingerBill
2024-04-01
1
-1
/
+3
*
|
Fix debug info for `map`
gingerBill
2024-03-30
1
-4
/
+0
*
|
Try storing a pointer to a fake metadata type in the debug info for a `map`
gingerBill
2024-03-30
1
-6
/
+4
*
|
Fix another #soa race condition bug
gingerBill
2024-03-26
1
-22
/
+38
*
|
Fix #3327 #3204 #3200
gingerBill
2024-03-26
1
-56
/
+159
*
|
Merge pull request #3326 from rick-masters/fix_fields_wait_signal
gingerBill
2024-03-25
1
-0
/
+4
|
\
\
|
*
|
Fix fields_wait_signal futex.
rick-masters
2024-03-24
1
-0
/
+4
*
|
|
Potentially fix a race condition with parapoly types (related to #3328)
gingerBill
2024-03-25
1
-89
/
+90
|
/
/
*
|
Treat `*x` as an unary operator to improve error messages for common C-progra...
gingerBill
2024-03-23
1
-1
/
+15
*
|
Fix #3314
gingerBill
2024-03-23
1
-5
/
+7
*
|
Fix missing `ERROR_BLOCK();` calls
gingerBill
2024-03-21
1
-0
/
+4
*
|
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
1
-1
/
+15
*
|
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
1
-1
/
+1
*
|
Fix error block handling
gingerBill
2024-03-19
1
-2
/
+4
*
|
Minimize error propagation of bad array syntax by treating this like a type
gingerBill
2024-03-19
1
-104
/
+116
*
|
Add suggestion when mistyping an array backwards e.g. `T[]`
gingerBill
2024-03-19
1
-1
/
+18
*
|
Improve bit_set error message
Chris
2024-03-13
1
-2
/
+2
*
|
Make that warning an error with `-vet-style`
gingerBill
2024-02-22
1
-1
/
+7
*
|
Add warning when using `bit_field` when a `bit_set` would be a much better idea.
gingerBill
2024-02-22
1
-1
/
+26
*
|
Add field tags to `bit_field`
gingerBill
2024-02-22
1
-0
/
+10
*
|
Support `using` of a `bit_field` within a `struct`
gingerBill
2024-02-22
1
-0
/
+2
*
|
Fix typo
gingerBill
2024-02-22
1
-1
/
+1
*
|
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-2
/
+19
*
|
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-0
/
+152
*
|
Fix race condition with #soa
gingerBill
2024-02-13
1
-4
/
+2
[prev]
[next]