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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...
Ginger Bill
2017-02-11
1
-1
/
+0
*
Add build guards around compiling part of the code.
Ginger Bill
2017-02-01
1
-1
/
+4
*
Update code from OSX merge to be consistent with the rest of the code
Ginger Bill
2017-02-01
1
-4
/
+3
*
oh boy, basic osx/unix support
zhiayang
2017-02-02
1
-7
/
+56
*
Fix parsing for block/if expression within if/for/etc. statements
v0.0.6
Ginger Bill
2017-01-27
1
-1
/
+1
*
Library names - Only link with used foreign libraries
Ginger Bill
2017-01-26
1
-4
/
+5
*
Change casting syntax: `cast(T)x` `transmute(T)x` et al.
Ginger Bill
2017-01-25
1
-1
/
+2
*
Fix issue #8 - https://github.com/gingerBill/Odin/issues/8
Ginger Bill
2017-01-20
1
-4
/
+4
*
File reorganization for checker system.
Ginger Bill
2017-01-07
1
-1
/
+1
*
Fix array pointer as iterators; Remove stack allocations in `startup_runtime`
v0.0.5d
Ginger Bill
2017-01-06
1
-0
/
+2
*
Fix SUBSYSTEM for link.exe
v0.0.5a
Ginger Bill
2017-01-05
1
-1
/
+1
*
Fix problem with `odin build`
Ginger Bill
2017-01-05
1
-8
/
+9
*
Rename llir -> ir
Ginger Bill
2017-01-04
1
-10
/
+21
*
v0.0.5
Ginger Bill
2017-01-03
1
-0
/
+4
*
Change prev ssa to llir;
Ginger Bill
2017-01-03
1
-14
/
+10
*
Handle calling conventions correctly
Ginger Bill
2016-12-22
1
-1
/
+1
*
Fix anonymous procedures and their dependencies
Ginger Bill
2016-12-21
1
-9
/
+18
*
Update README.md
v0.0.4
Ginger Bill
2016-12-09
1
-3
/
+4
*
Fix procedure casting; SUBSYSTEM to CONSOLE in linker
Ginger Bill
2016-12-09
1
-1
/
+1
*
Custom entry points on Windows (DllMain; WinMain)
Ginger Bill
2016-12-09
1
-3
/
+3
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
1
-13
/
+38
*
Change entity collection strategy
Ginger Bill
2016-12-03
1
-43
/
+10
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
1
-4
/
+3
*
Update version string
v0.0.3d
Ginger Bill
2016-11-28
1
-1
/
+1
*
Numpty forgot to add .c files
Ginger Bill
2016-11-23
1
-0
/
+272