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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Remove use of `.no_copy`
gingerBill
2025-07-30
1
-1
/
+1
*
|
Remove the semantics of `#no_copy`, keep the grammar
gingerBill
2025-07-30
1
-1
/
+1
|
/
*
switch to read_cycle_counter_frequency from arm64_read_cycle_counter_freq, tr...
Colin Davidson
2025-07-29
1
-2
/
+1
*
use the correct frequency for the arm tsc timer
Colin Davidson
2025-07-28
1
-0
/
+3
*
Merge pull request #5442 from jon-lipstate/table_lookup
gingerBill
2025-07-22
1
-0
/
+1
|
\
|
*
rename table_lookup to runtime_swizzle
Jon Lipstate
2025-07-16
1
-1
/
+1
|
*
table lookup intrinsic
Jon Lipstate
2025-07-05
1
-0
/
+1
*
|
Merge pull request #5467 from harold-b/hb.ios-subtarget-rename-iphone
gingerBill
2025-07-20
2
-2
/
+4
|
\
\
|
*
|
Rename `iOS` subtarget to `iPhone` for consistency.
Harold Brenes
2025-07-14
2
-2
/
+4
*
|
|
Fix @objc_implement methods not respecting @objc_is_class_method
Harold Brenes
2025-07-15
1
-0
/
+1
|
/
/
*
|
Updated iOS/iPhoneSimulator build support
Harold Brenes
2025-07-13
3
-2
/
+3
*
|
Add note on sparse vs contiguous
FourteenBrush
2025-07-11
1
-1
/
+2
*
|
Rephrasing for constants
FourteenBrush
2025-07-11
1
-1
/
+1
*
|
Add type_enum_is_contiguous intrinsic
FourteenBrush
2025-07-11
1
-0
/
+3
|
/
*
Disable usage of AddressSanitizer pending a per-allocator review
Feoramund
2025-06-15
1
-7
/
+7
*
runtime: Remove unneeded `max(0, ...)`
Feoramund
2025-06-13
1
-2
/
+2
*
Merge pull request #5286 from Feoramund/no-san-mem
gingerBill
2025-06-09
1
-0
/
+74
|
\
|
*
Add `@(no_sanitize_memory)` proc attribute with MSan additions to `base:sanit...
Feoramund
2025-06-05
1
-0
/
+74
*
|
Add `intrinsics.type_is_bit_field` proc
iarkn
2025-06-06
1
-0
/
+1
|
/
*
Guard against negative `index` in `inject_at`
Feoramund
2025-06-04
1
-0
/
+9
*
Add missing return cast in 'memory_prefix_length' on amd64 avx2
Matteo
2025-06-01
1
-1
/
+1
*
Vectorize `strings.prefix_length`.
Jeroen van Rijn
2025-05-31
1
-0
/
+68
*
Rename `SIMD_IS_EMULATED` to capability-affirmative `HAS_HARDWARE_SIMD`
Feoramund
2025-05-29
1
-8
/
+9
*
Vectorize `runtime.memory_*` comparison procedures
Feoramund
2025-05-29
1
-58
/
+140
*
Move `simd.IS_EMULATED` to `runtime.SIMD_IS_EMULATED`
Feoramund
2025-05-29
1
-0
/
+5
*
Remove commented block of code
Feoramund
2025-05-27
1
-59
/
+0
*
Clarify optimization mode affecting use-separate-modules
Jeroen van Rijn
2025-05-26
1
-2
/
+8
*
Clarify Darwin minimum OS version
Jeroen van Rijn
2025-05-26
1
-3
/
+3
*
Typo
Jeroen van Rijn
2025-05-26
1
-3
/
+3
*
Add comments to `builtin.odin`, documenting ODIN_* constants. (#5218)
Jeroen van Rijn
2025-05-26
1
-7
/
+223
*
new compiler intrinsics type_integer_to_unsigned,type_integer_to_signed
0xrsp
2025-05-15
1
-0
/
+3
*
Add `compress_values`
gingerBill
2025-05-12
1
-1
/
+2
*
require the __asan_unpoison_memory_region runtime symbol so empty projects wi...
Laytan Laats
2025-05-09
1
-0
/
+1
*
Merge pull request #5064 from harold-b/hb/objc-classes
gingerBill
2025-05-08
2
-7
/
+23
|
\
|
*
Implement all checker specification for Objective-C class implementations and...
Harold Brenes
2025-05-03
1
-1
/
+1
|
*
Go back to `objc_ivar_get` instead of `ivar_get`.
Harold Brenes
2025-04-30
1
-1
/
+1
|
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
2
-7
/
+23
*
|
Merge pull request #5122 from Lperlind/asan-allocators
gingerBill
2025-05-07
5
-4
/
+111
|
\
\
|
*
|
Cleanup
Lucas Perlind
2025-05-07
1
-3
/
+1
|
*
|
Fix wasi_wasm
Lucas Perlind
2025-05-06
1
-1
/
+1
|
*
|
Add asan support for various allocators
Lucas Perlind
2025-05-06
5
-4
/
+113
*
|
|
Added alternate reduce-add/reduce-mul intrinsics.
Barinzaya
2025-05-05
1
-0
/
+4
|
/
/
*
|
Add `simd.indices` and docs
gingerBill
2025-05-05
1
-1
/
+1
*
|
Document base:sanitizer
Lucas Perlind
2025-04-29
2
-6
/
+262
*
|
Remove dependency on runtime; Add to examples
Lucas Perlind
2025-04-24
1
-23
/
+9
*
|
Add base:sanitizer package
Lucas Perlind
2025-04-24
1
-48
/
+50
*
|
make asan procs contextless
Lucas Perlind
2025-04-24
1
-32
/
+32
[next]