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_expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Disable the need for mutexes in single threaded checker stage
gingerBill
2024-07-15
1
-1
/
+3
*
Improve error message
gingerBill
2024-07-14
1
-1
/
+1
*
Disallow global use of target specific procedure calls
gingerBill
2024-07-14
1
-6
/
+9
*
Mock out `#no_capture` for future use
gingerBill
2024-07-14
1
-7
/
+6
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
1
-0
/
+17
*
Merge pull request #3898 from laytan/fix-enable-target-features-for-poly-procs
gingerBill
2024-07-10
1
-7
/
+9
|
\
|
*
fix require/enable target feature attribute on poly procs
Laytan Laats
2024-07-09
1
-7
/
+9
*
|
fix optimization mode, cold, and disabled not being applied to poly procs
Laytan Laats
2024-07-09
1
-0
/
+10
|
/
*
Forbid `$T=` parameter from crashing compiler
Feoramund
2024-07-06
1
-1
/
+11
*
Remove `when` check in `check_entity_from_ident_or_selector`
gingerBill
2024-07-04
1
-2
/
+2
*
Allow `x :: y when cond else proc(...){...}`
gingerBill
2024-07-04
1
-1
/
+21
*
Sanity check for a `nullptr`
gingerBill
2024-07-01
1
-1
/
+3
*
Fix #3515
gingerBill
2024-07-01
1
-7
/
+16
*
Fix showing error when not meant to
gingerBill
2024-07-01
1
-1
/
+3
*
Add support for `make(#soa[]T)` etc
gingerBill
2024-07-01
1
-2
/
+77
*
Merge pull request #3842 from karl-zylinski/fix-poly-bitset-size
Jeroen van Rijn
2024-06-30
1
-0
/
+10
|
\
|
*
Make types like bit_set[$T] have their upper and lower bits overwritten by up...
Karl Zylinski
2024-06-30
1
-0
/
+10
*
|
Add another `-vet-cast` check
gingerBill
2024-06-29
1
-11
/
+11
*
|
Add check for integer casts
gingerBill
2024-06-29
1
-8
/
+15
*
|
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
1
-12
/
+26
*
|
Rename `-vet-identical-cast` to `-vet-cast`; with minor code clean up
gingerBill
2024-06-29
1
-8
/
+8
*
|
Add `-vet-identical-cast`
Feoramund
2024-06-28
1
-2
/
+21
|
/
*
Properly fix #3820
gingerBill
2024-06-28
1
-2
/
+7
*
Fix print segfault by missing argument in `or_*` shadowed error
Feoramund
2024-06-22
1
-1
/
+1
*
Add `#directory`
gingerBill
2024-06-20
1
-0
/
+8
*
Fix #3768
gingerBill
2024-06-20
1
-0
/
+5
*
Fix `bit_set` construction crash on constant non-integer field
Feoramund
2024-06-16
1
-1
/
+3
*
Fix #3739
Feoramund
2024-06-12
1
-1
/
+1
*
Check to see if matrices are exactly the same type
gingerBill
2024-06-12
1
-2
/
+3
*
Improve matrix type hinting rules a little
gingerBill
2024-06-12
1
-0
/
+2
*
Add `intrinsics.procedure_of`
gingerBill
2024-06-10
1
-0
/
+1
*
Fix typo in a `#force_inline` error message
Feoramund
2024-06-10
1
-1
/
+1
*
Re Fix #3713
gingerBill
2024-06-09
1
-1
/
+5
*
Add edge case to `error_operand_no_value`
gingerBill
2024-06-09
1
-10
/
+23
*
Fix #3713
gingerBill
2024-06-09
1
-9
/
+8
*
Try to fix a possible race condition with polymorphic record parameters
gingerBill
2024-06-06
1
-8
/
+3
*
Fix #3682
gingerBill
2024-06-05
1
-0
/
+7
*
Merge pull request #3673 from laytan/implement-foreign-import-improvements-on...
gingerBill
2024-06-04
1
-0
/
+2
|
\
|
*
use `#exists` to provide good errors for common missing libraries
Laytan Laats
2024-06-04
1
-0
/
+1
|
*
implement `#exists(path)`
Laytan Laats
2024-06-04
1
-0
/
+1
*
|
Improve error message suggestion for passing enums to integers
gingerBill
2024-06-04
1
-1
/
+13
|
/
*
Initial hash directive implementation
Dudejoe870
2024-05-28
1
-1
/
+2
*
Fix #3630 (first part)
gingerBill
2024-05-26
1
-1
/
+1
*
Be very particular with the cases for the error notes
gingerBill
2024-05-22
1
-16
/
+15
*
Improve errors a lot for assigning procedures of the wrong signature
gingerBill
2024-05-22
1
-2
/
+47
*
Fix indexing type when using a `#row_major` matrix
gingerBill
2024-05-20
1
-2
/
+7
*
Remove constant indexing for `matrix` value propagation
gingerBill
2024-05-20
1
-1
/
+1
*
Fix #3514 along with `soa.a[i]` bounds checking
gingerBill
2024-05-16
1
-2
/
+2
*
Remove the old switch/for semantics entirely and enforce `switch &x in y`
gingerBill
2024-05-16
1
-33
/
+13
*
Fix #3516
gingerBill
2024-05-13
1
-0
/
+11
[prev]
[next]