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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update version string
v0.0.3d
Ginger Bill
2016-11-28
1
-1
/
+1
*
Fix slicing and add clamp
Ginger Bill
2016-11-28
5
-21
/
+132
*
Update demo.odin
Ginger Bill
2016-11-28
1
-5
/
+3
*
#rune "" to ''; Remove infix and postfix call notation
Ginger Bill
2016-11-28
19
-324
/
+371
*
Fix parsing for comments; add global ODIN_* string constants
Ginger Bill
2016-11-24
5
-57
/
+12
*
Add logo to README.md
v0.0.3c
Ginger Bill
2016-11-23
1
-1
/
+1
*
Numpty forgot to add .c files
Ginger Bill
2016-11-23
22
-0
/
+23799
*
Update README.md
Ginger Bill
2016-11-23
1
-19
/
+47
*
Update README.md and roadmap.md
Ginger Bill
2016-11-23
3
-4
/
+10
*
Merge branch 'master' into cpp-to-c
Ginger Bill
2016-11-23
0
-0
/
+0
|
\
|
*
Swap b32 to bool, et al.
Ginger Bill
2016-11-23
19
-613
/
+253
*
|
Fix import/export rules for #import as .
Ginger Bill
2016-11-23
5
-121
/
+164
*
|
Change extensions .cpp to .c
Ginger Bill
2016-11-23
21
-23843
/
+1
*
|
Compile as C! Whoop!
Ginger Bill
2016-11-23
19
-222
/
+231
*
|
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
18
-924
/
+611
|
/
*
128 bit integers
Ginger Bill
2016-11-22
12
-221
/
+568
*
Support `any` in `match type`
Ginger Bill
2016-11-20
8
-135
/
+192
*
v0.0.3 Build
Ginger Bill
2016-11-17
15
-289
/
+2013
*
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
6
-50
/
+133
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
12
-198
/
+296
*
Add general timings for sections of the compiler
Ginger Bill
2016-11-14
4
-10
/
+78
*
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
7
-1194
/
+1358
*
File restructure (again)
Ginger Bill
2016-11-02
60
-5377
/
+7969
*
Interpreter - bounds checking
Ginger Bill
2016-10-31
3
-14
/
+72
*
Interpreter - Structs and Arrays
Ginger Bill
2016-10-30
7
-100
/
+436
*
Interpreter - call internal procedures
Ginger Bill
2016-10-30
4
-0
/
+582
*
Begin work on the Interpreter
Ginger Bill
2016-10-30
6
-19
/
+34
*
Minor `Entity` refactor
Ginger Bill
2016-10-30
18
-191
/
+298
*
Better constant strings for SSA; Fix Type_Info
Ginger Bill
2016-10-26
12
-294
/
+420
*
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
2
-4
/
+4
*
Fix Type_Info bug overwriting type_info data.
Ginger Bill
2016-10-23
8
-109
/
+204
*
Separation of certain instructions for better clarity.
Ginger Bill
2016-10-23
6
-423
/
+490
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
15
-215
/
+280
*
Minor Style Fixes
Ginger Bill
2016-10-22
20
-195
/
+287
*
union_cast
Ginger Bill
2016-10-16
8
-53
/
+292
*
Fix exact value bug when updating expressions
Ginger Bill
2016-10-16
8
-52
/
+86
*
Update ImplicitValue "architecture"
Ginger Bill
2016-10-15
10
-90
/
+131
*
Add Pointer Arithmetic
Ginger Bill
2016-10-12
12
-173
/
+414
*
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...
Ginger Bill
2016-10-10
15
-6908
/
+226
*
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
4
-143
/
+260
[next]