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
...
*
|
|
Add `#load_directory(path: string) > []runtime.Load_Directory_File`
gingerBill
2024-02-09
7
-69
/
+239
*
|
|
Merge pull request #3182 from laytan/fix-instrumentation-in-debug-mode
gingerBill
2024-02-08
2
-4
/
+17
|
\
\
\
|
*
|
|
fix instrumentation in debug mode
Laytan
2024-02-08
2
-4
/
+17
*
|
|
|
fix -no-crt on Linux
Laytan
2024-02-08
1
-18
/
+14
|
/
/
/
*
|
|
Disallow mixture of polymorphic $ names and normal identifiers within record ...
gingerBill
2024-02-08
1
-0
/
+47
*
|
|
Add check for a procedure
gingerBill
2024-02-08
1
-1
/
+4
*
|
|
Fix edge case for procedures
gingerBill
2024-02-08
1
-6
/
+6
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-02-08
1
-3
/
+3
|
\
\
\
|
*
|
|
fix ci
Laytan Laats
2024-02-07
1
-3
/
+3
*
|
|
|
Allow polymorphic checking with `intrinsics.type_is_subtype_of(Derived_Type, ...
gingerBill
2024-02-08
3
-5
/
+30
*
|
|
|
Correct the logic for parapoly records to match that of procedures (polymorph...
gingerBill
2024-02-08
1
-9
/
+15
|
/
/
/
*
|
|
Improve error handling for missing library collection provided by the compiler
gingerBill
2024-02-07
4
-22
/
+47
*
|
|
Fix `lb_hasher_proc_for_type`
gingerBill
2024-02-07
1
-1
/
+1
*
|
|
Merge pull request #3170 from flysand7/run-args-fix
gingerBill
2024-02-05
1
-4
/
+8
|
\
\
\
|
*
|
|
Make run args take the first '--' as the start of the args, instead of the la...
flysand7
2024-02-04
1
-4
/
+8
*
|
|
|
Force 128-bit calls on wasm
gingerBill
2024-02-05
1
-5
/
+5
*
|
|
|
Add require to 128-bit and f16 casts
gingerBill
2024-02-05
2
-30
/
+31
*
|
|
|
force requiring the 128-bit calls on WASM targets
gingerBill
2024-02-05
1
-21
/
+21
*
|
|
|
Add require flags to 128-bit integer procedures
gingerBill
2024-02-05
2
-7
/
+13
|
/
/
/
*
|
|
Merge pull request #3164 from FourteenBrush/master
gingerBill
2024-02-03
1
-0
/
+4
|
\
\
\
|
*
|
|
Fix code style
FourteenBrush
2024-02-02
1
-1
/
+1
|
*
|
|
Merge remote-tracking branch 'upstream/master'
FourteenBrush
2024-02-02
15
-154
/
+324
|
|
\
\
\
|
*
|
|
|
Fix Unhandled Ast_OrBranchExpr
FourteenBrush
2024-02-02
1
-0
/
+4
*
|
|
|
|
Fix dynamic array `index = value` with const `value` initializing to 0
korvahkh
2024-02-02
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Mock out comments
gingerBill
2024-02-02
1
-0
/
+5
*
|
|
|
Fix `type_elem_type` for `complex32` and `quaternion64`
gingerBill
2024-02-02
1
-0
/
+2
*
|
|
|
Minimize extra dependencies if u128/i128 and f16 are not used
gingerBill
2024-02-02
2
-26
/
+69
*
|
|
|
Allow fixed SOA structs
jakubtomsu
2024-01-31
1
-2
/
+2
*
|
|
|
Merge pull request #3141 from laytan/add-all-packages-flag-for-tests
gingerBill
2024-01-31
3
-34
/
+49
|
\
\
\
\
|
*
|
|
|
Add `odin test -all-packages` to be able to test an entire project
Laytan Laats
2024-01-26
3
-34
/
+49
|
|
/
/
/
*
|
|
|
Merge branch 'master' into base-work
gingerBill
2024-01-28
1
-1
/
+5
|
\
\
\
\
|
*
|
|
|
Fix semantics for casting between polymorphic specialized procedures
gingerBill
2024-01-28
1
-1
/
+5
*
|
|
|
|
Improve foreign variable fuzzy type checking
gingerBill
2024-01-28
2
-3
/
+3
*
|
|
|
|
Remove cyclic import hack for `package runtime`
gingerBill
2024-01-28
1
-4
/
+4
*
|
|
|
|
Freestanding - default to nil allocator; wasm - default to panic allocator
gingerBill
2024-01-28
1
-1
/
+10
*
|
|
|
|
`-default-to-panic-allocator`
gingerBill
2024-01-28
4
-16
/
+33
*
|
|
|
|
Move matrix compiler `builtin`s to `intrinsics`; alias within core_builtin_ma...
gingerBill
2024-01-28
3
-11
/
+13
*
|
|
|
|
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
4
-7
/
+54
|
/
/
/
/
*
|
|
|
Add `#field_align(N)`
gingerBill
2024-01-28
4
-24
/
+56
*
|
|
|
Remove dead code
gingerBill
2024-01-28
3
-26
/
+16
|
|
_
|
/
|
/
|
|
*
|
|
Fix #3122
gingerBill
2024-01-26
1
-1
/
+3
*
|
|
Fix `type_ptr_set_update`
gingerBill
2024-01-26
1
-1
/
+3
|
/
/
*
|
fix for wasm on llvm 17
Laytan Laats
2024-01-22
1
-1
/
+1
*
|
Clarify #location error message when not a call.
Jeroen van Rijn
2024-01-20
1
-1
/
+1
*
|
Expand -subsystem option on Windows
Jeroen van Rijn
2024-01-18
4
-28
/
+83
*
|
Add WINDOWS_SUBSYSTEM constant bool
Jeroen van Rijn
2024-01-18
2
-10
/
+11
*
|
Merge pull request #3093 from avanspector/master
gingerBill
2024-01-17
1
-1
/
+1
|
\
\
|
*
|
Fix gcc build
avanspector
2024-01-13
1
-1
/
+1
*
|
|
Merge pull request #3043 from laytan/check-float-value-succeeded
gingerBill
2024-01-17
1
-4
/
+20
|
\
\
\
|
*
|
|
check if string could be converted from float
Laytan Laats
2024-01-17
1
-4
/
+20
[prev]
[next]