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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.0.4 - `odin build_dll`, atomic.odin, sync.odin
Ginger Bill
2016-12-09
4
-56
/
+87
*
Fix procedure casting; SUBSYSTEM to CONSOLE in linker
Ginger Bill
2016-12-09
1
-0
/
+4
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
2
-20
/
+31
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
6
-34
/
+84
*
Fix enumeration constant expressions; Remove empty file error
Ginger Bill
2016-12-06
1
-8
/
+10
*
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
5
-160
/
+207
*
Fix preload initialization ordering
Ginger Bill
2016-12-04
4
-66
/
+63
*
Change entity collection strategy
Ginger Bill
2016-12-03
3
-12
/
+66
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
4
-121
/
+106
*
Delay importing entities till all other entities are collected
Ginger Bill
2016-11-30
1
-109
/
+132
*
Fix illegal type declaration error
Ginger Bill
2016-11-30
4
-23
/
+33
*
error_node
Ginger Bill
2016-11-30
5
-274
/
+305
*
`when` statement; Better entity collection system (for both local and global)...
Ginger Bill
2016-11-29
4
-185
/
+233
*
Basic `when` statement - Compile time if statement
Ginger Bill
2016-11-29
4
-204
/
+311
*
Fix slicing and add clamp
Ginger Bill
2016-11-28
2
-2
/
+102
*
#rune "" to ''; Remove infix and postfix call notation
Ginger Bill
2016-11-28
3
-24
/
+29
*
Fix parsing for comments; add global ODIN_* string constants
Ginger Bill
2016-11-24
1
-0
/
+5
*
Numpty forgot to add .c files
Ginger Bill
2016-11-23
6
-0
/
+9159
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
6
-9163
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
6
-110
/
+116
*
Remove auto
Ginger Bill
2016-11-23
5
-121
/
+91
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
4
-165
/
+143
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
6
-375
/
+293
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
5
-166
/
+168
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
6
-312
/
+350
*
128 bit integers
Ginger Bill
2016-11-22
3
-135
/
+155
*
Support `any` in `match type`
Ginger Bill
2016-11-20
3
-36
/
+75
*
v0.0.3 Build
Ginger Bill
2016-11-17
1
-1
/
+2
*
Actually fix alignment for vectors
Ginger Bill
2016-11-16
1
-1
/
+1
*
Fix alignment issues with vectors, unions, and raw_unions
Ginger Bill
2016-11-16
3
-22
/
+27
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
5
-12
/
+62
*
Scrap Virtual Machine and begin again
Ginger Bill
2016-11-03
1
-1
/
+25
*
File restructure (again)
Ginger Bill
2016-11-02
1
-6
/
+23
*
Interpreter - Structs and Arrays
Ginger Bill
2016-10-30
1
-1
/
+1
*
Minor `Entity` refactor
Ginger Bill
2016-10-30
6
-72
/
+71
*
Better constant strings for SSA; Fix Type_Info
Ginger Bill
2016-10-26
4
-14
/
+24
*
Code reorganization - Separate files and slice refactoring
Ginger Bill
2016-10-26
5
-603
/
+610
*
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
3
-41
/
+108
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
4
-22
/
+28
*
Minor Style Fixes
Ginger Bill
2016-10-22
4
-71
/
+150
*
union_cast
Ginger Bill
2016-10-16
1
-10
/
+98
*
Fix exact value bug when updating expressions
Ginger Bill
2016-10-16
2
-20
/
+37
*
Update ImplicitValue "architecture"
Ginger Bill
2016-10-15
4
-12
/
+68
*
Add Pointer Arithmetic
Ginger Bill
2016-10-12
4
-48
/
+146
*
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...
Ginger Bill
2016-10-10
5
-92
/
+159
*
Very Basic Profiling
Ginger Bill
2016-10-09
4
-27
/
+134
*
SSA - Basic block optimizations
Ginger Bill
2016-10-09
1
-1
/
+1
[next]