Age | Commit message (Expand) | Author |
2016-05-25 | erts: Implement halt/0 and halt/1 in Erlang | Sverker Eriksson |
2016-04-22 | erts: Add BIF maps:take/2 | Björn-Egil Dahlberg |
2016-04-15 | erts: Implement tracer modules | Lukas Larsson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-02-26 | Merge branch 'bjorn/multiple-load/OTP-13111' | Björn Gustavsson |
2016-02-25 | Merge branch 'maint' | Björn-Egil Dahlberg |
2016-02-25 | Add has_prepared_code_on_load/1 BIF | Björn Gustavsson |
2016-02-16 | erts: Add BIF erts_internal:system_check/1 | Björn-Egil Dahlberg |
2016-02-02 | erts, kernel: Add os:perf_counter function | Lukas Larsson |
2016-01-13 | erts: Move copy_literals/2 from erlang to erts_internal | Sverker Eriksson |
2016-01-13 | erts: Make erlang:purge_module/1 safe | Sverker Eriksson |
2015-12-15 | Merge branch 'lukas/erts/forker' | Lukas Larsson |
2015-12-15 | erts: Add support for asynchronous open_port | Lukas Larsson |
2015-12-07 | erts: Change erts_internal:map_type/1 into term_type/1 | Sverker Eriksson |
2015-11-17 | Fix erts_debug:copy_shared/1 prototype | Björn-Egil Dahlberg |
2015-11-17 | Add BIF for setting internal copy literal range | Björn-Egil Dahlberg |
2015-11-17 | Add the BIF size_shared/1 and debug cleanup | Nikolaos S. Papaspyrou |
2015-11-04 | stdlib: Add BIF binary:split/2 and binary:split/3 | Andrew Bennett |
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 |