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
...
*
#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
*
Change from gbArray(T) to Array<T>
Ginger Bill
2016-10-08
4
-209
/
+210
*
"Maybe-fy" operator
Ginger Bill
2016-10-08
1
-2
/
+28
*
Demaybe operator ?
Ginger Bill
2016-10-07
2
-32
/
+49
*
Maybe types; value, ok := maybe_value(x)
Ginger Bill
2016-10-06
3
-41
/
+142
*
Untyped `nil`
Ginger Bill
2016-10-06
5
-112
/
+241
*
Code clean up of call arguments
Ginger Bill
2016-10-03
2
-128
/
+96
*
Refactor: Remove dead code
Ginger Bill
2016-10-02
3
-99
/
+70
*
Allow for constants of compound types
Ginger Bill
2016-10-01
1
-9
/
+19
*
Const Aggregate Literals for IR; Module path fix
Ginger Bill
2016-09-30
1
-2
/
+6
*
Begin work on const llvm aggregate literals
Ginger Bill
2016-09-30
3
-18
/
+45
*
using on indexable field; Auto deref for (Index|Slice)Expr
Ginger Bill
2016-09-29
3
-52
/
+104
*
Demo 004
Ginger Bill
2016-09-28
3
-20
/
+30
*
Update Standard Library; Fix Type_Info for integers
Ginger Bill
2016-09-28
2
-4
/
+9
*
Fix minimal dependency for nested entities
Ginger Bill
2016-09-27
3
-8
/
+16
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
5
-252
/
+361
*
Nested procedures are declared inline but bodies checked later
Ginger Bill
2016-09-24
2
-56
/
+26
*
Bug Fixes: some assertions; variable inits;
Ginger Bill
2016-09-24
4
-84
/
+21
[prev]
[next]