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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
9
-258
/
+300
*
Delay importing entities till all other entities are collected
Ginger Bill
2016-11-30
2
-114
/
+138
*
Fix illegal type declaration error
Ginger Bill
2016-11-30
6
-33
/
+46
*
error_node
Ginger Bill
2016-11-30
7
-308
/
+376
*
`when` statement; Better entity collection system (for both local and global)...
Ginger Bill
2016-11-29
5
-237
/
+288
*
Basic `when` statement - Compile time if statement
Ginger Bill
2016-11-29
8
-311
/
+550
*
Update version string
v0.0.3d
Ginger Bill
2016-11-28
1
-1
/
+1
*
Fix slicing and add clamp
Ginger Bill
2016-11-28
3
-18
/
+129
*
#rune "" to ''; Remove infix and postfix call notation
Ginger Bill
2016-11-28
13
-269
/
+285
*
Fix parsing for comments; add global ODIN_* string constants
Ginger Bill
2016-11-24
3
-14
/
+10
*
Numpty forgot to add .c files
Ginger Bill
2016-11-23
20
-0
/
+23797
*
Fix import/export rules for #import as .
Ginger Bill
2016-11-23
2
-81
/
+132
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
20
-23842
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
18
-218
/
+227
*
Remove auto
Ginger Bill
2016-11-23
12
-667
/
+608
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
12
-308
/
+286
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
17
-698
/
+519
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
14
-433
/
+536
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
16
-920
/
+607
*
128 bit integers
Ginger Bill
2016-11-22
8
-157
/
+307
*
Support `any` in `match type`
Ginger Bill
2016-11-20
5
-76
/
+133
*
v0.0.3 Build
Ginger Bill
2016-11-17
3
-8
/
+14
*
Actually fix alignment for vectors
Ginger Bill
2016-11-16
2
-7
/
+37
*
Fix alignment issues with vectors, unions, and raw_unions
Ginger Bill
2016-11-16
5
-50
/
+117
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
8
-190
/
+279
*
Add general timings for sections of the compiler
Ginger Bill
2016-11-14
1
-9
/
+9
*
Separate SSA opt; Basic Timings for sections only
Ginger Bill
2016-11-06
7
-159
/
+637
*
Scrap Virtual Machine and begin again
Ginger Bill
2016-11-03
6
-1193
/
+1352
*
File restructure (again)
Ginger Bill
2016-11-02
58
-5367
/
+7947
*
Interpreter - bounds checking
Ginger Bill
2016-10-31
2
-13
/
+69
*
Interpreter - Structs and Arrays
Ginger Bill
2016-10-30
5
-94
/
+404
*
Interpreter - call internal procedures
Ginger Bill
2016-10-30
3
-0
/
+577
*
Begin work on the Interpreter
Ginger Bill
2016-10-30
5
-18
/
+32
*
Minor `Entity` refactor
Ginger Bill
2016-10-30
17
-185
/
+297
*
Better constant strings for SSA; Fix Type_Info
Ginger Bill
2016-10-26
11
-293
/
+417
*
Code reorganization - Separate files and slice refactoring
Ginger Bill
2016-10-26
19
-5556
/
+5576
*
Fix double declarations with enum bug
Ginger Bill
2016-10-26
1
-2
/
+4
*
Fix Type_Info bug overwriting type_info data.
Ginger Bill
2016-10-23
7
-107
/
+201
*
Separation of certain instructions for better clarity.
Ginger Bill
2016-10-23
4
-421
/
+485
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
14
-214
/
+279
*
Minor Style Fixes
Ginger Bill
2016-10-22
14
-153
/
+258
*
union_cast
Ginger Bill
2016-10-16
6
-33
/
+256
*
Fix exact value bug when updating expressions
Ginger Bill
2016-10-16
4
-38
/
+63
*
Update ImplicitValue "architecture"
Ginger Bill
2016-10-15
7
-72
/
+122
*
Add Pointer Arithmetic
Ginger Bill
2016-10-12
8
-71
/
+220
*
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...
Ginger Bill
2016-10-10
9
-139
/
+210
*
Very Basic Profiling
Ginger Bill
2016-10-09
9
-73
/
+286
*
SSA - Dominator Tree Builder
Ginger Bill
2016-10-09
2
-181
/
+528
*
SSA - Basic block optimizations
Ginger Bill
2016-10-09
5
-72
/
+164
*
SSA Phi Node Support
Ginger Bill
2016-10-08
3
-142
/
+259
[prev]
[next]