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
...
|
*
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
*
|
Keep -vet happy
gingerBill
2025-02-20
1
-1
/
+1
*
|
Change `typeid` definition to be based around the canonical type hash
gingerBill
2025-02-20
1
-47
/
+9
|
/
*
Added support for growing in place to some arenas.
Barinzaya
2025-01-24
1
-4
/
+18
*
Add `priority_index` to `Foundation.framework` import in `base:runtime`
gingerBill
2025-01-22
1
-0
/
+1
*
fix map_entry sometimes giving wrong key pointer
Laytan Laats
2025-01-18
1
-10
/
+27
*
Fix: Issue with non-zeroed memory after arena_temp_and;
alektron
2025-01-15
1
-1
/
+2
*
Merge pull request #4599 from Barinzaya/fix_dynamic_resize_zeroing_on_grow
gingerBill
2025-01-06
1
-3
/
+5
|
\
|
*
Fixed zeroing in resize_dynamic_array.
Barinzaya
2024-12-19
1
-3
/
+5
*
|
Merge pull request #4533 from laytan/map-entry
gingerBill
2025-01-06
2
-0
/
+49
|
\
\
|
*
|
add `map_entry` procedure
Laytan Laats
2024-11-28
2
-0
/
+49
|
|
/
*
|
Merge pull request #4623 from Yawning/feature/rt-assert-ensure
gingerBill
2025-01-06
1
-0
/
+29
|
\
\
|
*
|
base/runtime: Add `ensure` and `ensure_contextless`
Yawning Angel
2024-12-25
1
-0
/
+29
|
|
/
*
|
fix N=1 and cleanup tests
fleandro
2025-01-03
1
-6
/
+6
*
|
runtime: map_cell_index_static produced wrong results when the number of elem...
fleandro
2025-01-03
1
-5
/
+5
|
/
*
Fix #4509
Jeroen van Rijn
2024-11-24
1
-0
/
+2
*
[runtime] `make(map[K]V)` should not allocate any capacity
Tetralux
2024-11-16
1
-2
/
+2
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
2
-24
/
+0
*
math/rand: add `choice_bit_set`
Laytan Laats
2024-10-26
1
-13
/
+1
*
Add make_map that just takes an allocator and no capacity, similar to make_dy...
Karl Zylinski
2024-10-02
1
-2
/
+14
*
Add documentation to `runtime.container_of`
mtarik34b
2024-09-29
1
-0
/
+33
*
Fix 128-bit integer support for wasm targets
gingerBill
2024-09-20
1
-19
/
+41
*
Merge pull request #4270 from flysand7/heap-alloc-resize-fix
gingerBill
2024-09-19
1
-10
/
+12
|
\
|
*
Fix vet errors
flysand7
2024-09-19
1
-1
/
+0
|
*
Fix resize OOB when copying old data that's bigger than new data
flysand7
2024-09-19
1
-9
/
+12
*
|
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
2
-6
/
+9
|
\
|
|
*
Merge pull request #4242 from laytan/caller-expression
gingerBill
2024-09-16
1
-2
/
+2
|
|
\
|
|
*
add '#caller_expression'
Laytan Laats
2024-09-14
1
-2
/
+2
|
*
|
[mem]: Fix handling of default resize to check alignment
flysand7
2024-09-11
1
-4
/
+7
|
|
/
*
/
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
23
-42
/
+42
|
/
*
Added `#any_int` directive to some more builtin slice/dynamic array
Franz Hoeltermann
2024-09-03
2
-13
/
+13
*
Added `#any_int` to some #soa procs to mirror the behaviour of their
Franz Hoeltermann
2024-09-03
1
-5
/
+5
*
Move some types to runtime, use reflection instead of lut
Damian Tarnawski
2024-08-29
1
-0
/
+29
*
Add API for freeing `thread_local` state
Feoramund
2024-08-26
1
-0
/
+34
*
Fix `-vet-tabs` issues
gingerBill
2024-08-24
1
-2
/
+2
*
Merge pull request #4089 from laytan/riscv64
gingerBill
2024-08-22
3
-0
/
+15
|
\
|
*
add support for linux_riscv64 and freestanding_riscv64
Laytan
2024-08-20
3
-0
/
+15
*
|
fix i128 division?
Laytan
2024-08-20
1
-4
/
+22
|
/
[prev]
[next]