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
*
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
*
More declaration differentiation in semantic stage e.g. make only variables a...
Ginger Bill
2017-01-01
6
-150
/
+315
*
Add enum type info and fix enum casting
Ginger Bill
2017-01-01
11
-200
/
+185
*
Bring back `enum` but using iota
Ginger Bill
2017-01-01
13
-46
/
+314
*
Fix give expressions
Ginger Bill
2016-12-30
7
-133
/
+187
*
select to phi in if expression
Ginger Bill
2016-12-30
1
-5
/
+8
*
if expression
Ginger Bill
2016-12-30
6
-43
/
+222
*
Block Expressions and `give`
Ginger Bill
2016-12-30
12
-102
/
+601
*
Handle calling conventions correctly
Ginger Bill
2016-12-22
19
-211
/
+298
*
Fix anonymous procedures and their dependencies
Ginger Bill
2016-12-21
11
-374
/
+387
*
Generic (grouped) declarations: var, let, const, type, import, include
Ginger Bill
2016-12-20
20
-762
/
+795
*
Remove `enum` for favour of Go-style enumerations
Ginger Bill
2016-12-19
15
-912
/
+279
*
Golang style enumerations with `iota`
Ginger Bill
2016-12-19
6
-96
/
+150
*
Begin generic declarations for lists of specifications
Ginger Bill
2016-12-19
9
-1694
/
+2017
*
Change var decl syntax
Ginger Bill
2016-12-18
12
-355
/
+355
*
Change record field syntax
Ginger Bill
2016-12-18
11
-301
/
+190
*
var/const decl; remove `:` from parameter lists
Ginger Bill
2016-12-18
15
-2004
/
+2024
*
Change of `proc` and `type` declaration syntax to "prefix" style
Ginger Bill
2016-12-18
14
-424
/
+440
*
Very minor style changes
Ginger Bill
2016-12-18
3
-5
/
+6
*
Merge branch 'master' of https://github.com/gingerBill/Odin
Ginger Bill
2016-12-17
0
-0
/
+0
|
\
|
*
Fix issue with printing invalid IR for nested unions
Ginger Bill
2016-12-17
4
-9
/
+20
*
|
Fix issue with printing invalid IR for nested unions
Ginger Bill
2016-12-17
4
-14
/
+20
|
/
*
Minor changes
Ginger Bill
2016-12-16
5
-70
/
+17
*
Add atomic.odin, sync.odin, sys/windows.odin
Ginger Bill
2016-12-16
3
-0
/
+723
*
Semicolons mandatory again (and probably forever now...)
Ginger Bill
2016-12-16
19
-3200
/
+2628
*
Update README.md
v0.0.4
Ginger Bill
2016-12-09
2
-7
/
+4
*
v0.0.4 - `odin build_dll`, atomic.odin, sync.odin
Ginger Bill
2016-12-09
11
-62
/
+125
*
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
4
-14
/
+42
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
9
-114
/
+215
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
17
-116
/
+255
*
Set :: as a single token
Ginger Bill
2016-12-07
5
-118
/
+128
*
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
3
-37
/
+83
*
Go/BCPL style semicolon insertion during tokenizing stage
Ginger Bill
2016-12-05
18
-2930
/
+3049
*
Remove multiple messages for cyclic type errors.
Ginger Bill
2016-12-05
2
-7
/
+15
*
Fix (Crude) cyclic type checking for arrays and vectors
Ginger Bill
2016-12-04
3
-33
/
+100
*
(Crude) Cyclic Type Checking
Ginger Bill
2016-12-04
8
-164
/
+209
*
Fix preload initialization ordering
Ginger Bill
2016-12-04
11
-158
/
+174
*
Change entity collection strategy
Ginger Bill
2016-12-03
13
-325
/
+368
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
29
-3275
/
+3431
[next]