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
*
Remove else check for untyped to typed
gingerBill
2026-01-29
1
-2
/
+4
*
Add `struct #simple` to force a struct to use simple comparison if all of the...
gingerBill
2026-01-29
1
-2
/
+4
*
Fix constant indexing within a call that doesn't exist
gingerBill
2026-01-26
1
-0
/
+5
*
Use `context.assertion_failure_proc` with type assertions when the `context` ...
gingerBill
2026-01-26
1
-2
/
+14
*
Merge pull request #6159 from Barinzaya/fix-const-bitset-contains
Jeroen van Rijn
2026-01-24
1
-4
/
+8
|
\
|
*
Fixed some issues with `in` and `not_in` on constant `bit_set`s.
Barinzaya
2026-01-23
1
-4
/
+8
*
|
Fix #6126
Jeroen van Rijn
2026-01-24
1
-2
/
+2
|
/
*
Minor rearrange of `check_is_operand_compound_lit_constant` for future optimi...
gingerBill
2026-01-22
1
-7
/
+14
*
Merge pull request #6119 from slowhei/master
gingerBill
2026-01-16
1
-1
/
+5
|
\
|
*
Fix assertion error when imported proc groups are passed as proc arguments
Tohei Ichikawa
2026-01-10
1
-1
/
+5
*
|
Add `#must_tail` and `"preserve/none"` calling convention
gingerBill
2026-01-15
1
-5
/
+8
*
|
Add `#must_tail` (similar syntax to `#force_inline`
gingerBill
2026-01-15
1
-3
/
+27
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2026-01-11
1
-17
/
+6
|
\
\
|
*
|
Fix regression in #6118
ske
2026-01-10
1
-1
/
+1
|
|
/
|
*
Fix constant conversion checks (#6104)
ske
2026-01-07
1
-17
/
+6
*
|
Fix `#type` not being handled as in normal expressions
gingerBill
2026-01-11
1
-0
/
+9
|
/
*
Fix auto objc_msgSend incorrectly treating certain class methods as instance ...
Harold Brenes
2025-12-29
1
-8
/
+3
*
Do naive compound literal comparison for $ parameters to parapoly procedures
gingerBill
2025-12-15
1
-0
/
+19
*
Remove debug string
gingerBill
2025-12-15
1
-4
/
+0
*
Propagate array arithmetic fix
gingerBill
2025-12-15
1
-1
/
+4
*
Present constant array arithmetic error correctly
gingerBill
2025-12-15
1
-1
/
+5
*
Fix #6003
gingerBill
2025-12-09
1
-5
/
+3
*
Improve error positioning for `#all_or_none`
gingerBill
2025-11-06
1
-2
/
+8
*
Add `#all_or_none`
gingerBill
2025-11-05
1
-0
/
+45
*
Improve error handling for #5506
gingerBill
2025-11-02
1
-2
/
+48
*
Fix #5506
gingerBill
2025-11-02
1
-0
/
+14
*
Add short-circuit for `check_cast_internal`
gingerBill
2025-10-10
1
-2
/
+9
*
Fix #5778
gingerBill
2025-10-10
1
-9
/
+16
*
Merge pull request #5739 from Creativty/master
gingerBill
2025-10-07
1
-2
/
+0
|
\
|
*
Fix proc group named operands issue #4971
xenobas
2025-10-01
1
-2
/
+0
*
|
Merge pull request #5757 from Creativty/fix_out_of_place_default_params_exclu...
gingerBill
2025-10-07
1
-1
/
+0
|
\
\
|
*
|
Fix non infix params with default value exclusion counting
xenobas
2025-10-05
1
-1
/
+0
*
|
|
Merge pull request #5727 from harold-b/hb.intrinsics.objc_super
gingerBill
2025-10-05
1
-0
/
+73
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Automatically emit objc_msgSend calls when calling imported or implemented Ob...
Harold Brenes
2025-09-29
1
-0
/
+73
*
|
|
Remove a debug printf that caused regression
Yhya Ibrahim
2025-10-05
1
-5
/
+0
|
|
/
|
/
|
*
|
Disallow dynamic-literals withint procedure scopes where `context` is not def...
gingerBill
2025-09-30
1
-2
/
+9
|
/
*
Add `-para-poly-diagnostics`
gingerBill
2025-09-29
1
-0
/
+1
*
Disallow constant access `x.y` on `struct #raw_union`
gingerBill
2025-09-29
1
-2
/
+6
*
Rudimentary support for some constant `struct #raw_union`
gingerBill
2025-09-29
1
-1
/
+1
*
Add more `check_is_operand_compound_lit_constant` uses
gingerBill
2025-09-28
1
-4
/
+16
*
Fix constant `union{proc()}`
gingerBill
2025-09-28
1
-0
/
+15
*
Allow for constant `[]typeid`
gingerBill
2025-09-28
1
-12
/
+15
*
Correct union type checking for constants
gingerBill
2025-09-28
1
-101
/
+107
*
Begin to support constant array of unions
gingerBill
2025-09-28
1
-20
/
+8
*
First step towards constant unions
gingerBill
2025-09-28
1
-1
/
+1
*
Merge pull request #5689 from slowhei/master
gingerBill
2025-09-26
1
-0
/
+4
|
\
|
*
Merge remote-tracking branch 'upstream/master'
Tohei Ichikawa
2025-09-24
1
-5
/
+31
|
|
\
|
*
|
Remove an outdated TODO
Tohei Ichikawa
2025-09-16
1
-2
/
+0
|
*
|
Improve type inferencing of literals when calling proc groups
Tohei Ichikawa
2025-09-15
1
-0
/
+6
*
|
|
Use `RecursiveMutex` to fix a race condition with parapoly records
gingerBill
2025-09-26
1
-3
/
+7
|
|
/
|
/
|
[next]