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
*
Fix checking termination of a procedure
Ginger Bill
2017-01-05
1
-3
/
+3
*
Fix problem with `odin build`
Ginger Bill
2017-01-05
3
-14
/
+17
*
Rename llir -> ir
Ginger Bill
2017-01-04
4
-38
/
+15
*
Removed capacity arguments from `new_slice` and `slice_ptr`
v0.0.5
Ginger Bill
2017-01-03
2
-48
/
+4
*
v0.0.5
Ginger Bill
2017-01-03
2
-8
/
+12
*
Change prev ssa to llir;
Ginger Bill
2017-01-03
1
-1
/
+1
*
`while`; `range` is now `for`; remove ++ and --
Ginger Bill
2017-01-03
5
-86
/
+31
*
Interval expressions in `range`
Ginger Bill
2017-01-03
2
-29
/
+108
*
`range` statement
Ginger Bill
2017-01-02
4
-7
/
+113
*
Fix parameter/field lists and #import #include syntax
Ginger Bill
2017-01-02
2
-26
/
+9
*
Nearly finished Jai-like declarations
Ginger Bill
2017-01-01
4
-283
/
+94
*
Begin transition to Jai-like syntax
Ginger Bill
2017-01-01
4
-290
/
+252
*
More declaration differentiation in semantic stage e.g. make only variables a...
Ginger Bill
2017-01-01
3
-98
/
+254
*
Add enum type info and fix enum casting
Ginger Bill
2017-01-01
5
-21
/
+19
*
Bring back `enum` but using iota
Ginger Bill
2017-01-01
4
-15
/
+192
*
Fix give expressions
Ginger Bill
2016-12-30
3
-103
/
+148
*
if expression
Ginger Bill
2016-12-30
3
-4
/
+64
*
Block Expressions and `give`
Ginger Bill
2016-12-30
5
-16
/
+241
*
Handle calling conventions correctly
Ginger Bill
2016-12-22
4
-13
/
+31
*
Fix anonymous procedures and their dependencies
Ginger Bill
2016-12-21
3
-65
/
+69
*
Generic (grouped) declarations: var, let, const, type, import, include
Ginger Bill
2016-12-20
5
-100
/
+116
*
Remove `enum` for favour of Go-style enumerations
Ginger Bill
2016-12-19
6
-488
/
+79
*
Golang style enumerations with `iota`
Ginger Bill
2016-12-19
4
-80
/
+106
*
Begin generic declarations for lists of specifications
Ginger Bill
2016-12-19
3
-1
/
+259
*
Change record field syntax
Ginger Bill
2016-12-18
3
-106
/
+49
*
var/const decl; remove `:` from parameter lists
Ginger Bill
2016-12-18
1
-27
/
+27
*
Very minor style changes
Ginger Bill
2016-12-18
1
-3
/
+2
*
Minor changes
Ginger Bill
2016-12-16
1
-3
/
+3
*
Semicolons mandatory again (and probably forever now...)
Ginger Bill
2016-12-16
2
-9
/
+17
*
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
[next]