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 `intrinsics.alloca`
gingerBill
2020-08-02
1
-0
/
+54
*
Add `-no-dynamic-literals` to disallow dynamic array and map literals
gingerBill
2020-07-14
1
-5
/
+18
*
Fix #696
gingerBill
2020-07-14
1
-0
/
+8
*
Fix Addressing_OptionalOk selector expression rules for struct field variables
gingerBill
2020-07-08
1
-6
/
+9
*
Add `intrinsics.type_proc_parameter_type`; Add `intrinsics.type_proc_return_t...
gingerBill
2020-07-01
1
-3
/
+121
*
Fix LLVM code gen bug
gingerBill
2020-06-22
1
-2
/
+2
*
Fix compound literals for constant procedure fields
gingerBill
2020-06-11
1
-0
/
+3
*
Fix #439
gingerBill
2020-06-10
1
-3
/
+16
*
Fix #648
gingerBill
2020-06-10
1
-1
/
+8
*
Update logic for slice literals, backing array to be on the stack if possible...
gingerBill
2020-06-08
1
-5
/
+15
*
Improve termination rules checking for missing `return`; Make diverging proce...
gingerBill
2020-06-06
1
-2
/
+2
*
Fix #659 Compiler error when indexing constant slices
gingerBill
2020-05-31
1
-3
/
+30
*
Add intrinsics.type_is_comparable; Add sort.linear_search
gingerBill
2020-05-23
1
-0
/
+2
*
Add `"pure"` procedure types
gingerBill
2020-05-23
1
-14
/
+32
*
Fix SelectorCallExpr with no return values
gingerBill
2020-05-22
1
-1
/
+3
*
Selector Call Expressions: `x->y(123) == x.y(x, 123)`
gingerBill
2020-05-22
1
-37
/
+168
*
Remove the need for `type_of`, `size_of`, `align_of`, `offset_of` to be keywords
gingerBill
2020-05-22
1
-17
/
+0
*
Relative pointer and relative slices
gingerBill
2020-05-15
1
-0
/
+26
*
Relative pointers
gingerBill
2020-05-15
1
-3
/
+39
*
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
1
-0
/
+6
*
Fix Assertion failure in ir_print_exact_value #620
gingerBill
2020-05-14
1
-7
/
+10
*
Implement Explicit context creation #639
gingerBill
2020-05-14
1
-0
/
+9
*
Implement Allow `.?` operator to unwrap any union #549
gingerBill
2020-05-14
1
-1
/
+20
*
Fix #561 `where` statements that eval to false do not show incorrect usage lo...
gingerBill
2020-05-13
1
-1
/
+31
*
(#594) Add `#config` to replace `#defined`; Restrict `#defined` within proced...
gingerBill
2020-05-13
1
-2
/
+47
*
Replace `entity_of_ident` with `entity_of_node`
gingerBill
2020-05-12
1
-4
/
+4
*
Add experimental atom op tables for llvm-backend
gingerBill
2020-05-02
1
-3
/
+76
*
Fix type assertion bug #619
gingerBill
2020-04-21
1
-3
/
+2
*
Fix `#optional_ok`; Fix `container.Array`
gingerBill
2020-04-19
1
-39
/
+38
*
`#optional_ok` tag for procedures
gingerBill
2020-04-19
1
-1
/
+51
*
Fix LLVM API backend for procedure "constant" values
gingerBill
2020-04-17
1
-1
/
+1
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-29
/
+38
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-11
/
+9
*
Endian specific floating point types (e.g. f32be)
gingerBill
2020-04-11
1
-0
/
+6
*
Add more helpers to `package reflect`
gingerBill
2020-03-27
1
-5
/
+8
*
Merge branch 'master' into llvm-integration
gingerBill
2020-03-26
1
-0
/
+5
|
\
|
*
Allow referencing a compound literal to act like C99
gingerBill
2020-03-26
1
-0
/
+5
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-03-24
1
-1
/
+4
|
\
|
|
*
Allow map indices to be referenced `&m[key]` and return a valid pointer if it...
gingerBill
2020-03-24
1
-1
/
+4
*
|
Fix enum type info generation
gingerBill
2020-03-19
1
-1
/
+11
*
|
Merge branch 'master' into llvm-integration
gingerBill
2020-03-05
1
-0
/
+109
|
\
|
|
*
`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
|
/
[prev]
[next]