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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
5
-6
/
+7
*
Merge branch 'master' into bill/utf16-strings
gingerBill
2025-08-05
3
-4
/
+13
|
\
|
*
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
|
*
|
Adds @(no_instrumentation) to spall buffer and SCOPED operations
Jack Punter
2025-08-04
1
-0
/
+4
|
|
/
|
*
thread: set stack size to rlimit
Laytan Laats
2025-08-02
1
-1
/
+6
*
|
Fix tests for UTF-16 strings
gingerBill
2025-08-02
1
-1
/
+1
*
|
Remove unneeded uses of `intrinsics.constant_utf16_cstring`
gingerBill
2025-08-02
1
-1
/
+1
*
|
os2 internals -> (c)string16
gingerBill
2025-08-02
10
-49
/
+76
*
|
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
15
-63
/
+93
*
|
Begin supporting `string16` across the core library
gingerBill
2025-08-02
8
-19
/
+27
*
|
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
4
-0
/
+147
|
/
*
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 #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
5
-38
/
+394
|
|
\
\
|
*
|
|
oops, one more manual_header
Colin Davidson
2025-07-28
1
-1
/
+1
|
*
|
|
name_container_event -> name_event
Colin Davidson
2025-07-28
1
-5
/
+5
|
*
|
|
fix casts and consts
Colin Davidson
2025-07-28
1
-6
/
+8
|
*
|
|
update to spall format v3
Colin Davidson
2025-07-28
1
-36
/
+88
*
|
|
|
Remove use of `.no_copy`
gingerBill
2025-07-30
2
-2
/
+2
*
|
|
|
Fix typo
gingerBill
2025-07-30
1
-1
/
+1
*
|
|
|
Add `virtual.new_clone`
gingerBill
2025-07-30
1
-0
/
+11
*
|
|
|
Improve atomic logic for `sync.Wait_Group`
gingerBill
2025-07-30
1
-12
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
require to reduce files for a one line function
Colin Davidson
2025-07-29
1
-1
/
+1
*
|
|
attempt to fix x86 osx build
Colin Davidson
2025-07-29
1
-2
/
+2
|
|
/
|
/
|
*
|
workaround to avoid excessive file-splitting
Colin Davidson
2025-07-29
1
-1
/
+1
*
|
if -> when
Colin Davidson
2025-07-29
1
-1
/
+1
*
|
switch to read_cycle_counter_frequency from arm64_read_cycle_counter_freq, tr...
Colin Davidson
2025-07-29
2
-2
/
+2
*
|
remove spawn from os, comment sys/posix/spawn
Colin Davidson
2025-07-29
2
-35
/
+8
*
|
shuffle to Kern_Return
Colin Davidson
2025-07-29
1
-19
/
+19
*
|
enum pass
Colin Davidson
2025-07-29
4
-31
/
+115
*
|
copy-paste typo fix
Colin Davidson
2025-07-28
1
-1
/
+1
*
|
update linux-arm to use the asm intrin for freq
Colin Davidson
2025-07-28
1
-24
/
+29
*
|
arm64 has an invariant tsc too
Colin Davidson
2025-07-28
1
-0
/
+2
*
|
use the correct frequency for the arm tsc timer
Colin Davidson
2025-07-28
1
-1
/
+2
*
|
Merge remote-tracking branch 'live/master' into macharena
Colin Davidson
2025-07-28
88
-127
/
+205
|
\
|
|
*
Fix #5498
Jeroen van Rijn
2025-07-25
1
-1
/
+1
|
*
mem: Clarify `Buddy_Allocator` requirements
Feoramund
2025-07-22
1
-1
/
+4
|
*
Merge pull request #5442 from jon-lipstate/table_lookup
gingerBill
2025-07-22
1
-0
/
+51
|
|
\
|
|
*
rename table_lookup to runtime_swizzle
Jon Lipstate
2025-07-16
1
-3
/
+3
|
|
*
table lookup intrinsic
Jon Lipstate
2025-07-05
1
-0
/
+51
|
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2025-07-20
10
-29
/
+21
|
|
\
\
|
|
*
\
Merge pull request #5467 from harold-b/hb.ios-subtarget-rename-iphone
gingerBill
2025-07-20
2
-16
/
+6
|
|
|
\
\
|
|
|
*
|
Rename `iOS` subtarget to `iPhone` for consistency.
Harold Brenes
2025-07-14
2
-16
/
+6
|
|
*
|
|
Merge pull request #5482 from sergeypdev/master
Laytan
2025-07-20
2
-0
/
+2
|
|
|
\
\
\
[next]