aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/erl_bifs.erl
AgeCommit message (Expand)Author
2019-02-20erl_bifs: Add a note to the comment for is_pure/3Björn Gustavsson
2019-01-11erl_bif: Mark is_map/1 as safeBjörn Gustavsson
2018-10-18compiler: list_to_integer/2 is pureJohn Högberg
2018-06-06Fold is_function/1,2 during compilationMichał Muskała
2018-04-29Introduce is_map_key/2 guard BIFMichał Muskała
2018-04-24Introduce map_get guard-safe functionMichał Muskała
2018-03-26Compile external fun expressions to literalsMichał Muskała
2017-05-10erl_bifs: Remove pure BIFs serving no useful purposeBjörn Gustavsson
2017-05-10erl_bifs: Remove erlang:hash/2 from list of pure functionsBjörn Gustavsson
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-11-02Support math:fmod/2 BIF on compilerGuilherme Andrade
2016-09-21erl_bifs: Remove error_logger:warning_map/0 as a safe BIFBjörn Gustavsson
2016-09-05Add math:floor/1 and math:ceil/1Björn Gustavsson
2016-09-05Implement the new ceil/1 and floor/1 guard BIFsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-14Add math:log2/1Olivier Girondel
2014-03-17compiler: Guard BIF is_map/1 is pureBjörn-Egil Dahlberg
2013-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-02-14Add float_to_binary and binary_to_floatLukas Larsson
2013-02-14Add new binary conversion bifsLukas Larsson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-11-30compiler: Turn calls to math:pi/0 into constant valuesBjörn Gustavsson
2011-07-06Remove deprecated concat_binary/1Björn Gustavsson
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