summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/erl_eval.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* erl_eval: Handle map comprehensionsBjörn Gustavsson2023-02-031-22/+87
* erl_eval: Implement support for maybe ... endBjörn Gustavsson2022-02-111-0/+41
* Pass Anno to ExternalFunctionHandler in erl_evalJosé Valim2022-02-081-240/+244
* Remove unused erl_eval codeJosé Valim2022-01-041-19/+4
* Traverse eval forms for function used vars onceJosé Valim2021-12-271-215/+265
* Merge pull request #5493 from josevalim/jv-no-value-triplet-masterJohn Högberg2021-12-171-120/+80
|\
| * Remove undocumented {value, Value, Ann} in erl_evalJosé Valim2021-12-141-120/+80
* | Update copyright yearRickard Green2021-12-131-1/+1
|/
* Merge pull request #3022 from josevalim/jv-erl-eval-mapBjörn Gustavsson2021-02-031-23/+34
|\
| * Allow maps as erl_eval bindingsJosé Valim2021-02-021-23/+34
* | stdlib: Substitute Anno for Line in erl_evalHans Bolinder2021-01-261-40/+48
* | stdlib: Correct types, specs and variable namesHans Bolinder2021-01-251-10/+10
|/
* otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-3/+0
* Add expression support in erl_eval and debuggerBjörn Gustavsson2020-02-061-3/+13
* erl_eval: Eliminate the use of the dict moduleBjörn Gustavsson2019-09-251-5/+5
* stdlib: Add a few uses of erl_annoHans Bolinder2018-06-251-3/+12
* stdlib: Move eval_str/1 from mod_esi to erl_evalHans Bolinder2018-06-071-1/+45
* Move extended parse functions in lib.erl to erl_eval.erlRichard Carlsson2018-05-041-1/+220
* stdlib: Add check of stacktrace variable to erl_evalHans Bolinder2018-01-091-3/+19
* stdlib: Improve erl_eval's stacktracesHans Bolinder2018-01-091-54/+52
* stdlib: Allow characters in types and constant patternsHans Bolinder2016-12-211-0/+1
* 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