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
...
|
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-0
/
+109
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-29
1
-0
/
+22
|
\
|
|
*
Add `proc(#const x: Type)` to enforce a constant parameter (but not polymorph...
gingerBill
2020-02-26
1
-0
/
+18
|
*
Add `intrinsics.cpu_relax`
gingerBill
2020-02-26
1
-0
/
+4
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-02-23
1
-3
/
+10
|
\
|
|
*
Improve error message on `using` with procedure parameters #568
gingerBill
2020-02-23
1
-2
/
+5
|
*
Fix #571
gingerBill
2020-02-23
1
-0
/
+2
|
*
Fix #566
gingerBill
2020-02-23
1
-1
/
+3
*
|
Anonymous procedure literal support
gingerBill
2020-02-08
1
-0
/
+1
|
/
*
Add `union #maybe`
gingerBill
2020-02-01
1
-37
/
+61
*
Add suggestions for indexing constant values with a variable index
gingerBill
2020-01-18
1
-0
/
+2
*
Add new intrinsics for polymorphic records:
gingerBill
2020-01-18
1
-9
/
+100
*
Add intrinsics.type_is_specialization_of
gingerBill
2020-01-17
1
-0
/
+30
*
Allow not_in as keyword over notin, but still allow notin to work
gingerBill
2020-01-16
1
-3
/
+3
*
Merge remote-tracking branch 'origin/master'
gingerBill
2020-01-16
1
-0
/
+27
|
\
|
*
Exact value zero value for `T{}` of basic types
gingerBill
2020-01-14
1
-0
/
+27
*
|
Fix constant slice checking, again
gingerBill
2020-01-16
1
-1
/
+1
|
/
*
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
[prev]
[next]