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
*
Redefine how union tag size is calculated to match alignment of the union
0.9.1
gingerBill
2018-11-29
2
-0
/
+17
*
Fix assertion on union assignment in compound literal
gingerBill
2018-11-29
1
-3
/
+1
*
Modify how custom alignment is printed for LLVM IR
gingerBill
2018-11-29
1
-6
/
+38
*
Hack: union compound literal fix
gingerBill
2018-11-29
2
-5
/
+13
*
Lock on possible race condition in parser
gingerBill
2018-11-29
1
-1
/
+4
*
Allow single field struct #raw_union
gingerBill
2018-11-29
1
-1
/
+1
*
Fix #complete switch on pointers to unions #286
gingerBill
2018-11-29
1
-1
/
+1
*
Fix recursive loop bug for is_type_polymorphic
gingerBill
2018-11-28
1
-5
/
+5
*
Fix #284
gingerBill
2018-11-26
1
-0
/
+3
*
Fix poly proc determination by cloning the signature node
gingerBill
2018-11-25
3
-21
/
+23
*
Fix debug information for entities without an associated identifier
gingerBill
2018-11-25
1
-11
/
+34
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
6
-15
/
+127
*
`-vet` flag to do basic vetting of code
gingerBill
2018-11-25
7
-27
/
+152
*
Update README.md
gingerBill
2018-11-25
1
-0
/
+2
*
Fix Issue with referencing a polymorphic struct in another package referencin...
gingerBill
2018-11-25
3
-8
/
+37
*
Fix compile time bounds check test
gingerBill
2018-11-23
1
-2
/
+2
*
Fix transmute with `cstring` and `integers`
gingerBill
2018-11-22
1
-0
/
+8
*
v0.9.0 Release
v0.9.0
gingerBill
2018-11-22
2
-3
/
+2
*
Remove assert that should have never been there
gingerBill
2018-11-22
1
-2
/
+0
*
Remove dead code
gingerBill
2018-11-22
1
-55
/
+0
*
Fix is_type_polymorphic infinite recursion bug
gingerBill
2018-11-22
3
-27
/
+36
*
Allow `opaque` to be polymorphic
gingerBill
2018-11-17
2
-1
/
+12
*
Fix error with polymorphic structs #279
gingerBill
2018-11-17
2
-16
/
+18
*
Fix issue #280
gingerBill
2018-11-17
1
-4
/
+4
*
`opaque` keyword and type
gingerBill
2018-11-11
13
-5
/
+177
*
Fix issue with complication of -debug that is caused sometimes due to lambda ...
gingerBill
2018-11-11
3
-9
/
+20
*
Fix package usage with `when` on `import` #278
gingerBill
2018-11-07
3
-12
/
+16
*
Allow comparisons of `cstring`; Add `resize`
gingerBill
2018-10-31
3
-1
/
+43
*
Fix debug info issue
gingerBill
2018-10-29
2
-3
/
+4
*
Disable debug info for bit fields
gingerBill
2018-10-29
1
-1
/
+1
*
Fix CompositeType for zero length arrays
gingerBill
2018-10-29
2
-2
/
+5
*
Fix big int shifts of 0
gingerBill
2018-10-28
2
-0
/
+16
*
Built-in procedure `#defined`
gingerBill
2018-10-27
6
-32
/
+105
*
Place optimization level flag in condition again; `-memcpyopt -die` only in n...
gingerBill
2018-10-24
1
-1
/
+3
*
Merge pull request #260 from lachsinc/master
gingerBill
2018-10-24
4
-171
/
+1360
|
\
|
*
Cleanup comments.
lachsinc
2018-10-06
1
-22
/
+12
|
*
Cleanup hack as all types appear to be handled!..
lachsinc
2018-10-06
1
-15
/
+0
|
*
Add complex debug info.
lachsinc
2018-10-05
1
-16
/
+57
|
*
Add debug info for proc ptrs.
lachsinc
2018-10-05
2
-51
/
+83
|
*
Cleanup.
lachsinc
2018-10-05
1
-28
/
+13
|
*
Cleanup unused AllProcs.
lachsinc
2018-10-05
2
-38
/
+3
|
*
Tuple debug info (untested). Generated locals now flow through debug info.
lachsinc
2018-10-05
2
-25
/
+64
|
*
Add arg # for proc param locals.
lachsinc
2018-10-05
2
-8
/
+7
|
*
Fix dgb.declare using different location to it's associated instructions.
lachsinc
2018-10-05
1
-3
/
+1
|
*
Fix debug info for unnamed aggregate types.
lachsinc
2018-10-05
1
-24
/
+51
|
*
Cleanup; Move enums/globals di inside CompileUnit. Minor comment cleanup.
lachsinc
2018-10-04
2
-23
/
+19
|
*
Lexical block debug info.
lachsinc
2018-10-04
2
-12
/
+64
|
*
bit_set / bit_field debug info.
lachsinc
2018-10-02
2
-17
/
+148
|
*
Cleanup.
lachsinc
2018-10-01
1
-28
/
+19
|
*
Cleanup.
lachsinc
2018-10-01
2
-12
/
+5
[next]