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
/
dynamic_map_internal.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
1
-2
/
+0
*
More improvements to minimize code gen size
gingerBill
2025-09-18
1
-0
/
+3
*
Change hashing rules for float-like types to make `0 == -0`
gingerBill
2025-04-16
1
-0
/
+29
*
fix map_entry sometimes giving wrong key pointer
Laytan Laats
2025-01-18
1
-10
/
+27
*
Merge pull request #4533 from laytan/map-entry
gingerBill
2025-01-06
1
-0
/
+23
|
\
|
*
add `map_entry` procedure
Laytan Laats
2024-11-28
1
-0
/
+23
*
|
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
|
/
*
Add `#force_no_inline`
gingerBill
2024-07-14
1
-6
/
+6
*
Make `map_total_allocation_size` public; Add `map_total_allocation_size_from_...
gingerBill
2024-04-08
1
-1
/
+7
*
Change `return` to `panic`
gingerBill
2024-03-13
1
-1
/
+1
*
Fix typo due to deletion
gingerBill
2024-03-13
1
-1
/
+1
*
Add infinite loop check and early out in `map_insert_hash_dynamic`
gingerBill
2024-03-13
1
-3
/
+13
*
Add `runtime.map_insert_and_check_for_previous`
gingerBill
2024-02-06
1
-0
/
+51
*
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
/
+924