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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.8.0
v0.8.0
gingerBill
2018-02-09
2
-7
/
+6
*
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
1
-13
/
+22
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
6
-39
/
+81
*
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
*
Add extra zero init for IR
gingerBill
2018-01-31
1
-4
/
+4
*
Reduce type info data size in IR
gingerBill
2018-01-28
1
-15
/
+4
*
Improve min-dep for Type Info
gingerBill
2018-01-28
3
-21
/
+25
*
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
*
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 #178
gingerBill
2018-01-28
1
-0
/
+1
*
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
5
-5
/
+47
*
Reimplement opt stage
gingerBill
2018-01-20
1
-32
/
+32
*
Remove timing for llvm-opt
gingerBill
2018-01-20
1
-1
/
+1
*
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
3
-2
/
+17
*
Add basic debug information needed for stepping over code
gingerBill
2018-01-18
3
-48
/
+80
*
Add extra comments for clarity
gingerBill
2018-01-17
1
-0
/
+2
*
Debug fix target triple and procedure positioning
gingerBill
2018-01-17
1
-1
/
+5
*
Modify boolean conversion in IR
gingerBill
2018-01-17
1
-2
/
+11
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
11
-1122
/
+1096
*
Fix ir_emit_store for booleans
gingerBill
2018-01-17
1
-9
/
+3
*
Specific sized booleans: b8, b16, b32, b64
gingerBill
2018-01-17
3
-11
/
+30
*
Remove old "macro" parsing code
gingerBill
2018-01-17
2
-60
/
+0
*
Remove `u128` and `i128`
gingerBill
2018-01-13
11
-138
/
+185
*
Fix issue #170
gingerBill
2018-01-10
1
-0
/
+12
*
Fix issue #172
gingerBill
2018-01-10
2
-2
/
+4
*
Fix typo in error
gingerBill
2018-01-01
1
-1
/
+1
*
Fix min/max for floats
gingerBill
2018-01-01
1
-7
/
+9
*
Fix 'llvm bool' emit store
gingerBill
2017-12-23
1
-2
/
+6
*
Fix map internals
gingerBill
2017-12-23
1
-1
/
+4
*
Fix Type info bug for 'llvm bool'
gingerBill
2017-12-23
2
-1
/
+5
*
"Fix" LLVM boolean bug (more like a bodge)
gingerBill
2017-12-22
5
-45
/
+71
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
4
-137
/
+130
*
Fix len, cap, comparison against nil for `map`
gingerBill
2017-12-18
1
-16
/
+20
[next]