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.11.1
v0.11.1
gingerBill
2019-11-12
1
-1
/
+1
*
big_int addition overflow rules
gingerBill
2019-11-11
1
-1
/
+1
*
Add `-show-more-timings`
gingerBill
2019-11-10
4
-60
/
+68
*
Fix `big_int_or` and `big_int_xor`
gingerBill
2019-11-10
1
-15
/
+17
*
Fix big subtraction for very large numbers on edges of overflow.
gingerBill
2019-11-10
1
-1
/
+4
*
Add `intrinsics.type_is_unsigned`
gingerBill
2019-11-10
2
-0
/
+4
*
Remove debug message
gingerBill
2019-11-09
1
-1
/
+0
*
Fix Compile time assert on non-constant boolean parameters #467
gingerBill
2019-11-09
1
-1
/
+2
*
Fix inline `for` bug for #468
gingerBill
2019-11-09
1
-1
/
+4
*
Fix `//+build` for ! e.g. `//+build !windows amd64, linux !amd64`
gingerBill
2019-11-05
1
-8
/
+7
*
Fix `//+build` system
gingerBill
2019-11-05
1
-41
/
+43
*
Fix Slice passed incorrectly in LLVM IR to procedure called via procedure poi...
gingerBill
2019-11-05
1
-0
/
+13
*
Fix "Polymorphic parameter declared in return type doesn't compile #464" by g...
gingerBill
2019-11-05
2
-2
/
+16
*
Fix typeid comparison bug; Add extra messages for pointer address errors
gingerBill
2019-11-03
2
-1
/
+15
*
Add SOA Struct Layout (experimental) to demo.odin
gingerBill
2019-11-03
1
-0
/
+1
*
SOA support of Structures and Arrays; Runtime information for SOA structs; fm...
gingerBill
2019-11-03
3
-31
/
+105
*
SOA Struct support `intrinsics.soa_struct`
gingerBill
2019-11-02
7
-3
/
+217
*
multivalued procedure calls allows in `for in` to allow a pseudo-iterator; `@...
gingerBill
2019-11-02
3
-29
/
+119
*
Fix range in statement bug caused by incorrectly assigned addressing mode #461
gingerBill
2019-11-02
4
-90
/
+11
*
v0.11.0
v0.11.0
gingerBill
2019-11-01
1
-1
/
+1
*
Add `@force` to `foreign import`
gingerBill
2019-11-01
5
-1
/
+40
*
Fix polymorphic record parameter determination bug caused by polymorphic cons...
gingerBill
2019-10-31
2
-2
/
+4
*
Fix stack overflow bug caused by polymorphic record with polymorphic constant...
gingerBill
2019-10-31
2
-11
/
+15
*
Fix double calling of lhs of logical binary expressions
gingerBill
2019-10-31
3
-19
/
+33
*
Delay determination of procedure abi types until as late as possible to preve...
gingerBill
2019-10-31
5
-12
/
+29
*
Fix procedure group "best fit" algorithm for polymorphic procedures
gingerBill
2019-10-27
3
-19
/
+23
*
New `package math` and `package math/linalg`
gingerBill
2019-10-27
1
-4
/
+24
*
Fix slice and dynamic array lengths determined from ranged compound literals
gingerBill
2019-10-26
3
-8
/
+5
*
Add `ranged_fields_for_array_compound_literals`
gingerBill
2019-10-26
1
-3
/
+6
*
Add range_cache.cpp
gingerBill
2019-10-26
1
-0
/
+70
*
Allow ranges for array-like compound literals
gingerBill
2019-10-26
8
-165
/
+337
*
Fix Compiler assertion when applying `using` to `_` procedure parameter. #451
gingerBill
2019-10-26
4
-9
/
+8
*
Allow for cycles in record polymorphic parameters but not in actualized fields
gingerBill
2019-10-26
1
-31
/
+41
*
Modify runtime to reduce dependencies on other packages
gingerBill
2019-10-23
1
-0
/
+1
*
Fix missing check for zero elements
gingerBill
2019-10-20
1
-2
/
+2
*
Support for named indices for array-like compound literals `{3 = a, 1 = b}`
gingerBill
2019-10-20
4
-63
/
+213
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-10-20
1
-2
/
+3
|
\
|
*
Clarify that you can pass a directory to `odin build`
Tetralux
2019-10-19
1
-2
/
+3
*
|
Fix typo in `string_to_string16` #444
gingerBill
2019-10-20
1
-1
/
+1
|
/
*
Add `instrincs.type_is_valid_map_key`
gingerBill
2019-10-15
2
-1
/
+5
*
Fix missing typeid conversion case for variadic parameters
gingerBill
2019-10-15
1
-0
/
+4
*
Fix Values coerce to typeid #443
gingerBill
2019-10-15
1
-15
/
+1
*
Change `error` to `syntax_error` in parser
gingerBill
2019-10-13
3
-29
/
+37
*
Fix System V for certain structs
gingerBill
2019-10-13
1
-5
/
+18
*
Fix IR generation bug for nested foreign procedure declaration
gingerBill
2019-10-13
1
-9
/
+12
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
7
-85
/
+106
*
Minor fix to Odin types with System V ABI
gingerBill
2019-10-10
1
-11
/
+8
*
Update System V ABI to for more Odin types
gingerBill
2019-10-10
1
-112
/
+136
*
Minor fix to systemv_distribute_struct_fields
gingerBill
2019-10-10
1
-8
/
+6
*
Add Odin types for System V ABI
gingerBill
2019-10-10
1
-0
/
+48
[next]