aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/bif.tab
AgeCommit message (Expand)Author
2019-06-18Merge branch 'rickard/re-global-unicode-validation/OTP-15831/ERL-876' into ri...Rickard Green
2019-05-24Only validate subject once when global is used in re:run()Rickard Green
2019-04-08Add erts_debug:interpreter_size/0Björn Gustavsson
2019-03-19Add possibility to also get size of data from erlang:dist_ctrl_get_data()Rickard Green
2019-02-15Merge branch 'maint'Björn Gustavsson
2019-02-14Add persistent_term:get(Key, DefaultValue)Björn Gustavsson
2019-01-10Merge branch 'maint'John Högberg
2019-01-10Implement integer_to_list/2 and integer_to_binary/2 as CIFsStanislav Mayorov
2019-01-09Merge branch 'maint'John Högberg
2019-01-07Spawn prim_file helper as a system processJohn Högberg
2018-12-13Simplify GC BIFsBjörn Gustavsson
2018-11-22Merge branch 'maint'Sverker Eriksson
2018-11-21erts: Add counters:put/3Sverker Eriksson
2018-11-15Merge branch 'maint'Sverker Eriksson
2018-11-15erts: Add new module 'counters'Sverker Eriksson
2018-11-15erts: Add new module 'atomics'Sverker Eriksson
2018-11-06Merge branch 'maint'Björn Gustavsson
2018-11-06Add a persistent term storageBjörn Gustavsson
2018-07-17maps:new/0 is no longer a BIFMichał Muskała
2018-05-18Merge branch 'sverker/ets-delete_all_objects-trap/OTP-15078'Sverker Eriksson
2018-05-16Replace previous suspend in setnode/3Rickard Green
2018-05-16New process suspend implementation based on async signalingRickard Green
2018-05-08erts: Make atomic ets:delete_all_objects yieldSverker Eriksson
2018-04-29Introduce is_map_key/2 guard BIFMichał Muskała
2018-04-25Merge branch 'map-get-bif' of git://github.com/michalmuskala/otpBjörn Gustavsson
2018-04-24Introduce map_get guard-safe functionMichał Muskała
2018-04-23erts: Rewrite memory instrumentationJohn Högberg
2018-03-22Fix signal order for is_process_aliveRickard Green
2018-03-21Implementation of true asynchronous signaling between processesRickard Green
2018-03-02erts,kernel: Add erts_internal:get_dflags/0Sverker Eriksson
2018-02-26Replace binary:bin_to_list CIF implementation with binary_to_listJohn Högberg
2018-02-22Add ets:whereis/1 for resolving table names -> tid()John Högberg
2018-01-08Merge branch 'john/erts/putenv-thread-safety/OTP-14666'John Högberg
2018-01-03Replace the libc environment with a thread-safe emulationJohn Högberg
2017-12-19Redirect system_flag(scheduler_wall_time,_) to kernel_refcRickard Green
2017-11-20Merge branch 'lukas/stdlib/maps_iterators/OTP-14012'Lukas Larsson
2017-11-20erts: Remove erts_internal:maps_to_list/2Lukas Larsson
2017-11-20erts: Implement batching maps:iteratorLukas Larsson
2017-11-15Move new|abort_connection_id to erts_internalSverker Eriksson
2017-11-15Remove obsolete erlang:dlink/1, dunlink/1 and dist_exit/3Sverker Eriksson
2017-11-15erts: Introduce asynchronous auto-connectSverker Eriksson
2017-10-13erts: Implement maps path iteratorLukas Larsson
2017-10-13erts: Implement map iterator using a stackLukas Larsson
2017-09-06Merge branch 'maint' into john/erts/merge-zlib-and-vector-qJohn Högberg
2017-09-05erts: Add erlang:iolist_to_iovecLukas Larsson
2017-08-28Merge branch 'rickard/dist/OTP-14459' into rickard/dist/master/OTP-14459Rickard Green
2017-08-28Support for distribution controller processesRickard Green
2017-07-06Break erts_debug:lock_counters/1 into separate BIFsJohn Högberg
2017-05-04Update copyright yearRaimo Niskanen
2017-04-25Merge branch 'lukas/erts/list_to_port/OTP-14348'Lukas Larsson