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
*
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
|
|
/
|
/
|
*
|
Remove unused variable
gingerBill
2025-09-19
1
-1
/
+0
*
|
Remove debug message
gingerBill
2025-09-19
1
-8
/
+8
*
|
Allow unions with one variant to be constant
gingerBill
2025-09-19
1
-1
/
+27
*
|
`Entity *` to `std::atomic<Entity *>` to remove the need for a PtrMap+Mutex
gingerBill
2025-09-19
1
-4
/
+5
|
/
*
Minimize mutex usage when in single threaded mode.
gingerBill
2025-09-10
1
-5
/
+5
*
Use a `RwMutex` instead of `BlockingMutex`
gingerBill
2025-09-10
1
-3
/
+2
*
More thread contention removal
gingerBill
2025-09-10
1
-1
/
+1
*
Use macro instead of a C++ iterator - for speed
gingerBill
2025-09-10
1
-1
/
+1
*
Move more from `heap_allocator()` to `temporary_allocator()`
gingerBill
2025-09-10
1
-14
/
+11
*
Minimize more thread contention
gingerBill
2025-09-10
1
-9
/
+7
*
Minor clean up of permanent/temporary arena usage
gingerBill
2025-09-10
1
-8
/
+7
*
Fix constant procedure parameters when passing literals
gingerBill
2025-09-09
1
-1
/
+9
*
formatting
smoke-y
2025-09-05
1
-6
/
+4
*
proc at type lvl seg fault
smoke-y
2025-09-05
1
-4
/
+6
*
skip errors on polymorphic procs when in a proc group with other options
A1029384756
2025-08-28
1
-0
/
+2
*
Fix bug with `$fn: proc()` when passed with a global variable
gingerBill
2025-08-18
1
-0
/
+8
*
Add `-integer-division-by-zero:all-bits`
gingerBill
2025-08-10
1
-6
/
+25
[next]