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.12.0
v0.12.0
gingerBill
2020-01-18
1
-1
/
+1
*
Remove debug printing
gingerBill
2020-01-18
1
-1
/
+1
*
Begin work on `-target:windows_386`
gingerBill
2020-01-18
2
-56
/
+67
*
Fix microsoft_craziness.h to work correctly
gingerBill
2020-01-18
2
-9
/
+55
*
Add suggestions for indexing constant values with a variable index
gingerBill
2020-01-18
1
-0
/
+2
*
Fix microsoft_craziness.h
gingerBill
2020-01-18
1
-104
/
+97
*
Add new intrinsics for polymorphic records:
gingerBill
2020-01-18
3
-13
/
+123
*
Add intrinsics.type_is_specialization_of
gingerBill
2020-01-17
3
-1
/
+35
*
Allow not_in as keyword over notin, but still allow notin to work
gingerBill
2020-01-16
4
-14
/
+18
*
Merge remote-tracking branch 'origin/master'
gingerBill
2020-01-16
2
-5
/
+59
|
\
|
*
Fix #536
gingerBill
2020-01-15
1
-5
/
+11
|
*
Add debug info for enumerated arrays
gingerBill
2020-01-14
1
-0
/
+14
|
*
Exact value zero value for `T{}` of basic types
gingerBill
2020-01-14
1
-0
/
+27
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2020-01-12
3
-15
/
+51
|
|
\
|
*
|
Add extra check for opaque types
gingerBill
2020-01-12
1
-0
/
+7
*
|
|
Fix constant slice checking, again
gingerBill
2020-01-16
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix Proc Type ABI printing on System V
gingerBill
2020-01-12
3
-15
/
+51
|
/
*
Add extra set_procedure_abi_types sanity checks in IR
gingerBill
2020-01-11
1
-0
/
+4
*
Fix len of type bug
gingerBill
2020-01-11
2
-2
/
+7
*
Fix `@thread_local` IR printing
gingerBill
2020-01-11
1
-6
/
+6
*
Fix Panic with runtime.type_info_base #532
gingerBill
2020-01-11
1
-2
/
+6
*
Fix typo
gingerBill
2020-01-05
1
-1
/
+1
*
Improve minimum dependency for complex numbers and quaternion numbers.
gingerBill
2020-01-04
2
-9
/
+17
*
Make "none" calling convention ignore return_by_pointer flag
gingerBill
2020-01-04
1
-0
/
+3
*
Add extra in set_procedure_abi_types ir_print.cpp
gingerBill
2020-01-04
1
-0
/
+2
*
Add `x y z w` fields to quaternion types; Improve linalg quaternion mathematics
gingerBill
2020-01-01
3
-1
/
+150
*
Fix dylib foreign import
oskarn
2020-01-01
1
-1
/
+1
*
Fix typeid information for enumerated arrays
gingerBill
2019-12-31
1
-12
/
+14
*
Add extra check for ZeroInit instruction
gingerBill
2019-12-31
1
-1
/
+2
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
2
-49
/
+67
*
Fix constant out of bounds bug
gingerBill
2019-12-29
1
-5
/
+4
*
Add `_tls_index` and `_fltused` for windows `-no-crt`
gingerBill
2019-12-29
1
-1
/
+2
*
Add `-disable-assert` to disable the code generation of the built-in run-time...
gingerBill
2019-12-29
7
-0
/
+43
*
Add `@(private="file")` and `@(private="package")`
gingerBill
2019-12-29
2
-16
/
+55
*
Disallow enumerated array literals without `field = value`
gingerBill
2019-12-28
1
-0
/
+2
*
Fix enumerated array contiguous error
gingerBill
2019-12-28
2
-18
/
+13
*
Fix enumerated array literal check
gingerBill
2019-12-28
2
-17
/
+11
*
Improve 'cannot slice' error message
gingerBill
2019-12-27
1
-1
/
+3
*
Fix slicing of pointer to array
gingerBill
2019-12-27
1
-1
/
+1
*
Support `for` and `inline for` for enumerated arrays
gingerBill
2019-12-27
2
-0
/
+54
*
Add #partial tag for enumerated arrays to prevent common errors using non-con...
gingerBill
2019-12-27
2
-1
/
+33
*
Fix missing case
gingerBill
2019-12-27
1
-0
/
+1
*
Fix enumerated array compound literals IR
gingerBill
2019-12-27
1
-0
/
+103
*
Add constant literal expressions
gingerBill
2019-12-27
4
-42
/
+229
*
Fix array lengths with enum value counts.
gingerBill
2019-12-27
5
-1
/
+116
*
Enumerated arrays `[Enum_Type]Elem_Type`
gingerBill
2019-12-27
6
-153
/
+758
*
Fix #514
gingerBill
2019-12-27
2
-2
/
+18
*
Fix https://github.com/odin-lang/Odin/issues/522
gingerBill
2019-12-27
1
-1
/
+3
*
Fix os.open
gingerBill
2019-12-23
1
-139
/
+143
*
Fix Internal Compiler Error: Type_Info for 'XXX' could not be found #507
gingerBill
2019-12-22
3
-11
/
+18
[next]