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
/
code
/
demo.odin
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
1
-67
/
+4
*
Fix checking termination of a procedure
Ginger Bill
2017-01-05
1
-2
/
+67
*
Fix problem with `odin build`
Ginger Bill
2017-01-05
1
-55
/
+1
*
Rename llir -> ir
Ginger Bill
2017-01-04
1
-2
/
+1
*
v0.0.5
Ginger Bill
2017-01-03
1
-24
/
+51
*
`while`; `range` is now `for`; remove ++ and --
Ginger Bill
2017-01-03
1
-4
/
+4
*
Interval expressions in `range`
Ginger Bill
2017-01-03
1
-6
/
+10
*
`range` statement
Ginger Bill
2017-01-02
1
-1
/
+8
*
Fix parameter/field lists and #import #include syntax
Ginger Bill
2017-01-02
1
-14
/
+11
*
Nearly finished Jai-like declarations
Ginger Bill
2017-01-01
1
-12
/
+10
*
Begin transition to Jai-like syntax
Ginger Bill
2017-01-01
1
-2
/
+5
*
More declaration differentiation in semantic stage e.g. make only variables a...
Ginger Bill
2017-01-01
1
-19
/
+3
*
Add enum type info and fix enum casting
Ginger Bill
2017-01-01
1
-2
/
+5
*
Bring back `enum` but using iota
Ginger Bill
2017-01-01
1
-6
/
+22
*
Fix give expressions
Ginger Bill
2016-12-30
1
-5
/
+4
*
if expression
Ginger Bill
2016-12-30
1
-3
/
+6
*
Block Expressions and `give`
Ginger Bill
2016-12-30
1
-4
/
+4
*
Handle calling conventions correctly
Ginger Bill
2016-12-22
1
-11
/
+6
*
Fix anonymous procedures and their dependencies
Ginger Bill
2016-12-21
1
-15
/
+8
*
Generic (grouped) declarations: var, let, const, type, import, include
Ginger Bill
2016-12-20
1
-22
/
+17
*
Remove `enum` for favour of Go-style enumerations
Ginger Bill
2016-12-19
1
-3
/
+3
*
Golang style enumerations with `iota`
Ginger Bill
2016-12-19
1
-1
/
+24
*
Change var decl syntax
Ginger Bill
2016-12-18
1
-1
/
+0
*
Change of `proc` and `type` declaration syntax to "prefix" style
Ginger Bill
2016-12-18
1
-12
/
+12
*
Fix issue with printing invalid IR for nested unions
Ginger Bill
2016-12-17
1
-4
/
+12
*
Minor changes
Ginger Bill
2016-12-16
1
-55
/
+1
*
Semicolons mandatory again (and probably forever now...)
Ginger Bill
2016-12-16
1
-27
/
+32
*
v0.0.4 - `odin build_dll`, atomic.odin, sync.odin
Ginger Bill
2016-12-09
1
-1
/
+1
*
Fix procedure casting; SUBSYSTEM to CONSOLE in linker
Ginger Bill
2016-12-09
1
-12
/
+36
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
1
-0
/
+2
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
1
-1
/
+24
*
Improve parsing with semicolon insertion
Ginger Bill
2016-12-06
1
-2
/
+0
*
Go/BCPL style semicolon insertion during tokenizing stage
Ginger Bill
2016-12-05
1
-14
/
+4
*
Remove multiple messages for cyclic type errors.
Ginger Bill
2016-12-05
1
-3
/
+3
*
Fix (Crude) cyclic type checking for arrays and vectors
Ginger Bill
2016-12-04
1
-0
/
+11
*
(Crude) Cyclic Type Checking
Ginger Bill
2016-12-04
1
-2
/
+0
*
Fix preload initialization ordering
Ginger Bill
2016-12-04
1
-2
/
+5
*
Change entity collection strategy
Ginger Bill
2016-12-03
1
-2
/
+2
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
1
-30
/
+2
*
Delay importing entities till all other entities are collected
Ginger Bill
2016-11-30
1
-6
/
+2
*
`when` statement; Better entity collection system (for both local and global)...
Ginger Bill
2016-11-29
1
-20
/
+9
*
Basic `when` statement - Compile time if statement
Ginger Bill
2016-11-29
1
-5
/
+22
*
Update demo.odin
Ginger Bill
2016-11-28
1
-5
/
+3
*
#rune "" to ''; Remove infix and postfix call notation
Ginger Bill
2016-11-28
1
-1
/
+30
*
Fix parsing for comments; add global ODIN_* string constants
Ginger Bill
2016-11-24
1
-42
/
+1
*
Fix import/export rules for #import as .
Ginger Bill
2016-11-23
1
-34
/
+29
*
128 bit integers
Ginger Bill
2016-11-22
1
-5
/
+37
*
Support `any` in `match type`
Ginger Bill
2016-11-20
1
-0
/
+13
*
v0.0.3 Build
Ginger Bill
2016-11-17
1
-29
/
+3
*
Scrap Virtual Machine and begin again
Ginger Bill
2016-11-03
1
-1
/
+6
[next]