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 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
*
Merge pull request #5556 from odin-lang/bill/division-by-zero
gingerBill
2025-08-10
1
-2
/
+73
|
\
|
*
Add `-integer-division-by-zero:self`
gingerBill
2025-08-08
1
-6
/
+22
|
*
Add `#+feature integer-division-by-zero:<string>`
gingerBill
2025-08-08
1
-4
/
+11
|
*
Define the behaviour of integer division by zero
gingerBill
2025-08-08
1
-2
/
+50
*
|
Merge pull request #5558 from odin-lang/bill/init-fini-changes
gingerBill
2025-08-10
1
-2
/
+6
|
\
\
|
*
|
Improve error message
gingerBill
2025-08-08
1
-2
/
+6
|
|
/
*
|
Do not check for explicit allocators when determining proc in proc group
janga-perlind
2025-08-09
1
-8
/
+10
*
|
Merge pull request #5559 from Creativty/variable_dereference_suggestion
gingerBill
2025-08-08
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add a better suggestion for cases that don't need ^ operator
xenobas
2025-08-08
1
-1
/
+2
*
|
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
1
-1
/
+1
|
\
\
|
*
|
Add `intrinsics.type_is_nearly_simple_compare`
gingerBill
2025-08-04
1
-1
/
+1
*
|
|
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
1
-1
/
+1
*
|
|
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-7
/
+35
*
|
|
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-0
/
+88
|
/
/
*
|
Remove the semantics of `#no_copy`, keep the grammar
gingerBill
2025-07-30
1
-23
/
+0
*
|
Fix issue 5474
Paul-Andre Henegar
2025-07-28
1
-39
/
+35
*
|
Merge pull request #5081 from Lperlind/vet-explicit-allocators
gingerBill
2025-07-22
1
-7
/
+30
|
\
\
|
|
/
|
/
|
[next]