Age | Commit message (Expand) | Author |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-05-08 | Optimized timer implementation | Rickard Green |
2015-03-20 | Merge branch 'rickard/time_api/OTP-11997' | Rickard Green |
2015-03-20 | Erlang based BIF timer implementation for scalability | Rickard Green |
2015-03-20 | Introduce a new time API | Rickard Green |
2015-03-19 | Merge branch 'egil/maps/hamt/OTP-12585' | Björn-Egil Dahlberg |
2015-03-12 | erts, kernel: Fix erts_debug:size/1 for hashmaps | 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: Remove hashmap:new/0 | Björn-Egil Dahlberg |
2015-03-12 | erts: Move hashmap:from_list/1 to maps | Björn-Egil Dahlberg |
2015-03-12 | erts: Move hashmap:remove/2 to maps | Björn-Egil Dahlberg |
2015-03-12 | erts: Move hashmap:put/3, update/3 to maps | 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 erlang:is_hashmap/1 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 |
2015-03-12 | erts: Add hashmap:from_list/1 | Björn-Egil Dahlberg |
2015-03-12 | erts: Add hashmap:update/3 | Sverker Eriksson |
2015-03-12 | erts: Add hashmap:find/2 | Sverker Eriksson |
2015-03-12 | erts: First recursive version of hashmap:merge | Sverker Eriksson |
2015-03-12 | hashmap: is_key/2, keys/1 and values/1 | Sverker Eriksson |
2015-03-12 | Add hashmap:remove/2 | Björn-Egil Dahlberg |
2015-03-12 | Add hashmap:info/1 | Björn-Egil Dahlberg |
2015-03-12 | Initial Persistent HAMT - Map framework | Björn-Egil Dahlberg |
2015-03-12 | Create new BIF ets:update_counter/4 | Anthony Ramine |
2015-01-14 | Add math:log2/1 | Olivier Girondel |
2014-12-16 | Merge branch 'sverk/ets-take-2/OTP-12309' | Sverker Eriksson |
2014-08-22 | erts: Add BIF erlang:get_keys/0 | Björn-Egil Dahlberg |
2014-07-11 | erts: Introduce erlang:fun_info_mfa/1 | Björn-Egil Dahlberg |
2014-06-06 | Merge branch 'rickard/binary_to_term_error/OTP-11931' into maint | Rickard Green |
2014-06-05 | Replace erlang:binary_to_term() Erlang wrappers | Rickard Green |
2014-05-30 | Implement ets:take/2 | Anthony Ramine |
2014-04-30 | erts: Add erts_internal:map_to_tuple_keys/1 | Björn-Egil Dahlberg |
2014-01-29 | erts: Add BIF erts_internal:cmp_term/2 | 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 type-testing guard BIF is_map/1 | 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 |
2013-12-17 | Merge tag 'OTP_R16B03_yielding_binary_to_term' | Sverker Eriksson |
2013-12-12 | Merge branch 'sverk/trapping-bin2term' into OTP_R16B03 | Sverker Eriksson |
2013-12-07 | Merge branch 'rickard/garbage_collect/OTP-11388' | Rickard Green |
2013-11-18 | erts: Add erlang wrappers to binary_to_term | Sverker Eriksson |
2013-11-18 | Execution of system tasks in context of another process | Rickard Green |
2013-11-18 | Merge branch 'maint' | Fredrik Gustafsson |
2013-11-09 | Add os:unsetenv/1 | Martin Hässler |
2013-08-09 | Add new options to Erlang re interface and mend dupnames | Patrik Nyblom |
2013-04-29 | Do not treat port_set_data/port_get_data as signals | Rickard Green |
2013-02-18 | Add +pc {latin1|unicode} switch and io:printable_range/0 | Patrik Nyblom |