summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/erl_eval.erl
Commit message (Expand)AuthorAgeFilesLines
* stdlib: fix erl_eval not using non-local function handlerHans Bolinder2016-01-131-15/+16
* Use full list of bindings when matching on map keysJosé Valim2015-10-191-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
* stdlib: Use module erl_annoHans Bolinder2015-04-301-10/+25
* Raise more descriptive error messages for failed map operationsBjörn Gustavsson2015-04-151-12/+8
* Merge branch 'egil/maps/variable-keys/OTP-12218'Björn-Egil Dahlberg2014-10-031-1/+1
|\
| * stdlib: Use environment bindings for Maps keys in erl_eval matchingBjörn-Egil Dahlberg2014-08-261-1/+1
* | Merge branch 'mururu/fix-typo' into maintBruce Yinhe2014-07-071-1/+1
|\ \ | |/ |/|
| * Fix typo in erl_eval:exprs commentsYuki Ito2014-07-041-1/+1
* | Fix evaluation of map updates in the debugger and erl_evalAnthony Ramine2014-05-031-4/+4
|/
* Fix evaluation of empty map patterns in erl_lintAnthony Ramine2014-03-151-2/+3
* Fix evaluation of empty map updates in erl_evalAnthony Ramine2014-03-141-5/+15
* Merge branch 'josevalim/jv-eval-guards/OTP-11747'Henrik Nord2014-02-241-4/+8
|\
| * Fix erl_eval bug when erlang:'=='/2 is used in guardsJosé Valim2014-01-231-4/+8
* | Handle map fields in their own function in erl_evalAnthony Ramine2014-02-011-10/+20
* | erts,stdlib: Change map module name to mapsBjörn-Egil Dahlberg2014-01-281-5/+5
* | stdlib: Teach erl_eval Maps ':=' exact operatorBjörn-Egil Dahlberg2014-01-281-8/+19
* | erl_eval: Add functions to interpreter for mapsBjörn-Egil Dahlberg2014-01-281-0/+28
* | Support named funs in the shellAnthony Ramine2013-12-121-43/+127
|/
* Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll2013-09-121-2/+2
* Fix receive support in erl_eval with a BEAM moduleAnthony Ramine2013-05-281-53/+11
* erl_eval: Don't allow evaluation of {M,F} in the shellBjörn Gustavsson2013-02-101-1/+6
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* erl_eval: Remove support for packagesBjörn Gustavsson2013-01-091-44/+1
* erl_eval: Remove support for is_constant/1Björn Gustavsson2012-01-261-1/+0
* erl_eval: Eliminate use of tuple funsBjörn Gustavsson2011-11-291-7/+21
* EEP-23: Allow variables in fun M:F/ABjörn Gustavsson2011-11-071-1/+2
* Fix binary matching in the debuggerBjörn Gustavsson2011-08-161-2/+8
* Fix a spec and a typeHans Bolinder2011-05-231-1/+1
* Types and specifications have been modified and addedHans Bolinder2011-05-121-6/+128
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+1108