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
*
Fix core library; Disable adding entity definitions for blank identifiers
v0.0.5e
Ginger Bill
2017-01-07
2
-1
/
+4
*
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
1
-1
/
+1
*
Fix checking termination of a procedure
Ginger Bill
2017-01-05
1
-3
/
+3
*
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
5
-32
/
+33
*
Rename llir -> ir
Ginger Bill
2017-01-04
11
-7503
/
+7460
*
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
6
-8
/
+2028
*
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
10
-276
/
+109
*
Interval expressions in `range`
Ginger Bill
2017-01-03
5
-113
/
+306
*
`range` statement
Ginger Bill
2017-01-02
7
-74
/
+450
*
Fix parameter/field lists and #import #include syntax
Ginger Bill
2017-01-02
4
-268
/
+114
*
Nearly finished Jai-like declarations
Ginger Bill
2017-01-01
6
-465
/
+270
*
Begin transition to Jai-like syntax
Ginger Bill
2017-01-01
7
-416
/
+424
*
More declaration differentiation in semantic stage e.g. make only variables a...
Ginger Bill
2017-01-01
5
-131
/
+312
*
Add enum type info and fix enum casting
Ginger Bill
2017-01-01
8
-39
/
+29
*
Bring back `enum` but using iota
Ginger Bill
2017-01-01
8
-17
/
+253
*
Fix give expressions
Ginger Bill
2016-12-30
6
-128
/
+183
*
select to phi in if expression
Ginger Bill
2016-12-30
1
-5
/
+8
*
if expression
Ginger Bill
2016-12-30
5
-40
/
+216
*
Block Expressions and `give`
Ginger Bill
2016-12-30
8
-20
/
+375
*
Handle calling conventions correctly
Ginger Bill
2016-12-22
8
-78
/
+170
*
Fix anonymous procedures and their dependencies
Ginger Bill
2016-12-21
6
-194
/
+213
*
Generic (grouped) declarations: var, let, const, type, import, include
Ginger Bill
2016-12-20
8
-307
/
+314
*
Remove `enum` for favour of Go-style enumerations
Ginger Bill
2016-12-19
9
-681
/
+89
*
Golang style enumerations with `iota`
Ginger Bill
2016-12-19
5
-95
/
+126
*
Begin generic declarations for lists of specifications
Ginger Bill
2016-12-19
5
-246
/
+565
*
Change var decl syntax
Ginger Bill
2016-12-18
1
-31
/
+32
*
Change record field syntax
Ginger Bill
2016-12-18
5
-185
/
+74
*
var/const decl; remove `:` from parameter lists
Ginger Bill
2016-12-18
3
-151
/
+175
*
Change of `proc` and `type` declaration syntax to "prefix" style
Ginger Bill
2016-12-18
2
-48
/
+64
*
Very minor style changes
Ginger Bill
2016-12-18
3
-5
/
+6
*
Fix issue with printing invalid IR for nested unions
Ginger Bill
2016-12-17
3
-10
/
+8
*
Minor changes
Ginger Bill
2016-12-16
3
-10
/
+16
*
Semicolons mandatory again (and probably forever now...)
Ginger Bill
2016-12-16
4
-116
/
+60
*
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
[next]