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
/
build.bat
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
-2
/
+1
*
Fix line comments at the end of file
v0.0.5b
Ginger Bill
2017-01-05
1
-1
/
+1
*
Rename llir -> ir
Ginger Bill
2017-01-04
1
-1
/
+7
*
v0.0.5
Ginger Bill
2017-01-03
1
-1
/
+1
*
Semicolons mandatory again (and probably forever now...)
Ginger Bill
2016-12-16
1
-13
/
+7
*
v0.0.4 - `odin build_dll`, atomic.odin, sync.odin
Ginger Bill
2016-12-09
1
-2
/
+2
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
1
-1
/
+1
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
1
-1
/
+2
*
Go/BCPL style semicolon insertion during tokenizing stage
Ginger Bill
2016-12-05
1
-1
/
+1
*
(Crude) Cyclic Type Checking
Ginger Bill
2016-12-04
1
-1
/
+1
*
Fix preload initialization ordering
Ginger Bill
2016-12-04
1
-1
/
+1
*
Basic `when` statement - Compile time if statement
Ginger Bill
2016-11-29
1
-2
/
+2
*
Fix slicing and add clamp
Ginger Bill
2016-11-28
1
-1
/
+1
*
#rune "" to ''; Remove infix and postfix call notation
Ginger Bill
2016-11-28
1
-1
/
+1
*
Fix parsing for comments; add global ODIN_* string constants
Ginger Bill
2016-11-24
1
-1
/
+1
*
Update README.md and roadmap.md
Ginger Bill
2016-11-23
1
-1
/
+1
*
Fix import/export rules for #import as .
Ginger Bill
2016-11-23
1
-2
/
+2
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-1
/
+1
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-4
/
+4
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-2
/
+2
*
Support `any` in `match type`
Ginger Bill
2016-11-20
1
-1
/
+1
*
v0.0.3 Build
Ginger Bill
2016-11-17
1
-2
/
+2
*
#foreign_library; vector fields (x, y, z, w) for count <= 4
Ginger Bill
2016-11-15
1
-2
/
+2
*
Add general timings for sections of the compiler
Ginger Bill
2016-11-14
1
-1
/
+1
*
Interpreter - bounds checking
Ginger Bill
2016-10-31
1
-1
/
+3
*
Untyped `nil`
Ginger Bill
2016-10-06
1
-4
/
+4
*
using on indexable field; Auto deref for (Index|Slice)Expr
Ginger Bill
2016-09-29
1
-5
/
+5
*
Demo 004
Ginger Bill
2016-09-28
1
-10
/
+4
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-4
/
+8
*
Nested procedures are declared inline but bodies checked later
Ginger Bill
2016-09-24
1
-1
/
+1
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-1
/
+1
*
Fix assert; exporting rules
Ginger Bill
2016-09-22
1
-5
/
+5
*
Demo 003
Ginger Bill
2016-09-22
1
-5
/
+5
*
Filename as default import name; as .; as _; panic()
Ginger Bill
2016-09-21
1
-3
/
+0
*
enum_to_string
Ginger Bill
2016-09-19
1
-3
/
+2
*
#import search rule: relative then core/
Ginger Bill
2016-09-17
1
-9
/
+9
*
Switchable array bounds checking
Ginger Bill
2016-09-12
1
-2
/
+2
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
1
-0
/
+1
*
Begin Type_Info
Ginger Bill
2016-09-07
1
-1
/
+1
*
Speed up SSA generation and clang compilation
Ginger Bill
2016-09-05
1
-1
/
+1
*
Change rune literals to #rune "C"
Ginger Bill
2016-08-25
1
-3
/
+9
*
File Library and TypeDecl syntax change
gingerBill
2016-08-22
1
-2
/
+2
*
Implicit Context and #thread_local
gingerBill
2016-08-19
1
-0
/
+1
*
Initial Demo001 code for tour of language
Ginger Bill
2016-08-19
1
-1
/
+1
*
defer statements
gingerBill
2016-08-16
1
-1
/
+1
*
Compile with odin.exe and no run.bat
gingerBill
2016-08-16
1
-1
/
+1
*
Full Unicode Support
gingerBill
2016-08-15
1
-1
/
+1
*
string comparisons
gingerBill
2016-08-15
1
-0
/
+1
*
Support import files as modules (i.e. import only once)
gingerBill
2016-07-21
1
-36
/
+5
*
Random Order File Scope Declaration
gingerBill
2016-07-12
1
-6
/
+20
[next]