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.6b
Ginger Bill
2017-01-29
4
-22
/
+578
*
Fix untyped to `any` assignments. Fixed crash when arguments with no value ar...
Ginger Bill
2017-01-29
5
-283
/
+13
*
Merge pull request #12 from thebirk/windows-odin-correction
gingerBill
2017-01-28
1
-3
/
+3
|
\
|
*
Changed #foreign user32 to gdi32 where this was wrong.
thebirk
2017-01-28
1
-3
/
+3
|
/
*
Overloaded `free`; 3 dotted ellipsis
v0.0.6a
Ginger Bill
2017-01-28
12
-48
/
+111
*
Fix parsing for block/if expression within if/for/etc. statements
v0.0.6
Ginger Bill
2017-01-27
10
-281
/
+311
*
Remove while loop and readd c-style for loops i.e. all loops are just `for`
Ginger Bill
2017-01-27
11
-127
/
+189
*
`in` keyword for `for` and `match type`
Ginger Bill
2017-01-27
10
-94
/
+98
*
Fix utf8 stuff, Allow _ in numbers, Begin writing next demo code.
Ginger Bill
2017-01-27
9
-91
/
+391
*
Remove case sensitivity for libraries on windows
Ginger Bill
2017-01-26
4
-32
/
+31
*
Library names - Only link with used foreign libraries
Ginger Bill
2017-01-26
14
-251
/
+341
*
Fix pointer differences (issue #11); remove #dll_import
Ginger Bill
2017-01-26
9
-91
/
+145
*
Basic float printing
Ginger Bill
2017-01-26
3
-416
/
+85
*
Change casting syntax: `cast(T)x` `transmute(T)x` et al.
Ginger Bill
2017-01-25
24
-540
/
+655
*
Fix issue #8 - https://github.com/gingerBill/Odin/issues/8
Ginger Bill
2017-01-20
4
-89
/
+66
*
Fix issue #10
Ginger Bill
2017-01-20
7
-127
/
+148
*
`using` `immutable` `thread_local` on variable declarations
Ginger Bill
2017-01-19
10
-194
/
+165
*
`immutable` field prefix
Ginger Bill
2017-01-19
7
-65
/
+87
*
Closed range `...` (both inclusive); Type comparisons with == and !=
Ginger Bill
2017-01-19
7
-266
/
+128
*
Change cast syntax, int(x), []byte(s), (^int)(p)
Ginger Bill
2017-01-17
17
-356
/
+529
*
Fix conversion of untyped integers to pointers
Ginger Bill
2017-01-17
7
-25
/
+130
*
Comma for all field separators; Overloaded procedures follow exportation rules
Ginger Bill
2017-01-17
14
-286
/
+440
*
Best viable overloading procedure algorithm; `no_alias`; call expr style casts
Ginger Bill
2017-01-17
14
-222
/
+366
*
Err on ambiguous overloaded calls
Ginger Bill
2017-01-15
6
-169
/
+168
*
Procedure overloading
Ginger Bill
2017-01-15
8
-140
/
+599
*
Bug fix: comparisons with shifts
Ginger Bill
2017-01-15
9
-409
/
+770
*
Handle enums correctly with printf
Ginger Bill
2017-01-08
3
-59
/
+112
*
"Old style" enums
Ginger Bill
2017-01-08
9
-131
/
+346
*
fmt.printf - Go style due to runtime type safety
Ginger Bill
2017-01-08
3
-357
/
+713
*
File reorganization for checker system.
Ginger Bill
2017-01-07
7
-12
/
+12
*
Fix core library; Disable adding entity definitions for blank identifiers
v0.0.5e
Ginger Bill
2017-01-07
8
-137
/
+56
*
Fix array pointer as iterators; Remove stack allocations in `startup_runtime`
v0.0.5d
Ginger Bill
2017-01-06
5
-37
/
+89
*
Fix build error caused by invalid iterator types in `for`
v0.0.5c
Ginger Bill
2017-01-05
3
-2
/
+8
*
Fix line comments at the end of file
v0.0.5b
Ginger Bill
2017-01-05
2
-2
/
+2
*
Fix checking termination of a procedure
Ginger Bill
2017-01-05
2
-5
/
+70
*
Fix SUBSYSTEM for link.exe
v0.0.5a
Ginger Bill
2017-01-05
3
-2
/
+3
*
v0.0.5a
Ginger Bill
2017-01-05
1
-1
/
+1
*
Fix problem with `odin build`
Ginger Bill
2017-01-05
6
-87
/
+34
*
Rename llir -> ir
Ginger Bill
2017-01-04
14
-7519
/
+7473
*
Fix init_arena_from_context
Ginger Bill
2017-01-03
1
-1
/
+1
*
Removed capacity arguments from `new_slice` and `slice_ptr`
v0.0.5
Ginger Bill
2017-01-03
3
-70
/
+11
*
v0.0.5
Ginger Bill
2017-01-03
8
-33
/
+2080
*
Change prev ssa to llir;
Ginger Bill
2017-01-03
7
-7832
/
+5821
*
Fix `for` interval upper bound check
Ginger Bill
2017-01-03
1
-10
/
+12
*
`while`; `range` is now `for`; remove ++ and --
Ginger Bill
2017-01-03
20
-414
/
+258
*
Interval expressions in `range`
Ginger Bill
2017-01-03
6
-119
/
+316
*
`range` statement
Ginger Bill
2017-01-02
9
-75
/
+462
*
Fix parameter/field lists and #import #include syntax
Ginger Bill
2017-01-02
17
-796
/
+631
*
Nearly finished Jai-like declarations
Ginger Bill
2017-01-01
18
-1057
/
+841
*
Begin transition to Jai-like syntax
Ginger Bill
2017-01-01
20
-2385
/
+2368
[next]