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
...
|
*
|
|
Checking if entity is exported before checking if it's a procedure group
LeandroLibanio28H
2025-06-02
1
-10
/
+12
|
|
/
/
*
/
/
Fix #5265
Jeroen van Rijn
2025-06-03
1
-52
/
+57
|
/
/
*
|
Add suggestions for `quaternionN` or `complexN` conversions
Feoramund
2025-05-31
1
-1
/
+21
*
|
Add `Suggestion: 'context = runtime.default_context()'`
gingerBill
2025-05-24
1
-0
/
+2
*
|
Remove now unnecessary checks.
Jeroen van Rijn
2025-05-21
1
-6
/
+2
*
|
Fix #5177 - Tweak error messages.
Jeroen van Rijn
2025-05-21
1
-0
/
+10
*
|
-dynamic-literals
Jeroen van Rijn
2025-05-19
1
-1
/
+1
*
|
CHECK 3 done
bogwi
2025-05-05
1
-9
/
+29
*
|
Clarify error messages for types that aren't simply comparable.
Jeroen van Rijn
2025-05-03
1
-5
/
+16
*
|
Fix #5107
Jeroen van Rijn
2025-05-03
1
-1
/
+1
*
|
fixes assigning null as a type if it's an alias but the base type isn't resol...
Laytan Laats
2025-04-30
1
-1
/
+4
*
|
All N-valued (N>=2) expressions in `or_else` expressions
gingerBill
2025-04-29
1
-1
/
+13
|
/
*
Improve `or_else` type inference logic
gingerBill
2025-03-27
1
-6
/
+7
*
Fix #3955
gingerBill
2025-03-07
1
-0
/
+5
*
Fix #4244
gingerBill
2025-03-07
1
-2
/
+1
*
Fix #4909
gingerBill
2025-03-06
1
-0
/
+5
*
Fixed `~` on `bit_set[Some_Enum]` altering the definition of the enum.
Barinzaya
2025-03-02
1
-3
/
+2
*
Allow indirection for swizzling on procedure parameters
gingerBill
2025-02-21
1
-0
/
+5
*
Work on making name mangling deterministic
gingerBill
2025-02-17
1
-1
/
+1
*
Remove transmute suggestion with `-vet-cast` when transmuting native <-> endi...
gingerBill
2025-02-05
1
-1
/
+2
*
Fix #4750
gingerBill
2025-01-31
1
-1
/
+3
*
fix inverted error messages
David Rubin
2025-01-18
1
-4
/
+4
*
Error if -no-thread-local is used in presence of -no-crt on Unix
flysand7
2025-01-17
1
-13
/
+0
*
Added compile-time checks for thread locals with -no-crt
flysand7
2025-01-17
1
-1
/
+14
*
Merge pull request #4601 from Barinzaya/simd_vector_broadcasting
gingerBill
2025-01-06
1
-0
/
+20
|
\
|
*
Added some implicit broadcasting for #simd arrays.
Barinzaya
2024-12-19
1
-0
/
+20
*
|
Make `-no-dynamic-literals` the default now
gingerBill
2025-01-05
1
-16
/
+21
*
|
Add `#+feature dynamic-literals`
gingerBill
2025-01-05
1
-2
/
+8
*
|
Add `#branch_location`
gingerBill
2025-01-01
1
-0
/
+12
|
/
*
Fix #4535
gingerBill
2024-12-02
1
-1
/
+5
*
Fix assert when return value expected.
Jeroen van Rijn
2024-11-28
1
-2
/
+2
*
checker: only error with -vet-cast when it is actually castable
Laytan Laats
2024-11-21
1
-1
/
+4
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-64
/
+0
*
Merge pull request #4394 from seventh-chord/errormessages
gingerBill
2024-11-06
1
-0
/
+9
|
\
|
*
Suggestion when assigning enum to bit_set
Morten Hauke Solvang
2024-10-19
1
-0
/
+9
*
|
Fix previous commit for arrays
gingerBill
2024-11-04
1
-10
/
+9
*
|
Fix bug for `foo().bar` where `foo()` is a 0-value expression
gingerBill
2024-11-04
1
-12
/
+16
*
|
Fix bug caused due to incorrect type checking looking for `context` not defin...
gingerBill
2024-10-27
1
-0
/
+1
|
/
*
Fix #4373
gingerBill
2024-10-13
1
-2
/
+8
*
fix not erroring on invalid ternary
Laytan Laats
2024-10-02
1
-5
/
+0
*
Forbid labelled or-branch expressions within `defer`
Feoramund
2024-09-19
1
-0
/
+4
*
add '#caller_expression'
Laytan Laats
2024-09-14
1
-1
/
+6
*
Add `Suggested Example` for using an inline procedure which enables a target ...
gingerBill
2024-09-12
1
-0
/
+3
*
fix reuse of slice for varargs with poly types
Laytan Laats
2024-09-12
1
-16
/
+17
*
Allow `transmute(Bit_Set)~T(0)`
gingerBill
2024-09-11
1
-1
/
+2
*
Fix #4229 for edge case `os.Error`/`os.Errno` legacy bodge
gingerBill
2024-09-11
1
-1
/
+1
*
Allow ExactValue_Invalid in assert.
fix-4225
Jeroen van Rijn
2024-09-10
1
-1
/
+1
*
Remove extra format item at end of `context` error message
Feoramund
2024-09-01
1
-1
/
+1
*
Fix `new(sync.Mutex)`
gingerBill
2024-08-31
1
-1
/
+1
*
Fix #4156
gingerBill
2024-08-31
1
-1
/
+1
[prev]
[next]