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
*
Add another `contextless`
bill/init-fini-changes
gingerBill
2025-08-08
1
-1
/
+1
*
Add missing `contextless`
gingerBill
2025-08-08
2
-2
/
+2
*
More contextless fixes
gingerBill
2025-08-08
4
-12
/
+13
*
Add more "contextless"
gingerBill
2025-08-08
2
-4
/
+8
*
Add contextless to another proc
gingerBill
2025-08-08
1
-2
/
+2
*
Fix more procedure to be `contextless`
gingerBill
2025-08-08
2
-2
/
+2
*
Make `get_args` contextless
gingerBill
2025-08-08
1
-1
/
+8
*
Remove unused import
gingerBill
2025-08-08
1
-1
/
+0
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
41
-91
/
+140
*
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
|
\
|
[next]