aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/dynamic_map_internal.odin
Commit message (Expand)AuthorAgeFilesLines
* fix map_entry sometimes giving wrong key pointerLaytan Laats2025-01-181-10/+27
* Merge pull request #4533 from laytan/map-entrygingerBill2025-01-061-0/+23
|\
| * add `map_entry` procedureLaytan Laats2024-11-281-0/+23
* | fix N=1 and cleanup testsfleandro2025-01-031-6/+6
* | runtime: map_cell_index_static produced wrong results when the number of elem...fleandro2025-01-031-5/+5
|/
* Add `#force_no_inline`gingerBill2024-07-141-6/+6
* Make `map_total_allocation_size` public; Add `map_total_allocation_size_from_...gingerBill2024-04-081-1/+7
* Change `return` to `panic`gingerBill2024-03-131-1/+1
* Fix typo due to deletiongingerBill2024-03-131-1/+1
* Add infinite loop check and early out in `map_insert_hash_dynamic`gingerBill2024-03-131-3/+13
* Add `runtime.map_insert_and_check_for_previous`gingerBill2024-02-061-0/+51
* Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`gingerBill2024-01-281-1/+1
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+924