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
...
*
Allow casting to and from rawptr and cstring #249
gingerBill
2018-08-22
1
-2
/
+10
*
Improve min dep for min/max/abs/clamp
gingerBill
2018-08-21
1
-8
/
+8
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
1
-23
/
+46
*
All enums in array indices
gingerBill
2018-08-17
1
-1
/
+1
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-4
/
+7
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-9
/
+18
*
Constant evaluation for `in` expression for `bit_set`s
gingerBill
2018-08-16
1
-0
/
+16
*
Fix defer ir bug
gingerBill
2018-08-15
1
-4
/
+4
*
Fix issue #244 with constant array comparisons
gingerBill
2018-08-14
1
-1
/
+5
*
Improve type hinting for compound literals
gingerBill
2018-08-14
1
-1
/
+13
*
Cleaning type hinting for assignments
gingerBill
2018-08-14
1
-6
/
+6
*
Fix demo and improve type hinting
gingerBill
2018-08-14
1
-0
/
+58
*
Minor sanity features for `bit_set`
gingerBill
2018-08-14
1
-12
/
+6
*
Fix assigning issue for bit sets
gingerBill
2018-08-14
1
-3
/
+3
*
`bit_set` constants
gingerBill
2018-08-14
1
-2
/
+72
*
Add `bit_set` type
gingerBill
2018-08-14
1
-31
/
+83
*
Fix map addressing mode bug
gingerBill
2018-08-10
1
-0
/
+2
*
`auto_cast` for named parameters
gingerBill
2018-08-09
1
-3
/
+11
*
`auto_cast` prefix for procedure parameters
gingerBill
2018-08-09
1
-3
/
+14
*
`make` as a user-level procedure rather than a built-in procedure
gingerBill
2018-08-08
1
-439
/
+45
*
Refactor default parameter values
gingerBill
2018-08-05
1
-17
/
+6
*
Fix cstring cast operation
gingerBill
2018-08-05
1
-1
/
+1
*
Replace `context <- c {}` with `context = c;`. context assignments are scope...
gingerBill
2018-08-04
1
-2
/
+15
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-3
/
+1
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
1
-1
/
+15
*
`expand_to_tuple` for fixed arrays
gingerBill
2018-07-28
1
-7
/
+15
*
Fix typos
gingerBill
2018-07-28
1
-1
/
+1
*
BigInt support in the constant system
gingerBill
2018-07-28
1
-111
/
+136
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-0
/
+17
*
Loop array arithmetic on large arrays
gingerBill
2018-07-07
1
-43
/
+36
*
Scope to use flags rathers than booleans
gingerBill
2018-06-17
1
-4
/
+4
*
Minor cleanup for builtin scope/pkg
gingerBill
2018-06-17
1
-1
/
+0
*
Clean up import lookup code
gingerBill
2018-06-17
1
-13
/
+1
*
Allow importation of `core:builtin` to get built-in entities
gingerBill
2018-06-17
1
-3
/
+5
*
Move TypeAndValue to Ast from Map
gingerBill
2018-06-17
1
-1
/
+1
*
Rename `clone_ast_node` to `clone_ast`
gingerBill
2018-06-17
1
-3
/
+3
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-154
/
+154
*
Fix bitwise not for signed integers
gingerBill
2018-06-15
1
-1
/
+1
*
Fix cyclic polymorphic procedure usage and improve its error message
gingerBill
2018-06-15
1
-12
/
+26
*
Allow `.allocator` for dynamic arrays; Add `mem.Pool`
gingerBill
2018-06-12
1
-0
/
+3
*
Allow for base enum type with an enum declaration
gingerBill
2018-06-11
1
-0
/
+6
*
Use global arena for AstNode allocations
gingerBill
2018-06-09
1
-1
/
+1
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-87
/
+5
*
Fix min type info for polymorphic procedures and named types
gingerBill
2018-06-03
1
-0
/
+3
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-3
/
+2
*
Split up `init_preload` into specific parts
gingerBill
2018-06-03
1
-6
/
+6
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
1
-4
/
+4
*
Remove dead code from checker
gingerBill
2018-06-02
1
-3
/
+0
*
Remove clutter parameters and begin parallelizing the type checker
gingerBill
2018-05-28
1
-10
/
+10
*
Refactor: use CheckerContext rather than Checker in type checking part
gingerBill
2018-05-28
1
-153
/
+152
[prev]
[next]