index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
erts
/
emulator
/
beam
/
erl_map.c
Age
Commit message (
Expand
)
Author
2015-03-12
erts: Refactor maps naming convention
Sverker Eriksson
2015-03-12
erts: Add hashmap_iterator_prev to maps
Björn-Egil Dahlberg
2015-03-12
erts: Tweak over estimation of hashmap size for binary_to_term
Sverker Eriksson
2015-03-12
erts: Reject duplicate keys for hamt in binary_to_term
Sverker Eriksson
2015-03-12
First stab at binary_to_term for hamt
Sverker Eriksson
2015-03-12
erts: Fix various map vs hamt size bugs
Sverker Eriksson
2015-03-12
erts: Fix instruction new_map
Björn-Egil Dahlberg
2015-03-12
erts: Refactor hashmap_from_ks_and_vs
Björn-Egil Dahlberg
2015-03-12
erts: Fix update_map_assoc instruction
Björn-Egil Dahlberg
2015-03-12
erts: Ensure maps becomes hashmaps in maps:merge/2
Björn-Egil Dahlberg
2015-03-12
erts: Split hashmap_insert to down and up
Björn-Egil Dahlberg
2015-03-12
erts: Handle hashmap in get_map_element(s) instructions
Björn-Egil Dahlberg
2015-03-12
erts: Remove erl_hashmap.[ch] files
Björn-Egil Dahlberg
2015-03-12
erts: Move hashmap:merge/2 to maps
Björn-Egil Dahlberg
2015-03-12
erts: Move hashmap:info/1 to erts_debug:map_info/1
Björn-Egil Dahlberg
2015-03-12
erts: Move hashmap:from_list/1 to maps
Björn-Egil Dahlberg
2015-03-12
erts: Refactor maps:from_list/1
Björn-Egil Dahlberg
2015-03-12
erts: Refactor maps:remove/2
Björn-Egil Dahlberg
2015-03-12
erts: Move hashmap:remove/2 to maps
Björn-Egil Dahlberg
2015-03-12
erts: Refactor maps:update/3 and maps:put/3
Björn-Egil Dahlberg
2015-03-12
erts: Reindent erts_maps_update
Björn-Egil Dahlberg
2015-03-12
erts: Move hashmap:put/3, update/3 to maps
Björn-Egil Dahlberg
2015-03-12
erts: Refactor maps:get/2, find/2 and is_key/2
Björn-Egil Dahlberg
2015-03-12
erts: Move hashmap:get/2, find/2 and is_key/2 to maps
Björn-Egil Dahlberg
2015-03-12
erts: Move hashmap:to_list/1, keys/1 and values/1 to maps
Björn-Egil Dahlberg
2015-03-12
erts: Move hashmap:size/1 to maps
Björn-Egil Dahlberg
2014-08-20
Return pointer to value in erts_maps_get()
Anthony Ramine
2014-04-30
erts: Add erts_internal:map_to_tuple_keys/1
Björn-Egil Dahlberg
2014-03-21
erts: Fix heap overflow in maps:remove/2 when key is not found
Sverker Eriksson
2014-01-29
erts: Add map construction to driver API
Sverker Eriksson
2014-01-29
erts: Optimize erts_map_update/remove
Sverker Eriksson
2014-01-29
erts: Fix bug in erts_maps_remove
Sverker Eriksson
2014-01-29
erts: Update maps BIFs to use term order
Björn-Egil Dahlberg
2014-01-29
erts: Add NIFs for Maps
Björn-Egil Dahlberg
2014-01-28
erts,stdlib: Change map module name to maps
Björn-Egil Dahlberg
2014-01-28
erts: Introduce more Maps BIFs
Björn-Egil Dahlberg
2014-01-28
erts: Add the size-testing guard BIF map_size/1
Björn-Egil Dahlberg
2014-01-28
erts: Initial Map instructions, type and structure
Björn-Egil Dahlberg