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
*
Fix typo
bill/utf16-strings
gingerBill
2025-08-07
1
-1
/
+1
*
Add `intrinsics.type_canonical_name`
gingerBill
2025-08-07
3
-0
/
+22
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
10
-13
/
+33
*
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
8
-15
/
+92
|
\
|
*
Fix atomics for tuples
dev-2025-08
gingerBill
2025-08-05
1
-1
/
+1
|
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-08-05
2
-3
/
+7
|
|
\
|
|
*
Merge pull request #5540 from jared-cone/fix-windows-delete-after-free
Laytan
2025-08-05
1
-3
/
+3
|
|
|
\
|
|
|
*
Fixed delete-after-free in file_windows.odin
Jared Cone
2025-08-04
1
-3
/
+3
|
|
*
|
Merge pull request #5539 from Jack-Punter/fix-spall-scoped-event-with-autotra...
Laytan
2025-08-05
1
-0
/
+4
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Adds @(no_instrumentation) to spall buffer and SCOPED operations
Jack Punter
2025-08-04
1
-0
/
+4
|
|
|
/
|
*
/
Fix possible race condition with struct offsets
gingerBill
2025-08-05
2
-9
/
+17
|
|
/
|
*
Add `intrinsics.type_is_nearly_simple_compare`
gingerBill
2025-08-04
4
-1
/
+61
|
*
Merge pull request #5531 from laytan/thread-stack-size-rlimit
gingerBill
2025-08-02
1
-1
/
+6
|
|
\
|
|
*
thread: set stack size to rlimit
Laytan Laats
2025-08-02
1
-1
/
+6
|
|
/
*
|
Fix `cstring != ""`
gingerBill
2025-08-02
1
-2
/
+2
*
|
Fix `string16 != ""` comparison
gingerBill
2025-08-02
1
-4
/
+12
*
|
Fix string16 literal length set in LLVM
gingerBill
2025-08-02
3
-7
/
+12
*
|
Fix tests for UTF-16 strings
gingerBill
2025-08-02
4
-5
/
+6
*
|
Remove unneeded uses of `intrinsics.constant_utf16_cstring`
gingerBill
2025-08-02
3
-4
/
+4
*
|
Fix [^]u16 <-> cstring16 conversions
gingerBill
2025-08-02
1
-0
/
+61
*
|
os2 internals -> (c)string16
gingerBill
2025-08-02
10
-49
/
+76
*
|
Add string16_map.cpp
gingerBill
2025-08-02
1
-0
/
+538
*
|
Cache const `string16` in LLVM
gingerBill
2025-08-02
6
-13
/
+83
*
|
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
21
-69
/
+321
*
|
Begin supporting `string16` across the core library
gingerBill
2025-08-02
20
-32
/
+230
*
|
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
25
-62
/
+873
|
/
*
Merge pull request #5505 from RoboMage/sdl2_audio_bitset
Laytan
2025-08-01
1
-7
/
+9
|
\
|
*
SDL2 - audio allow change bit_set
robomage
2025-07-27
1
-7
/
+9
*
|
Merge pull request #5510 from taylormck/add-cgltf-enums
Laytan
2025-08-01
1
-4
/
+20
|
\
\
|
*
|
fix: align the enum values
Taylor
2025-07-30
1
-8
/
+8
|
*
|
add cgltf filter type and wrap mode enums
Taylor
2025-07-28
1
-4
/
+20
*
|
|
fix check
Laytan
2025-08-01
1
-1
/
+1
*
|
|
concrete types to make llvm 14 happy
Laytan
2025-08-01
1
-5
/
+8
*
|
|
fix dropping part of particular vecs
Laytan
2025-08-01
1
-1
/
+1
*
|
|
Merge pull request #5525 from Barinzaya/xxh3-simd
gingerBill
2025-08-01
4
-33
/
+153
|
\
\
\
|
*
|
|
Skip bounds checking on the inner accumulate loop.
Barinzaya
2025-07-31
1
-2
/
+2
|
*
|
|
Remove favor_size attributes inhibiting SIMD optimizations.
Barinzaya
2025-07-31
1
-11
/
+0
|
*
|
|
Various minor changes in XXH3.
Barinzaya
2025-07-31
1
-19
/
+17
|
*
|
|
Add static SIMD support to XXH3 in core:hash/xxhash.
Barinzaya
2025-07-31
4
-4
/
+137
*
|
|
|
Merge pull request #5526 from laytan/fixes-for-vector-abi
gingerBill
2025-08-01
1
-10
/
+36
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix vec offset calculation
Laytan
2025-07-31
1
-1
/
+1
|
*
|
|
amd64 support `half` in the abi too
Laytan
2025-07-31
1
-2
/
+21
|
*
|
|
amd64 abi fixes regarding vectors
Laytan
2025-07-31
1
-9
/
+16
*
|
|
|
Placate linker
Jeroen van Rijn
2025-07-31
1
-0
/
+1
*
|
|
|
Merge pull request #5520 from Mecso2/master
Jeroen van Rijn
2025-07-31
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
fix amd64 no-crt entry assembly
Mecso2
2025-07-30
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #5513 from colrdavidson/spall_v3
gingerBill
2025-07-31
1
-40
/
+98
|
\
\
\
\
|
*
|
|
|
adjust scale with new format, fix segfault for auto-trace
Colin Davidson
2025-07-30
1
-1
/
+5
|
*
|
|
|
Merge remote-tracking branch 'live/master' into spall_v3
Colin Davidson
2025-07-30
1
-3
/
+3
|
|
\
|
|
|
|
*
|
|
|
Merge remote-tracking branch 'live/master' into spall_v3
Colin Davidson
2025-07-29
10
-39
/
+433
|
|
\
\
\
\
[next]