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
*
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
*
Improve type inference for variadic parameters
gingerBill
2019-05-04
1
-3
/
+25
*
Fix parapoly related bugs #370
gingerBill
2019-05-04
1
-10
/
+23
*
`#load` directive (request from #368) (Basic implementation)
gingerBill
2019-04-20
1
-1
/
+71
*
Disallow ambiguous singularly variadic polymorphic parameters #361
gingerBill
2019-03-30
1
-2
/
+30
*
Allow implicit selectors to unions with only one enum variant
gingerBill
2019-03-24
1
-12
/
+36
*
Disallow casting to and from cstring/pointers
gingerBill
2019-03-19
1
-4
/
+9
*
Minor code clean up
gingerBill
2019-03-11
1
-1
/
+2
*
Add type inference to index expressions for maps
gingerBill
2019-03-06
1
-1
/
+1
*
Add implicit selector expressions for in/notin
gingerBill
2019-03-06
1
-1
/
+13
*
Implicit Selector Expressions: `.A`
gingerBill
2019-03-06
1
-2
/
+47
*
Replace `foreign export {}` with `@export`
gingerBill
2019-02-23
1
-0
/
+16
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
1
-0
/
+54
*
Disallow compound literals for `struct #raw_union` (fix)
gingerBill
2019-02-19
1
-1
/
+1
*
Fix subtyping rules for heavily nested `using` in structs
gingerBill
2019-01-24
1
-11
/
+15
*
Remove dead code
gingerBill
2019-01-24
1
-7
/
+0
*
min & max for types
gingerBill
2018-12-27
1
-2
/
+126
*
`notin` operator
gingerBill
2018-12-21
1
-3
/
+16
*
Fix constant out of bounds bug
gingerBill
2018-12-15
1
-2
/
+2
*
Remove weird bit_set shorthand; Add extra type hinting
gingerBill
2018-12-15
1
-2
/
+2
*
Disallow casting between `cstring` and `[]u8`
gingerBill
2018-12-14
1
-3
/
+3
*
Fix polymorphic record types with constant value parameters
gingerBill
2018-12-14
1
-14
/
+4
*
Fix polymorphic procedure generation with debug information
gingerBill
2018-12-14
1
-3
/
+10
*
Fix polymorphic type parameter argument count checking #298
gingerBill
2018-12-14
1
-0
/
+12
*
Fix issue with mixture of named and unnamed parameters for a struct literal
gingerBill
2018-12-14
1
-90
/
+91
*
Remove dummy testing code
gingerBill
2018-12-08
1
-7
/
+0
*
Fix BigInt normalization issue #293
gingerBill
2018-12-08
1
-0
/
+7
*
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...
gingerBill
2018-12-02
1
-2
/
+2
*
Endian specific integers: e.g. i32 i32le i32be
gingerBill
2018-12-02
1
-0
/
+13
*
Fix poly proc determination by cloning the signature node
gingerBill
2018-11-25
1
-3
/
+3
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
1
-4
/
+42
*
Fix Issue with referencing a polymorphic struct in another package referencin...
gingerBill
2018-11-25
1
-8
/
+12
*
Fix compile time bounds check test
gingerBill
2018-11-23
1
-2
/
+2
*
Allow `opaque` to be polymorphic
gingerBill
2018-11-17
1
-0
/
+5
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-0
/
+12
*
Built-in procedure `#defined`
gingerBill
2018-10-27
1
-1
/
+56
*
Move atomic intrinsics to the new built-in package intrinsics
gingerBill
2018-10-20
1
-2
/
+3
*
__atomic_* "intrinsics" using LLVM instructions
gingerBill
2018-10-17
1
-3
/
+143
*
Remove AstTypeType
gingerBill
2018-10-13
1
-9
/
+0
*
Fix runtime proc names; Change calling convention of `context` parameter
gingerBill
2018-09-15
1
-7
/
+7
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
1
-32
/
+34
[next]