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
/
checker
/
stmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-1130
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-21
/
+21
*
Remove auto
Ginger Bill
2016-11-23
1
-2
/
+2
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-65
/
+42
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
1
-33
/
+33
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-42
/
+61
*
Support `any` in `match type`
Ginger Bill
2016-11-20
1
-22
/
+52
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
1
-2
/
+2
*
Minor `Entity` refactor
Ginger Bill
2016-10-30
1
-3
/
+5
*
Better constant strings for SSA; Fix Type_Info
Ginger Bill
2016-10-26
1
-1
/
+1
*
Code reorganization - Separate files and slice refactoring
Ginger Bill
2016-10-26
1
-551
/
+5
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
1
-2
/
+2
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-15
/
+29
*
Add Pointer Arithmetic
Ginger Bill
2016-10-12
1
-2
/
+4
*
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...
Ginger Bill
2016-10-10
1
-5
/
+13
*
Very Basic Profiling
Ginger Bill
2016-10-09
1
-6
/
+54
*
SSA - Basic block optimizations
Ginger Bill
2016-10-09
1
-1
/
+1
*
Change from gbArray(T) to Array<T>
Ginger Bill
2016-10-08
1
-60
/
+60
*
Untyped `nil`
Ginger Bill
2016-10-06
1
-19
/
+33
*
Code clean up of call arguments
Ginger Bill
2016-10-03
1
-4
/
+1
*
Refactor: Remove dead code
Ginger Bill
2016-10-02
1
-11
/
+9
*
Allow for constants of compound types
Ginger Bill
2016-10-01
1
-9
/
+19
*
Demo 004
Ginger Bill
2016-09-28
1
-0
/
+6
*
Update Standard Library; Fix Type_Info for integers
Ginger Bill
2016-09-28
1
-3
/
+7
*
Fix minimal dependency for nested entities
Ginger Bill
2016-09-27
1
-6
/
+9
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-43
/
+63
*
Nested procedures are declared inline but bodies checked later
Ginger Bill
2016-09-24
1
-53
/
+25
*
Bug Fixes: some assertions; variable inits;
Ginger Bill
2016-09-24
1
-61
/
+6
*
Any order declarations at procedure scope (except variables)
Ginger Bill
2016-09-24
1
-12
/
+84
*
Fix returns of tuple
Ginger Bill
2016-09-23
1
-15
/
+19
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-0
/
+17
*
enum_to_string fix; enum count, min_value, max_value
Ginger Bill
2016-09-19
1
-3
/
+3
*
enum_to_string
Ginger Bill
2016-09-19
1
-12
/
+32
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
1
-5
/
+5
*
VarDecl and ConstDecl split; error, warning, et al. now global
Ginger Bill
2016-09-17
1
-148
/
+158
*
Call expression, either handle all or ignore all results.
Ginger Bill
2016-09-16
1
-11
/
+51
*
ssa - alloca all variables at the very start
Ginger Bill
2016-09-15
1
-6
/
+8
*
#file #line directives
Ginger Bill
2016-09-15
1
-1
/
+5
*
Fix namespacing issues for #import; allow using ImportName
Ginger Bill
2016-09-14
1
-22
/
+35
*
#import "" as namespace
Ginger Bill
2016-09-14
1
-10
/
+40
*
Begin work on modules - No codegen!!!
Ginger Bill
2016-09-14
1
-7
/
+17
*
Switchable array bounds checking
Ginger Bill
2016-09-12
1
-1
/
+0
*
Some global init cleanup; `volatile` types
Ginger Bill
2016-09-12
1
-1
/
+2
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
1
-2
/
+2
*
Remove AstNode linked lists and replace with arrays
Ginger Bill
2016-09-07
1
-73
/
+78
*
Tagged unions memory layout change; begin demo 002
Ginger Bill
2016-09-04
1
-12
/
+7
*
Type match statement for tagged unions
Ginger Bill
2016-09-04
1
-19
/
+173
*
Typesafe variadic procedures
Ginger Bill
2016-09-03
1
-1
/
+1
*
Runtime assert
Ginger Bill
2016-09-02
1
-3
/
+18
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-65
/
+282
[next]