aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_internal.erl
AgeCommit message (Expand)Author
2018-08-13Correct error behavior of is_map_key/2 in guardsBjörn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2018-04-29Introduce is_map_key/2 guard BIFMichał Muskała
2018-04-24Introduce map_get guard-safe functionMichał Muskała
2017-05-04Update copyright yearRaimo Niskanen
2017-04-25erts: Add erlang:list_to_port/1 debug bifLukas Larsson
2017-04-25erts: Auto-import port_to_list for consistencyLukas Larsson
2017-04-21erts: Polish off erlang:list_to_ref/1Lukas Larsson
2016-09-05Implement the new ceil/1 and floor/1 guard BIFsBjörn Gustavsson
2016-09-01erl_internal: Add add_predefined_functions/1Björn Gustavsson
2016-06-22erl_internal: Eliminate duplication of guard testsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-08-22stdlib: Auto-import erlang:get_keys/0Björn-Egil Dahlberg
2014-05-05Remove pre-defined types dict(), digraph(), &cHans Bolinder
2014-04-29Allow more type namesHans Bolinder
2014-01-28erts: Add the type-testing guard BIF is_map/1Björn-Egil Dahlberg
2014-01-28erts: Add the size-testing guard BIF map_size/1Björn-Egil Dahlberg
2013-11-18Execution of system tasks in context of another processRickard Green
2013-02-14Add float_to_binary and binary_to_floatLukas Larsson
2013-02-14Add new binary conversion bifsLukas Larsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-21Text representation of a float formatted using given options.Serge Aleynikov
2012-03-21erts: Implement erlang:halt/2Raimo Niskanen
2011-09-02Merge branch 'dev' into majorBjörn Gustavsson
2011-09-01Make the check_old_code/1 BIF auto-importedBjörn Gustavsson
2011-07-06Remove deprecated concat_binary/1Björn Gustavsson
2011-05-12Types and specifications have been modified and addedHans Bolinder
2010-09-10Add new autoimports for R14BPatrik Nyblom
2010-06-02Make port_command/3 auto-importedPatrik Nyblom
2010-06-02Autoimport min/2 and max/2Patrik Nyblom
2010-06-02Teach erl_lint to better override BIFs with local functions and importsPatrik Nyblom
2010-05-24Change binary_to_term/2 to be auto-importedJayson Vantuyl
2010-05-20Merge branch 'pan/otp_8217_binary' into devErlang/OTP
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP