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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.3.0
Ginger Bill
2017-06-07
1
-0
/
+8
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-5
/
+21
*
Allow 128 bit map keys
Ginger Bill
2017-06-05
1
-5
/
+18
*
Allow using on bit fields
Ginger Bill
2017-06-04
1
-3
/
+6
*
Fix enum printing bug
Ginger Bill
2017-06-04
1
-1
/
+1
*
`bit_field`; Lexical sugar operators ≠ ≤ ≥
Ginger Bill
2017-06-03
1
-2
/
+138
*
Remove `quaternion128` and `quaternion256` as core types
Ginger Bill
2017-06-01
1
-190
/
+9
*
Implement u128/i128 features; Add bits.odin
Ginger Bill
2017-06-01
1
-3
/
+3
*
Use 128-bit integers for ExactValue integers
Ginger Bill
2017-05-30
1
-58
/
+41
*
Fix unary expression type check
Ginger Bill
2017-05-28
1
-0
/
+7
*
Experimental try for ABI for return values on windows
Ginger Bill
2017-05-28
1
-0
/
+24
*
Try a different ABI type for return values on Windows
Ginger Bill
2017-05-28
1
-4
/
+64
*
Fix bug with too many field values in a structure literal.
Ginger Bill
2017-05-27
1
-6
/
+5
*
`default:` to `case:`; `no_alias` to `#no_alias`
Ginger Bill
2017-05-27
1
-21
/
+2
*
Fix interval loop constant bug; Fix ir edge checking; Fix vector arithmetic w...
Ginger Bill
2017-05-22
1
-40
/
+29
*
Optional main for DLL; access struct elements by "index"
Ginger Bill
2017-05-17
1
-3
/
+12
*
Reimplement #ordered again
Ginger Bill
2017-05-12
1
-5
/
+8
*
Fix alignment for normal structures to match LLVM
Ginger Bill
2017-05-10
1
-0
/
+1
*
Add %% operator (divisor modulo)
Ginger Bill
2017-05-09
1
-0
/
+4
*
Fix issue #63 for block comments not terminating at an EOF
Ginger Bill
2017-05-09
1
-0
/
+10
*
Add XOR for booleans
Ginger Bill
2017-05-07
1
-18
/
+15
*
Fix calculation of vector type sizes
Ginger Bill
2017-05-04
1
-2
/
+2
*
Add hidden __tag for union variables.
Ginger Bill
2017-05-04
1
-0
/
+6
*
Fix alignment and size bug of enums; Remove #ordered and make the default #or...
Ginger Bill
2017-05-02
1
-1
/
+1
*
Remove check on array/slice/dynamic element size
Ginger Bill
2017-05-02
1
-7
/
+15
*
Unary expression for vector (fix)
Ginger Bill
2017-05-01
1
-1
/
+1
*
Improve vector math; Make bprint* return string
Ginger Bill
2017-05-01
1
-5
/
+96
*
Fix subtype polymorphism implicit conversion
Ginger Bill
2017-04-30
1
-21
/
+29
*
Add type assertion for `any`
Ginger Bill
2017-04-30
1
-25
/
+31
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
1
-116
/
+129
*
Fix issue #51; begin work on `atomic` types
Ginger Bill
2017-04-28
1
-0
/
+12
*
Fix issue #48 dependency issue
Ginger Bill
2017-04-26
1
-6
/
+4
*
`fmt.String_Buffer`, Fix issue #44, Tweak overloading rules
Ginger Bill
2017-04-26
1
-20
/
+45
*
Swap memory layout of `any`
Ginger Bill
2017-04-23
1
-11
/
+19
*
Fix `find_using_index_expr`
Ginger Bill
2017-04-23
1
-17
/
+9
*
Internal change: IntervalExpr is now a BinaryExpr
Ginger Bill
2017-04-22
1
-5
/
+0
*
Fix constant bounds checking for slicing
Ginger Bill
2017-04-22
1
-6
/
+12
*
Continue work on custom SSA; Fix double declaration in `when` statements
Ginger Bill
2017-04-21
1
-1
/
+3
*
Interval expressions for match statements
Ginger Bill
2017-04-21
1
-1
/
+1
*
Change interval syntax: .. open range, ..< half-closed range
Ginger Bill
2017-04-20
1
-0
/
+16
*
Change Union representation for LLVM IR; fix dynamic array size
Ginger Bill
2017-04-19
1
-1
/
+6
*
Fix bug with union literal checking crashing the compiler
Ginger Bill
2017-04-18
1
-3
/
+4
*
Fix procedure calls from non-regular addressing modes
Ginger Bill
2017-04-17
1
-2
/
+4
*
Fix error printing for basic directives
Ginger Bill
2017-04-17
1
-2
/
+10
*
Make the ABI changes only affect windows
Ginger Bill
2017-04-17
1
-35
/
+41
*
Change tag checking order
Ginger Bill
2017-04-16
1
-20
/
+5
*
Fix issue #37 for procedure literal scopes
Ginger Bill
2017-04-16
1
-16
/
+44
*
Add `#require_results` for procedures
Ginger Bill
2017-04-16
1
-1
/
+1
*
Calling convention, change from bitcast to transmute
Ginger Bill
2017-04-16
1
-0
/
+1
*
IR emit C ABI compatible types for calling conventions (Only for x86/amd64 li...
Ginger Bill
2017-04-16
1
-0
/
+58
[next]