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
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Handle nil old data case
Damian Tarnawski
2025-08-24
1
-41
/
+48
|
*
Always use .Resize_Non_Zeroed in _reserve_soa
Damian Tarnawski
2025-08-23
1
-1
/
+1
|
*
Avoid overlap issues when correcting memory after resize in _reserve_soa
Damian Tarnawski
2025-08-23
1
-5
/
+14
|
*
Only zero memory when requested
Damian Tarnawski
2025-08-23
1
-9
/
+9
|
*
Support using allocator resize in `_reserve_soa` (fixes #5615)
Damian Tarnawski
2025-08-23
1
-5
/
+51
*
|
Zero existing memory when using resize_soa (fixes #5614)
Damian Tarnawski
2025-08-23
1
-0
/
+24
|
/
*
Fix stride in `memory_equal/compare_zero` giving false positves
blob1807
2025-08-21
1
-4
/
+4
*
fix: throwing away the last generated byte in default_random_generator_proc
Xotchkass
2025-08-14
1
-1
/
+1
*
Merge pull request #5558 from odin-lang/bill/init-fini-changes
gingerBill
2025-08-10
5
-10
/
+20
|
\
|
*
`contextless` fixes for `js`
gingerBill
2025-08-08
1
-2
/
+2
|
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
4
-8
/
+18
*
|
Update runtime doc file
Sunagatov Denis
2025-08-08
2
-180
/
+244
|
/
*
Implementes the block ABI.2010.3.16 natively via the `objc_block` intrinsic a...
Harold Brenes
2025-08-06
2
-1
/
+16
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
2
-3
/
+9
*
`for in string16`; Support `string16` across core
gingerBill
2025-08-02
1
-0
/
+62
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-0
/
+6
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
3
-2
/
+126
*
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
|
/
*
Merge pull request #5467 from harold-b/hb.ios-subtarget-rename-iphone
gingerBill
2025-07-20
1
-1
/
+3
|
\
|
*
Rename `iOS` subtarget to `iPhone` for consistency.
Harold Brenes
2025-07-14
1
-1
/
+3
*
|
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
2
-1
/
+2
*
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
*
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
*
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
1
-6
/
+19
|
\
|
*
Add initial support for Objective-C class implementation
Harold Brenes
2025-04-20
1
-6
/
+19
*
|
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
3
-2
/
+27
|
/
*
Change hashing rules for float-like types to make `0 == -0`
gingerBill
2025-04-16
1
-0
/
+29
*
Remove Type_Info_Tuple
Jeroen van Rijn
2025-04-13
1
-1
/
+0
*
Support subtargets in build tags: `#build darwin:generic` and `#build linux:a...
gingerBill
2025-04-10
1
-0
/
+4
*
Fix use of errno on OpenBSD.
Dave Voutila
2025-03-27
1
-1
/
+1
*
Merge pull request #4836 from laytan/fix-wrong-out-of-memory
gingerBill
2025-03-20
1
-6
/
+7
|
\
|
*
fix wrong out of memory in edge cases, just try allocate from block for one s...
Laytan Laats
2025-02-12
1
-6
/
+7
*
|
Fix #4903
gingerBill
2025-03-03
1
-1
/
+3
*
|
Add `@(require_results)` to random generator
gingerBill
2025-02-24
1
-0
/
+1
*
|
Fix `typeid` size for 32-bit platforms
gingerBill
2025-02-20
1
-0
/
+2
[prev]
[next]