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
*
Merge pull request #4449 from 0dminnimda/add-pie
dev-2024-11
Jeroen van Rijn
2024-11-04
2
-4
/
+13
|
\
|
*
Revert further simplifiction
0dminnimda
2024-11-04
1
-1
/
+1
|
*
Simplify further
0dminnimda
2024-11-04
1
-1
/
+1
|
*
Simplify use of pie
0dminnimda
2024-11-04
3
-48
/
+9
|
*
Add support for linking as pie
0dminnimda
2024-11-04
3
-3
/
+51
*
|
Fix previous commit for arrays
gingerBill
2024-11-04
1
-10
/
+9
*
|
Fix bug for `foo().bar` where `foo()` is a 0-value expression
gingerBill
2024-11-04
1
-12
/
+16
*
|
Fix `auto_cast` matrix bug
gingerBill
2024-11-04
1
-1
/
+12
*
|
Fix #4406 `os2` to not close the std file handles but rather just free the me...
gingerBill
2024-11-04
1
-3
/
+3
*
|
Merge pull request #4451 from NicknEma/contextless-marks
Jeroen van Rijn
2024-11-04
1
-7
/
+7
|
\
\
|
*
|
Mark procs as "contextless" in winerror.odin
NicknEma
2024-11-04
1
-7
/
+7
|
/
/
*
|
Merge pull request #4447 from Kelimion/is_aligned
Jeroen van Rijn
2024-11-03
1
-1
/
+3
|
\
\
|
*
|
Missing paren.
Jeroen van Rijn
2024-11-03
1
-1
/
+1
|
*
|
`mem.is_aligned` is in bytes, not log2 bytes
Jeroen van Rijn
2024-11-03
1
-1
/
+3
|
/
/
*
|
Merge pull request #4415 from p2jason/master
Laytan
2024-11-01
1
-14
/
+17
|
\
\
|
*
|
Removed event hook callback from add_*_event_listener functions
p2jason
2024-10-31
1
-18
/
+4
|
*
|
Removed event queue from add_*_event_listener JS functions and added event ho...
p2jason
2024-10-31
2
-35
/
+43
|
*
|
Changed boolean parameters to bit set in the add_*_event_listener functions
p2jason
2024-10-25
1
-6
/
+6
|
*
|
Added parameters to the add_*_event_listener JS functions for stopping event ...
p2jason
2024-10-24
2
-11
/
+20
*
|
|
fix tabs
Laytan Laats
2024-11-01
1
-15
/
+15
*
|
|
add time/timezone to docs
Laytan Laats
2024-11-01
1
-0
/
+2
*
|
|
add CoreFoundation and Security to docs
Laytan Laats
2024-11-01
1
-0
/
+4
*
|
|
add kqueue to docs
Laytan Laats
2024-11-01
1
-1
/
+3
*
|
|
testing: separate the posix import into target files
Laytan Laats
2024-11-01
3
-17
/
+32
*
|
|
Merge pull request #4441 from Barinzaya/raymath-vectortransform-translation-fix
gingerBill
2024-11-01
1
-2
/
+2
|
\
\
\
|
*
|
|
Fixed raymath not applying matrix translations.
Barinzaya
2024-10-31
1
-2
/
+2
*
|
|
|
Merge pull request #4442 from peachey2k2/master
Jeroen van Rijn
2024-11-01
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add "-build-mode:dynamic" to the "odin help build" output
peachey2k2
2024-11-01
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #4438 from laytan/fixing-threads
Laytan
2024-10-30
5
-7
/
+73
|
\
\
\
|
*
|
|
fix thread_unix for Darwin after pthread corrections in posix package
Laytan Laats
2024-10-30
5
-7
/
+73
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-10-30
95
-1638
/
+1469
|
\
|
|
|
|
*
|
|
Merge pull request #4425 from bobsayshilol/misc-fixes
gingerBill
2024-10-30
6
-16
/
+27
|
|
\
\
\
|
|
*
|
|
Plug a memory leak
bobsayshilol
2024-10-27
1
-2
/
+0
|
|
*
|
|
Add missing guards around push/pop pragmas
bobsayshilol
2024-10-27
1
-3
/
+8
|
|
*
|
|
Fix passing nullptr to args marked as non-null
bobsayshilol
2024-10-27
2
-1
/
+6
|
|
*
|
|
Avoid undefined arithmetic shifting
bobsayshilol
2024-10-27
1
-1
/
+1
|
|
*
|
|
Avoid member access through nullptr in debug
bobsayshilol
2024-10-27
1
-8
/
+11
|
|
*
|
|
Fix invalid union access
bobsayshilol
2024-10-27
1
-1
/
+1
|
*
|
|
|
Merge pull request #4427 from laytan/posix-additions
gingerBill
2024-10-30
80
-1601
/
+1372
|
|
\
\
\
\
|
|
*
|
|
|
fix test
Laytan
2024-10-28
3
-6
/
+9
|
|
*
|
|
|
port pthread_mutex_t and pthread_cond_t from sys/unix cause miniaudio wants it
Laytan
2024-10-28
2
-11
/
+51
|
|
*
|
|
|
clean up dynlib and path/filepath with sys/posix
Laytan
2024-10-28
5
-53
/
+40
|
|
*
|
|
|
remove pthread from sys/unix and use sys/posix where used
Laytan
2024-10-28
10
-749
/
+38
|
|
*
|
|
|
fix `#load_directory` including nested directories
Laytan
2024-10-28
1
-0
/
+4
|
|
*
|
|
|
sys/posix: impl rest of linux, impl some of Windows
Laytan Laats
2024-10-28
63
-789
/
+1237
|
*
|
|
|
|
Merge pull request #4436 from karl-zylinski/utf8string-last-rune-bug
gingerBill
2024-10-30
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Fix for using utf8string.at with last rune index returning wrong rune.
Karl Zylinski
2024-10-30
1
-1
/
+1
|
*
|
|
|
|
|
Merge pull request #4432 from Kelimion/fix-4431
Jeroen van Rijn
2024-10-29
1
-0
/
+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
match_exact_value: return when type is compound
Jeroen van Rijn
2024-10-29
1
-0
/
+1
|
*
|
|
|
|
|
|
Merge pull request #4430 from Wyr0X/patch-1
Laytan
2024-10-29
1
-1
/
+1
|
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
[next]