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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
1
-1
/
+5
*
Disable for in over cstring
gingerBill
2018-08-26
1
-1
/
+1
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-18
/
+3
*
Cleaning type hinting for assignments
gingerBill
2018-08-14
1
-1
/
+1
*
Fix demo and improve type hinting
gingerBill
2018-08-14
1
-1
/
+1
*
Minor sanity features for `bit_set`
gingerBill
2018-08-14
1
-1
/
+1
*
Replace `context <- c {}` with `context = c;`. context assignments are scope...
gingerBill
2018-08-04
1
-11
/
+4
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-6
/
+3
*
BigInt support in the constant system
gingerBill
2018-07-28
1
-11
/
+10
*
Minor cleanup for builtin scope/pkg
gingerBill
2018-06-17
1
-2
/
+2
*
Move TypeAndValue to Ast from Map
gingerBill
2018-06-17
1
-2
/
+2
*
Big renaming: `AstNode` to `Ast`
gingerBill
2018-06-17
1
-95
/
+95
*
Minimize AstNode size
gingerBill
2018-06-17
1
-2
/
+3
*
Modify how build settings are handled
gingerBill
2018-06-15
1
-4
/
+0
*
Fix type aliasing comparison; Fix gb_utf8_decode
gingerBill
2018-06-15
1
-3
/
+7
*
Remove `using in` stuff
gingerBill
2018-06-11
1
-147
/
+0
*
Entity aliasing clean up
gingerBill
2018-06-09
1
-11
/
+11
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
1
-3
/
+3
*
Remove clutter parameters and begin parallelizing the type checker
gingerBill
2018-05-28
1
-3
/
+3
*
Refactor: use CheckerContext rather than Checker in type checking part
gingerBill
2018-05-28
1
-183
/
+181
*
Remove `tmp_allocator` from `Checker`
gingerBill
2018-05-28
1
-20
/
+16
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-1
/
+1
*
Add file scopes for the packages
gingerBill
2018-05-27
1
-2
/
+2
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
1
-1
/
+4
*
Fix issues with exact integer bounds and remove dead code
gingerBill
2018-05-13
1
-3
/
+1
*
Minimal Type Info Dependency handling
gingerBill
2018-05-12
1
-0
/
+3
*
Improve minimal dependency system
gingerBill
2018-05-12
1
-0
/
+1
*
Move cycle checking to much earlier on in the semantic stage
gingerBill
2018-03-23
1
-10
/
+10
*
Remove allocator parameter to `types.cpp` functions
gingerBill
2018-03-23
1
-1
/
+1
*
Fix type cycle bug
gingerBill
2018-03-23
1
-2
/
+4
*
`array_make`
gingerBill
2018-02-25
1
-60
/
+6
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...
gingerBill
2018-02-25
1
-1
/
+1
*
Minor fix to demo
gingerBill
2018-02-17
1
-4
/
+3
*
Disallow #complete switch ranges
gingerBill
2018-02-17
1
-33
/
+4
*
Commit 1000 🎉🎂
gingerBill
2018-02-17
1
-6
/
+8
*
Fix compile time issue regarding switch ranges
gingerBill
2018-02-17
1
-14
/
+15
*
Clean up range code for switch
gingerBill
2018-02-17
1
-2
/
+2
*
Remove constant from switch for strings
gingerBill
2018-02-17
1
-10
/
+8
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-44
/
+186
*
Fix zero value initialization in IR
gingerBill
2018-02-11
1
-69
/
+23
*
v0.8.0
v0.8.0
gingerBill
2018-02-09
1
-6
/
+5
*
Fix error reporting for assignment to a built-in procedure (#183)
gingerBill
2018-02-07
1
-1
/
+3
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-110
/
+51
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-7
/
+7
*
Fix fallthrough within a nested block
gingerBill
2017-12-17
1
-1
/
+1
*
using x in bar;
gingerBill
2017-12-17
1
-6
/
+150
*
Localize checker data
gingerBill
2017-12-12
1
-1
/
+1
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-0
/
+6
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-157
/
+156
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-12
/
+0
[prev]
[next]