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
*
Update README.md
v0.0.4
Ginger Bill
2016-12-09
1
-3
/
+4
*
v0.0.4 - `odin build_dll`, atomic.odin, sync.odin
Ginger Bill
2016-12-09
8
-59
/
+91
*
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
2
-1
/
+5
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
6
-109
/
+208
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
11
-102
/
+213
*
Set :: as a single token
Ginger Bill
2016-12-07
2
-113
/
+123
*
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
2
-35
/
+83
*
Go/BCPL style semicolon insertion during tokenizing stage
Ginger Bill
2016-12-05
2
-58
/
+184
*
Remove multiple messages for cyclic type errors.
Ginger Bill
2016-12-05
1
-4
/
+12
*
Fix (Crude) cyclic type checking for arrays and vectors
Ginger Bill
2016-12-04
2
-33
/
+89
*
(Crude) Cyclic Type Checking
Ginger Bill
2016-12-04
6
-161
/
+208
*
Fix preload initialization ordering
Ginger Bill
2016-12-04
8
-154
/
+161
*
Change entity collection strategy
Ginger Bill
2016-12-03
11
-161
/
+205
*
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
[next]