COMMITS
/ base/runtime/dynamic_map_internal.odin February 3, 2026
G
Minor optimization to `map_probe_distance`
gingerBill committed
October 28, 2025
G
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill committed
September 18, 2025
G
More improvements to minimize code gen size
gingerBill committed
April 16, 2025
G
Change hashing rules for float-like types to make `0 == -0`
gingerBill committed
January 18, 2025
L
fix map_entry sometimes giving wrong key pointer
Laytan Laats committed
January 6, 2025
G
Merge pull request #4533 from laytan/map-entry
gingerBill committed
January 3, 2025
F
fix N=1 and cleanup tests
fleandro committed
November 28, 2024
L
add `map_entry` procedure
Laytan Laats committed
July 14, 2024
G
Add `#force_no_inline`
gingerBill committed
April 8, 2024
G
Make `map_total_allocation_size` public; Add `map_total_allocation_size_from_value`
gingerBill committed
March 13, 2024
G
Change `return` to `panic`
gingerBill committed
G
Fix typo due to deletion
gingerBill committed
G
Add infinite loop check and early out in `map_insert_hash_dynamic`
gingerBill committed
February 6, 2024
G
Add `runtime.map_insert_and_check_for_previous`
gingerBill committed
January 28, 2024
G
Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics`
gingerBill committed
G
Move `core:runtime` to `base:runtime`; keep alias around
gingerBill committed