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
...
*
Fix len of type bug
gingerBill
2020-01-11
1
-0
/
+3
*
Fix Panic with runtime.type_info_base #532
gingerBill
2020-01-11
1
-2
/
+6
*
Improve minimum dependency for complex numbers and quaternion numbers.
gingerBill
2020-01-04
1
-0
/
+16
*
Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematics
gingerBill
2020-01-01
1
-0
/
+42
*
Fix constant out of bounds bug
gingerBill
2019-12-29
1
-5
/
+4
*
Disallow enumerated array literals without `field = value`
gingerBill
2019-12-28
1
-0
/
+2
*
Fix enumerated array contiguous error
gingerBill
2019-12-28
1
-6
/
+3
*
Fix enumerated array literal check
gingerBill
2019-12-28
1
-15
/
+4
*
Improve 'cannot slice' error message
gingerBill
2019-12-27
1
-1
/
+3
*
Fix slicing of pointer to array
gingerBill
2019-12-27
1
-1
/
+1
*
Add constant literal expressions
gingerBill
2019-12-27
1
-40
/
+212
*
Fix array lengths with enum value counts.
gingerBill
2019-12-27
1
-0
/
+102
*
Enumerated arrays `[Enum_Type]Elem_Type`
gingerBill
2019-12-27
1
-33
/
+336
*
Fix #514
gingerBill
2019-12-27
1
-2
/
+5
*
Fix https://github.com/odin-lang/Odin/issues/522
gingerBill
2019-12-27
1
-1
/
+3
*
Fix Internal error when accessing polymorphic struct parameters (also provide...
gingerBill
2019-12-22
1
-1
/
+12
*
Also allow #no_bounds_check on an expression #499
gingerBill
2019-12-15
1
-1
/
+19
*
Replace `#vector[N]T` with `#simd[N]T` to reduce confusion #498
gingerBill
2019-12-15
1
-4
/
+4
*
Disallow procedure calls with an associated deferred procedure to be used in ...
gingerBill
2019-12-15
1
-6
/
+56
*
Fix Unable to initialize a typeid field in a struct literal #501
gingerBill
2019-12-15
1
-4
/
+3
*
Remove addressing mode `Addressing_Immutable`
gingerBill
2019-12-01
1
-23
/
+11
*
Fix crash caused by not checking for correct SOA kind on polymorphic parameters
gingerBill
2019-12-01
1
-1
/
+2
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-9
/
+9
*
Disable #soa compound literals
gingerBill
2019-11-21
1
-0
/
+22
*
#soa[dynamic]Type (Experimental)
gingerBill
2019-11-21
1
-0
/
+26
*
`#soa[]Type` (Experimental)
gingerBill
2019-11-21
1
-2
/
+24
*
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
gingerBill
2019-11-19
1
-5
/
+10
*
Add `intrinsics.type_is_unsigned`
gingerBill
2019-11-10
1
-0
/
+2
*
Remove debug message
gingerBill
2019-11-09
1
-1
/
+0
*
Fix Compile time assert on non-constant boolean parameters #467
gingerBill
2019-11-09
1
-1
/
+2
*
Fix "Polymorphic parameter declared in return type doesn't compile #464" by g...
gingerBill
2019-11-05
1
-2
/
+6
*
Fix typeid comparison bug; Add extra messages for pointer address errors
gingerBill
2019-11-03
1
-1
/
+13
*
Add SOA Struct Layout (experimental) to demo.odin
gingerBill
2019-11-03
1
-0
/
+1
*
SOA support of Structures and Arrays; Runtime information for SOA structs; fm...
gingerBill
2019-11-03
1
-24
/
+67
*
SOA Struct support `intrinsics.soa_struct`
gingerBill
2019-11-02
1
-1
/
+88
*
Fix range in statement bug caused by incorrectly assigned addressing mode #461
gingerBill
2019-11-02
1
-1
/
+1
*
Fix polymorphic record parameter determination bug caused by polymorphic cons...
gingerBill
2019-10-31
1
-2
/
+0
*
Fix stack overflow bug caused by polymorphic record with polymorphic constant...
gingerBill
2019-10-31
1
-4
/
+4
*
Fix double calling of lhs of logical binary expressions
gingerBill
2019-10-31
1
-2
/
+6
*
Delay determination of procedure abi types until as late as possible to preve...
gingerBill
2019-10-31
1
-2
/
+2
*
Fix procedure group "best fit" algorithm for polymorphic procedures
gingerBill
2019-10-27
1
-16
/
+18
*
New `package math` and `package math/linalg`
gingerBill
2019-10-27
1
-4
/
+24
*
Fix slice and dynamic array lengths determined from ranged compound literals
gingerBill
2019-10-26
1
-5
/
+2
*
Add `ranged_fields_for_array_compound_literals`
gingerBill
2019-10-26
1
-3
/
+6
*
Allow ranges for array-like compound literals
gingerBill
2019-10-26
1
-47
/
+182
*
Allow for cycles in record polymorphic parameters but not in actualized fields
gingerBill
2019-10-26
1
-31
/
+41
*
Fix missing check for zero elements
gingerBill
2019-10-20
1
-2
/
+2
*
Support for named indices for array-like compound literals `{3 = a, 1 = b}`
gingerBill
2019-10-20
1
-22
/
+81
*
Add `instrincs.type_is_valid_map_key`
gingerBill
2019-10-15
1
-0
/
+2
*
Fix missing typeid conversion case for variadic parameters
gingerBill
2019-10-15
1
-0
/
+4
[prev]
[next]