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
...
|
|
*
|
|
|
|
PR#3655 - small linter issue correction
Erik Isidore
2024-05-30
1
-1
/
+1
|
|
*
|
|
|
|
core:sys/linux - Add support for Unix Domain Socket addresses
Erik Isidore
2024-05-30
2
-0
/
+14
|
|
|
/
/
/
/
*
|
/
/
/
/
`core:encoding/ini`
gingerBill
2024-05-31
1
-0
/
+189
|
/
/
/
/
/
*
|
|
|
|
Fix #3649
gingerBill
2024-05-30
1
-0
/
+2
*
|
|
|
|
Fix types again
gingerBill
2024-05-30
1
-2
/
+2
*
|
|
|
|
Add experimental target `orca_wasm32`
gingerBill
2024-05-30
3
-5
/
+30
*
|
|
|
|
Clean up `handle_link_name` handling of `link_suffix`
gingerBill
2024-05-30
1
-3
/
+22
*
|
|
|
|
Fix #3651
gingerBill
2024-05-30
1
-2
/
+2
*
|
|
|
|
Add `@(link_suffix=<string>)`
gingerBill
2024-05-30
5
-9
/
+61
*
|
|
|
|
Merge pull request #3656 from laytan/microui-optional-clipboard
gingerBill
2024-05-30
1
-1
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
microui: make clipboard optional during init
Laytan Laats
2024-05-30
1
-1
/
+6
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #3652 from Dudejoe870/compile-time-hash
gingerBill
2024-05-30
2
-50
/
+120
|
\
\
\
\
\
|
*
|
|
|
|
Initial hash directive implementation
Dudejoe870
2024-05-28
2
-50
/
+120
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #3653 from laytan/fix-wheel-event-js-wsam
gingerBill
2024-05-30
1
-6
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
wasm: fix the WheelEvent not storing data properly
Laytan Laats
2024-05-30
1
-6
/
+6
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #3654 from laytan/darwin-fix-sdkpath
gingerBill
2024-05-30
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
darwin: fix sysroot retrieval for some systems
Laytan Laats
2024-05-30
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #3650 from yay/destroy-multi-logger-no-pointer
gingerBill
2024-05-29
1
-3
/
+2
|
\
\
\
\
|
*
|
|
|
Take logger itself, not a pointer to logger in multi-logger destructor.
Vitalii Kravchenko
2024-05-28
1
-3
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #3644 from odin-lang/foreign-import-improvements
gingerBill
2024-05-28
8
-85
/
+152
|
\
\
\
\
|
*
|
|
|
Change parser to use `^Expr` rather than `string` for the foreign import paths
gingerBill
2024-05-28
3
-6
/
+8
|
*
|
|
|
Delay checking foreign import paths until after global scope is checked
gingerBill
2024-05-28
5
-83
/
+118
|
*
|
|
|
Begin moving `foreign import` import paths to be evaluated in the semantic ph...
gingerBill
2024-05-27
4
-39
/
+69
*
|
|
|
|
Merge pull request #3647 from Feoramund/fix-core-data-comments
Jeroen van Rijn
2024-05-28
1
-0
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Make `ODIN_OS`, `ODIN_BUILD_MODE` comments congruent to underlying data
Feoramund
2024-05-28
1
-0
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #3648 from Feoramund/rem-unused-prime-code
Jeroen van Rijn
2024-05-28
1
-3
/
+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove unused code in `internal_random_prime`
Feoramund
2024-05-28
1
-3
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #3642 from 2nafish117/fix-pitch-from-quat
gingerBill
2024-05-27
3
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix pitch_from_quaternion
shashank
2024-05-27
3
-3
/
+3
|
/
/
/
*
|
|
Merge pull request #3639 from yay/destroy-file-logger-no-pointer
Jeroen van Rijn
2024-05-27
1
-1
/
+1
|
\
\
\
|
*
|
|
Make destroy_file_logger take logger instead of logger pointer.
Vitalii Kravchenko
2024-05-27
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #3638 from harold-b/fix-darwin-libc-proc-sigs
gingerBill
2024-05-27
1
-4
/
+4
|
\
\
\
|
*
|
|
Fix a few darwin libc signatures with incorrect parameters.
Harold Brenes
2024-05-26
1
-4
/
+4
|
/
/
/
*
|
|
Merge pull request #3637 from laytan/revert-clang++-detection
gingerBill
2024-05-26
1
-1
/
+7
|
\
\
\
|
*
|
|
revert `$(llvm-config --bindir)/clang++` to get the cpp compiler
Laytan Laats
2024-05-26
1
-1
/
+7
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-05-26
5
-14
/
+192
|
\
\
\
\
|
*
\
\
\
Merge pull request #3633 from korvahkh/fix-slice-has-affix
gingerBill
2024-05-25
1
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
Fix slice.has_prefix & slice.has_suffix
korvahkh
2024-05-25
1
-2
/
+2
|
|
/
/
/
/
|
*
|
|
|
Merge pull request #3628 from IllusionMan1212/bitset-json-marshalling-fix
Jeroen van Rijn
2024-05-25
1
-2
/
+0
|
|
\
\
\
\
|
|
*
|
|
|
fix(core/encoding/json): remove Unsupported_Type return when marshalling bit_set
IllusionMan1212
2024-05-25
1
-2
/
+0
|
*
|
|
|
|
Merge pull request #3625 from Kelimion/iso8061
Jeroen van Rijn
2024-05-24
2
-4
/
+180
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Limit to max of 9 fraction second digits, part deux.
Jeroen van Rijn
2024-05-24
1
-2
/
+2
|
|
*
|
|
|
|
Limit to max of 9 fraction second digits.
Jeroen van Rijn
2024-05-24
1
-1
/
+1
|
|
*
|
|
|
|
Add dedicated ISO 8601 parser.
Jeroen van Rijn
2024-05-24
2
-4
/
+180
|
|
/
/
/
/
/
|
*
|
|
|
|
Allow lowercase z TZ indicator.
Jeroen van Rijn
2024-05-24
2
-1
/
+3
|
*
|
|
|
|
Merge pull request #3623 from yay/allow-space-in-rfc-3339
Jeroen van Rijn
2024-05-24
2
-6
/
+8
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Allow space (in addition to T and t) as RFC 3339 date/time separator.
Vitalii Kravchenko
2024-05-24
2
-6
/
+8
*
|
|
|
|
|
|
Fix #3630 (first part)
gingerBill
2024-05-26
2
-2
/
+2
|
/
/
/
/
/
/
*
/
/
/
/
/
Fix types
gingerBill
2024-05-24
1
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #3621 from laytan/enable-default-temp-allocator-wasm
Jeroen van Rijn
2024-05-24
1
-1
/
+1
|
\
\
\
\
\
[prev]
[next]