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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update demo.odin
v0.8.1
gingerBill
2018-02-11
1
-3
/
+1
*
v0.8.1
gingerBill
2018-02-11
2
-1
/
+3
*
Fix zero value initialization in IR
gingerBill
2018-02-11
8
-134
/
+92
*
v0.8.0
v0.8.0
gingerBill
2018-02-09
3
-9
/
+49
*
Fix error reporting for assignment to a built-in procedure (#183)
gingerBill
2018-02-07
1
-1
/
+3
*
Change local variable alignment to 16 bytes for the time being
gingerBill
2018-02-05
1
-1
/
+3
*
Minor `context` fix
gingerBill
2018-02-05
2
-20
/
+23
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
17
-124
/
+180
*
Add extra check to ir_emit_zero_init
gingerBill
2018-02-05
1
-1
/
+3
*
Fix typos `#type_alias`
gingerBill
2018-02-04
2
-2
/
+2
*
Remove dead code; Fix issue regarding order of evaluation of function paramet...
gingerBill
2018-02-04
5
-121
/
+46
*
Merge pull request #182 from ThisDrunkDane/master
gingerBill
2018-02-04
1
-0
/
+69
|
\
|
*
functions, structs and constants related to getting file notifications
Mikkel Hjortshoej
2018-02-03
1
-0
/
+69
|
/
*
Fix issue #181
gingerBill
2018-02-03
1
-3
/
+4
*
Fix bug #179
gingerBill
2018-02-03
1
-6
/
+3
*
Add extra zero init for IR
gingerBill
2018-01-31
3
-11
/
+10
*
Fix literal
gingerBill
2018-01-28
1
-1
/
+1
*
Simplify printing for float and complex types
gingerBill
2018-01-28
2
-20
/
+8
*
Add `__print_type` to runtime
gingerBill
2018-01-28
1
-8
/
+164
*
Reduce type info data size in IR
gingerBill
2018-01-28
2
-16
/
+5
*
Improve min-dep for Type Info
gingerBill
2018-01-28
5
-40
/
+112
*
Add ir_emit_store_union_variant to reduce alloca use
gingerBill
2018-01-28
1
-12
/
+18
*
Add ODIN_DEBUG
gingerBill
2018-01-28
4
-3
/
+4
*
Fix minimum dependency generation for foreign entities
gingerBill
2018-01-28
3
-35
/
+64
*
Remove old math constants
gingerBill
2018-01-28
2
-2
/
+3
*
Extra check for `type_info` cycle checking
gingerBill
2018-01-28
3
-9
/
+31
*
Fix issue with proc group cycles #176
gingerBill
2018-01-28
2
-2
/
+5
*
Fix printf bug #177
gingerBill
2018-01-28
1
-8
/
+9
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2018-01-28
1
-1
/
+66
|
\
|
*
Merge pull request #175 from ThisDrunkDane/windows.odin-adds
gingerBill
2018-01-25
1
-0
/
+7
|
|
\
|
|
*
More file handling functions
Mikkel Hjortshoej
2018-01-25
1
-0
/
+7
|
*
|
Merge pull request #174 from ThisDrunkDane/windows.odin-adds
gingerBill
2018-01-24
1
-1
/
+59
|
|
\
|
|
|
*
added stuff to windows.odin
Mikkel Hjortshoej
2018-01-24
1
-1
/
+59
|
|
/
*
/
Fix #178
gingerBill
2018-01-28
1
-0
/
+1
|
/
*
Fix sync_windows.odin
gingerBill
2018-01-21
1
-1
/
+1
*
Change `thread.odin` to use a `rawptr` rather than `any`
gingerBill
2018-01-21
1
-1
/
+2
*
Revert back to `gb_memmove`
gingerBill
2018-01-21
1
-1
/
+1
*
Fix nested `defer` blocks
gingerBill
2018-01-21
1
-1
/
+1
*
Fix boolean casting
gingerBill
2018-01-21
1
-9
/
+2
*
Minor parsing change
gingerBill
2018-01-21
1
-3
/
+1
*
`enum #export`
gingerBill
2018-01-21
6
-5
/
+58
*
Reimplement opt stage
gingerBill
2018-01-20
3
-40
/
+34
*
Remove timing for llvm-opt
gingerBill
2018-01-20
3
-4
/
+11
*
Remove need for opt
gingerBill
2018-01-20
1
-31
/
+31
*
Remove #endif
gingerBill
2018-01-20
1
-2
/
+0
*
Cache type size/align; Improve speed of ir_print.cpp
gingerBill
2018-01-20
6
-228
/
+104
*
Fix empty union IR bug
gingerBill
2018-01-19
3
-205
/
+217
*
Modify implicit semicolon rules
gingerBill
2018-01-18
2
-3
/
+6
*
Change to HeapAlloc et al on Windows
gingerBill
2018-01-18
3
-10
/
+36
*
`-no-bounds-check`
gingerBill
2018-01-18
5
-22
/
+24
[next]