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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Fix #2201
gingerBill
2022-11-21
1
-16
/
+21
*
|
|
Fix #2202
gingerBill
2022-11-21
1
-0
/
+3
*
|
|
Fix #2125
gingerBill
2022-11-21
3
-0
/
+6
|
/
/
*
|
Fixed comparison against nil for maps
gingerBill
2022-11-20
1
-8
/
+3
*
|
Merge pull request #2204 from colrdavidson/fix_wasm_mem
gingerBill
2022-11-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fix missing wasm memory case
Colin Davidson
2022-11-18
1
-1
/
+1
|
/
*
Merge pull request #2181 from odin-lang/map-dev
gingerBill
2022-11-17
35
-829
/
+2080
|
\
|
*
Test new map when used as a set.
Jeroen van Rijn
2022-11-15
1
-0
/
+117
|
*
Correct `map_insert`
gingerBill
2022-11-14
1
-4
/
+1
|
*
Revert "Minor improvement to multi return value reducing stack usage"
gingerBill
2022-11-13
6
-91
/
+20
|
*
Fix prototype
gingerBill
2022-11-13
1
-1
/
+1
|
*
Enforce pointer cast
gingerBill
2022-11-13
3
-3
/
+5
|
*
Add @(require_results) to map procedures where possible
gingerBill
2022-11-13
1
-14
/
+36
|
*
Simplify the handling of the hashing calls for `map`s
gingerBill
2022-11-13
3
-101
/
+31
|
*
Minor improvement to multi return value reducing stack usage
gingerBill
2022-11-13
6
-19
/
+90
|
*
Fix CI typo.
Jeroen van Rijn
2022-11-13
1
-1
/
+1
|
*
map tests for Linux and Mac
Jeroen van Rijn
2022-11-13
3
-1
/
+18
|
*
map: Add tests for update + delete.
Jeroen van Rijn
2022-11-13
1
-5
/
+148
|
*
Correct `map_reserve_dynamic` caused by an bizarre code generation bug
gingerBill
2022-11-13
3
-19
/
+23
|
*
Update tests/internal/build.bat
Jeroen van Rijn
2022-11-12
1
-1
/
+2
|
*
Add tests/internal/build.bat
Jeroen van Rijn
2022-11-12
1
-0
/
+2
|
*
Add tests for new map implementation.
Jeroen van Rijn
2022-11-12
2
-0
/
+129
|
*
Correct json/unmarshal.odin
gingerBill
2022-11-11
2
-1
/
+7
|
*
Merge branch 'master' into map-dev
gingerBill
2022-11-11
1
-1
/
+1
|
|
\
|
*
\
Merge branch 'master' into map-dev
gingerBill
2022-11-11
4
-26
/
+36
|
|
\
\
|
*
|
|
Add `noinline` LLVM attribute to static map procedures
gingerBill
2022-11-11
1
-0
/
+6
|
*
|
|
Add internal linkage to static map calls
gingerBill
2022-11-11
1
-1
/
+2
|
*
|
|
Begin work on map static set
gingerBill
2022-11-11
10
-42
/
+218
|
*
|
|
Make `__dynamic_map_set` take the `hash` rather than compute it internally
gingerBill
2022-11-11
1
-5
/
+7
|
*
|
|
Make `map` get internal calls take the hash value rather than compute it inte...
gingerBill
2022-11-11
3
-26
/
+25
|
*
|
|
Add minor optimization for `lb_map_cell_index_static`
gingerBill
2022-11-11
2
-6
/
+11
|
*
|
|
Change `map_reserve_dynamic` no do anything when current capacity is greater ...
gingerBill
2022-11-11
2
-2
/
+4
|
*
|
|
Get deleted key and value for `delete_key`
gingerBill
2022-11-11
2
-5
/
+15
|
*
|
|
Force inline of hasher proc where possible
gingerBill
2022-11-11
1
-8
/
+31
|
*
|
|
Correct static map get; make get take a pointer to simplify compiler internals
gingerBill
2022-11-10
7
-45
/
+50
|
*
|
|
Unify reserve and grow code
gingerBill
2022-11-10
1
-44
/
+3
|
*
|
|
Correct `iterate_map`
gingerBill
2022-11-10
1
-1
/
+1
|
*
|
|
Add reflect/iterator.odin
gingerBill
2022-11-10
1
-0
/
+76
|
*
|
|
Make `map_alloc_dynamic` handle the `nil_allocator()`
gingerBill
2022-11-10
1
-0
/
+4
|
*
|
|
Correct logic for `__dynamic_map_set`
gingerBill
2022-11-09
1
-20
/
+32
|
*
|
|
Add extra calls to `Tracking_Allocator`
gingerBill
2022-11-09
2
-3
/
+22
|
*
|
|
Change map internal calls to use a pointer
gingerBill
2022-11-09
3
-8
/
+8
|
*
|
|
Swap hashes
gingerBill
2022-11-09
1
-6
/
+4
|
*
|
|
Rewrite `map_insert_hash_dynamic`
gingerBill
2022-11-09
1
-38
/
+28
|
*
|
|
Use `mem_resize` where possible
gingerBill
2022-11-09
1
-17
/
+3
|
*
|
|
Inline `__dynamic_map_set` code where possible
gingerBill
2022-11-08
1
-23
/
+17
|
*
|
|
Check for existence before setting
gingerBill
2022-11-08
1
-21
/
+8
|
*
|
|
Do an extra check before insertion for pre-existing keys
gingerBill
2022-11-08
1
-17
/
+32
|
*
|
|
Correct `map_insert_hash_dynamic` and `map_insert_dynamic`
gingerBill
2022-11-08
1
-88
/
+5
|
*
|
|
Fix bug with allocator not getting set on a `map`
gingerBill
2022-11-08
3
-51
/
+31
[prev]
[next]