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
/
runtime
/
core_builtin.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill
2024-01-28
1
-915
/
+0
*
Remove mention of `map` in builtin resize proc group
Kyle Burke
2024-01-24
1
-1
/
+1
*
bring log allocator up to date
Colin Davidson
2024-01-17
1
-3
/
+8
|
\
|
*
remove duplication
Alex Ragalie
2023-12-31
1
-1
/
+1
|
*
fix typo in assign_at_elems
Laytan Laats
2023-12-28
1
-1
/
+1
|
*
Fix `assign_at_elems` to match the same logic as `assign_at_elem_string`
gingerBill
2023-12-18
1
-2
/
+7
*
|
add non-zeroing append and resize
Colin Davidson
2023-12-04
1
-15
/
+90
|
/
*
Fix typos
Jeroen van Rijn
2023-11-13
1
-1
/
+1
*
Remove `disabled` attribute from `unimplemented`
gingerBill
2023-10-25
1
-1
/
+0
*
On `-disable-assert`, `panic` will still work but not print the caller location
gingerBill
2023-10-25
1
-1
/
+0
*
Fix #2763
Jeroen van Rijn
2023-08-22
1
-5
/
+6
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-6
/
+6
*
Add more documentation to numerous `@builtin` procedures in package runtime
gingerBill
2023-05-30
1
-6
/
+110
*
Improve error handling for `resize` and `reserve` procedures
gingerBill
2023-05-22
1
-68
/
+69
*
Add require_results to make builtin procedures
gingerBill
2023-05-22
1
-9
/
+11
*
[runtime] Pass along #caller_location in append_nothing()
Tetralux
2023-05-12
1
-1
/
+1
*
Fix again append on zero sized types
gingerBill
2023-04-19
1
-5
/
+5
*
Fix missing cast in `array_elems`
gingerBill
2023-04-19
1
-3
/
+5
*
Remove usage of global_default_temp_allocator_data when there is no default a...
Fabian Sperber
2023-03-13
1
-3
/
+7
*
Add `#optional_allocator_error` to `make_map`
gingerBill
2023-02-14
1
-8
/
+5
*
[runtime] Fix typo in shrink_dynamic_array()
Tetralux
2022-12-11
1
-1
/
+1
*
Correct `map_insert`
gingerBill
2022-11-14
1
-4
/
+1
*
Correct `map_reserve_dynamic` caused by an bizarre code generation bug
gingerBill
2022-11-13
1
-3
/
+3
*
Change `map_reserve_dynamic` no do anything when current capacity is greater ...
gingerBill
2022-11-11
1
-1
/
+1
*
Get deleted key and value for `delete_key`
gingerBill
2022-11-11
1
-2
/
+5
*
Use `mem_resize` where possible
gingerBill
2022-11-09
1
-17
/
+3
*
Fix bug with allocator not getting set on a `map`
gingerBill
2022-11-08
1
-11
/
+5
*
Make `map_free_dynamic` take the total size of the allocation
gingerBill
2022-11-08
1
-1
/
+1
*
Make `Map_Info` store pointers to cell info rather than inline
gingerBill
2022-11-08
1
-4
/
+3
*
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
1
-31
/
+6
*
Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure
gingerBill
2022-10-30
1
-28
/
+0
*
Fix typo in `map_insert`
gingerBill
2022-09-23
1
-1
/
+1
*
Fix `map_insert`
gingerBill
2022-09-21
1
-3
/
+3
*
Reduce unnecessary map gets
gingerBill
2022-09-21
1
-1
/
+2
*
Inline many calls and delete unused procedures
gingerBill
2022-09-17
1
-2
/
+1
*
Correct `delete_key`
gingerBill
2022-09-17
1
-1
/
+1
*
Wrap `__dynamic_map_find` for certain cases
gingerBill
2022-09-17
1
-5
/
+3
*
Change internal map indices to use a distinct `uint` rather than just `int`
gingerBill
2022-09-17
1
-1
/
+1
*
Replace `#optional_second` with `#optional_allocator_error`
gingerBill
2022-09-12
1
-8
/
+8
*
Fix `append_nothing`
gingerBill
2022-08-26
1
-1
/
+1
*
Add a return value to `append` that states the number of elements that were r...
gingerBill
2022-08-26
1
-10
/
+18
*
Fix `append` for size_of(E) == 0
Jeroen van Rijn
2022-08-23
1
-2
/
+2
*
Update `delete` to pass size in bytes to free when possible
gingerBill
2022-08-08
1
-4
/
+11
*
Make `unreachable()` a built-in compiler-level procedure
gingerBill
2022-08-05
1
-14
/
+0
*
Simplify logic of `append` of zero sized elements
gingerBill
2022-08-02
1
-25
/
+31
*
Replace `insert_at` with `inject_at` and `assign_at`
gingerBill
2022-07-24
1
-4
/
+48
*
Minor change to `shrink`
gingerBill
2022-06-12
1
-4
/
+4
*
[runtime] Add builtin `shrink` for dynamic arrays and maps
Tetralux
2022-06-04
1
-2
/
+71
*
Add `raw_simd_data`
gingerBill
2022-05-25
1
-1
/
+5
*
Merge functionality of `#maybe` with the standard 'union' functionality
gingerBill
2022-05-23
1
-1
/
+1
[next]