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 README.md
v0.0.4
Ginger Bill
2016-12-09
2
-7
/
+4
*
v0.0.4 - `odin build_dll`, atomic.odin, sync.odin
Ginger Bill
2016-12-09
11
-62
/
+125
*
Fix DllMain and only call main on DLL_PROCESS_ATTACH
Ginger Bill
2016-12-09
2
-21
/
+44
*
Fix procedure casting; SUBSYSTEM to CONSOLE in linker
Ginger Bill
2016-12-09
4
-14
/
+42
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
9
-114
/
+215
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
17
-116
/
+255
*
Set :: as a single token
Ginger Bill
2016-12-07
5
-118
/
+128
*
Fix enumeration constant expressions; Remove empty file error
Ginger Bill
2016-12-06
2
-11
/
+19
*
Improve parsing with semicolon insertion
Ginger Bill
2016-12-06
3
-37
/
+83
*
Go/BCPL style semicolon insertion during tokenizing stage
Ginger Bill
2016-12-05
18
-2930
/
+3049
*
Remove multiple messages for cyclic type errors.
Ginger Bill
2016-12-05
2
-7
/
+15
*
Fix (Crude) cyclic type checking for arrays and vectors
Ginger Bill
2016-12-04
3
-33
/
+100
*
(Crude) Cyclic Type Checking
Ginger Bill
2016-12-04
8
-164
/
+209
*
Fix preload initialization ordering
Ginger Bill
2016-12-04
11
-158
/
+174
*
Change entity collection strategy
Ginger Bill
2016-12-03
13
-325
/
+368
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
29
-3275
/
+3431
*
Delay importing entities till all other entities are collected
Ginger Bill
2016-11-30
4
-293
/
+141
*
Fix illegal type declaration error
Ginger Bill
2016-11-30
6
-33
/
+46
*
error_node
Ginger Bill
2016-11-30
8
-325
/
+394
*
`when` statement; Better entity collection system (for both local and global)...
Ginger Bill
2016-11-29
9
-263
/
+307
*
Basic `when` statement - Compile time if statement
Ginger Bill
2016-11-29
12
-322
/
+578
*
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
[next]