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_stmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
`fmt.String_Buffer`, Fix issue #44, Tweak overloading rules
Ginger Bill
2017-04-26
1
-112
/
+130
*
Fix checking if a procedure terminates for `for` loops.
Ginger Bill
2017-04-25
1
-4
/
+2
*
Internal change: IntervalExpr is now a BinaryExpr
Ginger Bill
2017-04-22
1
-5
/
+7
*
Continue work on custom SSA; Fix double declaration in `when` statements
Ginger Bill
2017-04-21
1
-1
/
+4
*
Interval expressions for match statements
Ginger Bill
2017-04-21
1
-49
/
+110
*
Change interval syntax: .. open range, ..< half-closed range
Ginger Bill
2017-04-20
1
-1
/
+2
*
Add `#require_results` for procedures
Ginger Bill
2017-04-16
1
-3
/
+14
*
Fix addressing mode rules for `match in` statements
Ginger Bill
2017-04-13
1
-1
/
+11
*
Update and regression test old demos
Ginger Bill
2017-04-02
1
-1
/
+3
*
v0.1.3
v0.1.3
Ginger Bill
2017-03-27
1
-9
/
+9
*
Multiple type cases for `match in`
Ginger Bill
2017-03-19
1
-51
/
+48
*
Add branch labels for loops; using list
Ginger Bill
2017-03-19
1
-37
/
+99
*
Refactoring of code: remove `make` prefix on many procedures
Ginger Bill
2017-03-05
1
-1
/
+1
*
Slices now have a capacity.
Ginger Bill
2017-02-26
1
-0
/
+1
*
Ellipsis is now just `..`; Remove half-closed range operator and treat all of...
Ginger Bill
2017-02-26
1
-2
/
+1
*
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...
Ginger Bill
2017-02-26
1
-2
/
+46
*
A decent union type with common fields and variants
Ginger Bill
2017-02-21
1
-6
/
+5
*
Ternary expression (removed if and block expression)
Ginger Bill
2017-02-14
1
-11
/
+0
*
Optional ok for `union_cast` (similar to map indices)
Ginger Bill
2017-02-14
1
-22
/
+18
*
Reimplement `immutable` with different rules.
Ginger Bill
2017-02-14
1
-6
/
+2
*
Fix index assignment rules for indirection
Ginger Bill
2017-02-14
1
-33
/
+52
*
Only check files that have been truly imported.
Ginger Bill
2017-02-11
1
-3
/
+11
*
Remove need for `type` keyword
Ginger Bill
2017-02-10
1
-5
/
+25
*
Fix global maps and initialize the preload types before
Ginger Bill
2017-02-07
1
-1
/
+0
*
Make checking map key exists optional
Ginger Bill
2017-02-06
1
-5
/
+2
*
`map` string keys and `for` iterator
Ginger Bill
2017-02-06
1
-0
/
+5
*
dynamic `map` insertion and lookup
Ginger Bill
2017-02-06
1
-3
/
+7
*
Begin writing dynamic map procs and fix `using` bug in IR
Ginger Bill
2017-02-05
1
-0
/
+8
*
Custom struct alignment
Ginger Bill
2017-02-05
1
-1
/
+1
*
Update code from OSX merge to be consistent with the rest of the code
Ginger Bill
2017-02-01
1
-6
/
+1
*
oh boy, basic osx/unix support
zhiayang
2017-02-02
1
-0
/
+1
*
Change vector memory layout and operations; `for in` vector.
Ginger Bill
2017-01-30
1
-3
/
+5
*
Dynamic arrays
Ginger Bill
2017-01-29
1
-0
/
+7
*
Remove while loop and readd c-style for loops i.e. all loops are just `for`
Ginger Bill
2017-01-27
1
-15
/
+21
*
Fix pointer differences (issue #11); remove #dll_import
Ginger Bill
2017-01-26
1
-4
/
+4
*
Change casting syntax: `cast(T)x` `transmute(T)x` et al.
Ginger Bill
2017-01-25
1
-11
/
+10
*
Fix issue #10
Ginger Bill
2017-01-20
1
-0
/
+9
*
`using` `immutable` `thread_local` on variable declarations
Ginger Bill
2017-01-19
1
-60
/
+64
*
`immutable` field prefix
Ginger Bill
2017-01-19
1
-6
/
+3
*
Closed range `...` (both inclusive); Type comparisons with == and !=
Ginger Bill
2017-01-19
1
-4
/
+11
*
Comma for all field separators; Overloaded procedures follow exportation rules
Ginger Bill
2017-01-17
1
-12
/
+6
*
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
Ginger Bill
2017-01-17
1
-1
/
+3
*
Procedure overloading
Ginger Bill
2017-01-15
1
-14
/
+54
*
Bug fix: comparisons with shifts
Ginger Bill
2017-01-15
1
-8
/
+7
*
File reorganization for checker system.
Ginger Bill
2017-01-07
1
-0
/
+1301