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 issue #101
Ginger Bill
2017-09-20
1
-1
/
+1
*
Library collections
Ginger Bill
2017-09-07
1
-1
/
+1
*
Remove () grouping for `foreign_library`
Ginger Bill
2017-08-27
1
-1
/
+1
*
Replace `import_load` with `using import .`
Ginger Bill
2017-08-27
1
-2
/
+2
*
Update build.bat
Ginger Bill
2017-08-01
1
-8
/
+5
*
Extra type safety; Fix typos
Ginger Bill
2017-07-31
1
-5
/
+7
*
Basic command line flags: e.g. `-opt=0`
Ginger Bill
2017-06-24
1
-1
/
+1
*
Fix compilation bug on Linux
Ginger Bill
2017-06-21
1
-1
/
+1
*
Build as C++
Ginger Bill
2017-06-08
1
-9
/
+6
*
v0.3.0
Ginger Bill
2017-06-07
1
-4
/
+5
*
Improve vector math; Make bprint* return string
Ginger Bill
2017-05-01
1
-1
/
+1
*
Fix statement parsing of unary: & and ^
Ginger Bill
2017-04-30
1
-1
/
+1
*
Update and regression test old demos
Ginger Bill
2017-04-02
1
-1
/
+1
*
Update README.md with latest demo
Ginger Bill
2017-04-02
1
-1
/
+1
*
Complex numbers: complex64 complex128
Ginger Bill
2017-04-01
1
-1
/
+1
*
v0.1.3
v0.1.3
Ginger Bill
2017-03-27
1
-1
/
+1
*
Add branch labels for loops; using list
Ginger Bill
2017-03-19
1
-4
/
+3
*
Update gb.h
Ginger Bill
2017-03-17
1
-1
/
+4
*
Begin work on the custom backend
Ginger Bill
2017-03-05
1
-9
/
+3
*
Update llvm binaries to latest version; Update utf8proc;
Ginger Bill
2017-03-03
1
-2
/
+2
*
Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity
Ginger Bill
2017-03-02
1
-2
/
+2
*
Fix fmt.odin printing enums
Ginger Bill
2017-02-24
1
-0
/
+1
*
Record type field `names`
Ginger Bill
2017-02-12
1
-1
/
+1
*
v0.1.0
v0.1.0
Ginger Bill
2017-02-11
1
-1
/
+1
*
Dynamic arrays
Ginger Bill
2017-01-29
1
-1
/
+1
*
Update README.md
v0.0.6b
Ginger Bill
2017-01-29
1
-1
/
+1
*
Fix untyped to `any` assignments. Fixed crash when arguments with no value ar...
Ginger Bill
2017-01-29
1
-1
/
+1
*
Fix parsing for block/if expression within if/for/etc. statements
v0.0.6
Ginger Bill
2017-01-27
1
-1
/
+1
*
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
[prev]
[next]