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 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
*
Fix Values coerce to typeid #443
gingerBill
2019-10-15
1
-15
/
+1
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-2
/
+20
*
Make `typeid` semantics consistent across variables and constants
gingerBill
2019-10-06
1
-14
/
+47
*
Fix Using any in if statement asserts compiler #441
gingerBill
2019-10-05
1
-1
/
+3
*
Fix Implicit Selector Expressions do not work for parameteric struct paramete...
gingerBill
2019-09-25
1
-1
/
+27
*
Add suggestions to errors on casts and assignments.
gingerBill
2019-09-17
1
-12
/
+81
*
Add `where` clauses to `struct` and `union`
gingerBill
2019-09-08
1
-13
/
+9
*
ThreadPool for the parser
gingerBill
2019-09-01
1
-1
/
+1
*
`where` clauses for procedure literals
gingerBill
2019-08-31
1
-5
/
+110
*
Fix variable dependency ordering issues caused by procedure literals
gingerBill
2019-08-31
1
-1
/
+2
*
Add intrinsincs.type_is_quaternion
gingerBill
2019-08-29
1
-0
/
+2
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-7
/
+235
*
Improve #assert to show the procedure and signature it was called with; Allow...
gingerBill
2019-08-23
1
-1
/
+8
*
Fix `~(1 << x)` type inference bug
gingerBill
2019-08-23
1
-7
/
+10
*
Fix compiler crash with #defined #417
gingerBill
2019-08-13
1
-2
/
+2
*
`package reflect`; fix substring type bug; fix scoping rules for `using` on p...
gingerBill
2019-08-11
1
-1
/
+1
*
Improve implementation of `intrinsics.type_*` procedures
gingerBill
2019-08-04
1
-321
/
+80
*
`intrinsics.type_*` constant evaluation procedures
gingerBill
2019-08-04
1
-1
/
+411
*
Fix `min`, `max`, `clamp` final type bug
gingerBill
2019-08-03
1
-0
/
+6
*
Fix bounds checking on slices for constant parameters
gingerBill
2019-07-15
1
-2
/
+2
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
1
-17
/
+23
*
Improve type hinting for named parameters in call expressions
gingerBill
2019-07-13
1
-6
/
+93
*
Improve type inference for procedure group parameters
gingerBill
2019-07-13
1
-1
/
+66
*
Fix procedure group compiler assert with no matching arguments #393
gingerBill
2019-06-21
1
-43
/
+38
*
Fix double-pointer indexing bug #396
gingerBill
2019-06-21
1
-3
/
+1
*
Fix comparison for bit field values #386
gingerBill
2019-06-21
1
-0
/
+47
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
1
-2
/
+2
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-3
/
+29
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
1
-0
/
+11
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
1
-0
/
+1
*
odin query
gingerBill
2019-05-25
1
-27
/
+39
*
Fix polymorphic procedure return by pointer values #374
gingerBill
2019-05-19
1
-2
/
+12
*
Fix constant representability rules
gingerBill
2019-05-09
1
-6
/
+3
*
Allow comparisons with bit field values
gingerBill
2019-05-09
1
-0
/
+5
*
Fix bug with `clamp`
gingerBill
2019-05-06
1
-1
/
+1
*
Fix ||= and &&=
gingerBill
2019-05-06
1
-28
/
+52
[next]