summaryrefslogtreecommitdiff
path: root/lib/compiler/src/erl_bifs.erl
Commit message (Expand)AuthorAgeFilesLines
* erts: Add atom_to_binary/1 and binary_to_atom/1Sverker Eriksson2019-08-291-0/+2
* erl_bifs: Add a note to the comment for is_pure/3Björn Gustavsson2019-02-201-0/+16
* erl_bif: Mark is_map/1 as safeBjörn Gustavsson2019-01-111-0/+1
* compiler: list_to_integer/2 is pureJohn Högberg2018-10-181-0/+1
* Fold is_function/1,2 during compilationMichał Muskała2018-06-061-1/+2
* Introduce is_map_key/2 guard BIFMichał Muskała2018-04-291-0/+1
* Introduce map_get guard-safe functionMichał Muskała2018-04-241-0/+1
* Compile external fun expressions to literalsMichał Muskała2018-03-261-0/+2
* erl_bifs: Remove pure BIFs serving no useful purposeBjörn Gustavsson2017-05-101-3/+0
* erl_bifs: Remove erlang:hash/2 from list of pure functionsBjörn Gustavsson2017-05-101-1/+0
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* erts: Add erlang:list_to_port/1 debug bifLukas Larsson2017-04-251-0/+1
* erts: Auto-import port_to_list for consistencyLukas Larsson2017-04-251-0/+1
* erts: Polish off erlang:list_to_ref/1Lukas Larsson2017-04-211-0/+1
* Support math:fmod/2 BIF on compilerGuilherme Andrade2016-11-021-0/+1
* erl_bifs: Remove error_logger:warning_map/0 as a safe BIFBjörn Gustavsson2016-09-211-1/+0
* Add math:floor/1 and math:ceil/1Björn Gustavsson2016-09-051-0/+2
* Implement the new ceil/1 and floor/1 guard BIFsBjörn Gustavsson2016-09-051-0/+2
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Add math:log2/1Olivier Girondel2015-01-141-0/+1
* compiler: Guard BIF is_map/1 is pureBjörn-Egil Dahlberg2014-03-171-0/+1
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
* Add float_to_binary and binary_to_floatLukas Larsson2013-02-141-0/+2
* Add new binary conversion bifsLukas Larsson2013-02-141-0/+2
* Update copyright yearsBjörn-Egil Dahlberg2011-12-091-1/+1
* compiler: Turn calls to math:pi/0 into constant valuesBjörn Gustavsson2011-11-301-0/+1
* Remove deprecated concat_binary/1Björn Gustavsson2011-07-061-1/+0
* Merge branch 'pan/otp_8217_binary' into devErlang/OTP2010-05-201-5/+7
|\
| * Add guard BIFs binary_part/2,3Patrik Nyblom2010-05-171-0/+2
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+217