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
/
core_builtin.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0
/
+26
|
\
\
|
*
|
add `map_entry` procedure
Laytan Laats
2024-11-28
1
-0
/
+26
|
|
/
*
/
base/runtime: Add `ensure` and `ensure_contextless`
Yawning Angel
2024-12-25
1
-0
/
+29
|
/
*
[runtime] `make(map[K]V)` should not allocate any capacity
Tetralux
2024-11-16
1
-2
/
+2
*
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
*
add '#caller_expression'
Laytan Laats
2024-09-14
1
-2
/
+2
*
Added `#any_int` directive to some more builtin slice/dynamic array
Franz Hoeltermann
2024-09-03
1
-10
/
+10
*
Add `assert_contextless`, `panic_contextless`, `unimplemented_contextless`
gingerBill
2024-08-14
1
-0
/
+27
*
fix copy-paste error in `make` docs
Laytan Laats
2024-08-11
1
-2
/
+2
*
Type erase `_make_dynamic_array_len_cap`
gingerBill
2024-07-15
1
-6
/
+13
*
Minor clean ups
gingerBill
2024-07-14
1
-8
/
+11
*
Inline `_append_elem_string` further
gingerBill
2024-07-14
1
-6
/
+1
*
Type erase for `append_elems`
gingerBill
2024-07-14
1
-32
/
+33
*
Type erase `append_elem`
gingerBill
2024-07-14
1
-29
/
+29
*
type erase `resize` and `reserve` internals
gingerBill
2024-07-14
1
-22
/
+21
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-4
/
+4
*
Add more uses of `#no_capture`
gingerBill
2024-07-14
1
-7
/
+7
*
Add `non_zero_*` variants for `#soa` dynamic array
gingerBill
2024-07-01
1
-3
/
+18
*
Add `#soa` support to `append` directly
gingerBill
2024-07-01
1
-0
/
+3
*
Add #soa forms to reserve, clear, and resize
gingerBill
2024-07-01
1
-4
/
+23
*
Add support for `make(#soa[]T)` etc
gingerBill
2024-07-01
1
-0
/
+5
*
Made default capacity of dynamic arrays more consistent.
Karl Zylinski
2024-06-29
1
-5
/
+5
*
Merge pull request #3502 from ARtemachka/master
gingerBill
2024-06-28
1
-2
/
+2
|
\
|
*
Fix typo in core_builtin
Artsiom Babukh
2024-04-28
1
-2
/
+2
*
|
Replace `max(8, 1)` in _append_elem with just `8` and a comment.
Karl Zylinski
2024-06-25
1
-1
/
+2
*
|
Use `#any_int` for `reserve_*` and `resize_*` procs
Feoramund
2024-06-10
1
-5
/
+5
|
/
*
Correct `copy_from_string` docs
Chris
2024-04-16
1
-2
/
+2
*
Fix `resize` bug caused by typo
gingerBill
2024-03-24
1
-1
/
+1
*
Fix `resize` zeroing behaviour
gingerBill
2024-03-24
1
-0
/
+3
*
Add `#no_broadcast` procedure parameter to disallow automatic array programmi...
gingerBill
2024-03-21
1
-6
/
+6
*
Add builtin `map_upsert`
gingerBill
2024-03-11
1
-7
/
+9
*
Add `runtime.map_insert_and_check_for_previous`
gingerBill
2024-02-06
1
-0
/
+14
*
Add `contextless` where missing
gingerBill
2024-02-02
1
-3
/
+3
*
Fix #3150
gingerBill
2024-01-29
1
-0
/
+1
*
Remove `incl` and `excl`
gingerBill
2024-01-29
1
-33
/
+0
*
Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`
gingerBill
2024-01-28
1
-1
/
+1
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
1
-0
/
+915