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
*
Add `#simd[N]rawptr` support
gingerBill
2024-08-05
1
-1
/
+1
*
Add suggestion for #3961
gingerBill
2024-07-22
1
-0
/
+19
*
Improve error handling for invalid syntax doing `[*]T`
gingerBill
2024-07-22
1
-3
/
+9
*
Begin work for `bit_set[...; [N]T]` (not working)
gingerBill
2024-07-15
1
-17
/
+4
*
Add error for `#no_capture` being reserved for future use
gingerBill
2024-07-14
1
-1
/
+1
*
Restrict `#no_capture` to pointer-like types only
gingerBill
2024-07-14
1
-5
/
+1
*
Mock out `#no_capture` for future use
gingerBill
2024-07-14
1
-8
/
+24
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-1
/
+9
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
1
-0
/
+17
*
Give error message suggestion when doing `^x` instead of `x^` if `x` is an r-...
gingerBill
2024-07-10
1
-0
/
+4
*
Change `..` variadic logic; comment out unneeded error message
gingerBill
2024-07-10
1
-17
/
+19
*
Fix #3894
gingerBill
2024-07-09
1
-0
/
+2
*
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
[next]