index
:
delta/erlang.git
HansN-patch-1
HansN/common_test/rephrase_ct_prop_test_doc
IngelaAndin-httpc-typo
KennethL-patch-1
KennethL/erl_docgen/erlref_update
baserock/morph
baserock/ps/proto-web-system
baserock/ps/try-erlang
bjorn/contributing
bjorn/contributing-1
bjorn/work
bmk/kernel/20200514/sctp_and_udp_recv_hangs_on_close/OTP-16654
dgud-string-depr
dgud/stdlib/gen-async-call
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
kenneth/asn1_paramtype/OTP-17227
klarna/mnesia_ext
kuba/ssl/doc_typeos_using_ssl
lukas/erts/win32-read_file_info-links
lukas/kernel/docs-assert
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-23
maint-24
maint-25
maint-26
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
master-pu
meta
pu
sverker-erts-alloc-doc-fix
sverker-ets-doc-1
sverker-ets-patch-1
sverker/doc-fix-billion
sverker/enif_open_resource_type-doc
github.com: erlang/otp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
stdlib
/
src
/
erl_eval.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Erlang/OTP
2023-02-14
1
-1
/
+1
*
erl_eval: Handle map comprehensions
Björn Gustavsson
2023-02-03
1
-22
/
+87
*
erl_eval: Implement support for maybe ... end
Björn Gustavsson
2022-02-11
1
-0
/
+41
*
Pass Anno to ExternalFunctionHandler in erl_eval
José Valim
2022-02-08
1
-240
/
+244
*
Remove unused erl_eval code
José Valim
2022-01-04
1
-19
/
+4
*
Traverse eval forms for function used vars once
José Valim
2021-12-27
1
-215
/
+265
*
Merge pull request #5493 from josevalim/jv-no-value-triplet-master
John Högberg
2021-12-17
1
-120
/
+80
|
\
|
*
Remove undocumented {value, Value, Ann} in erl_eval
José Valim
2021-12-14
1
-120
/
+80
*
|
Update copyright year
Rickard Green
2021-12-13
1
-1
/
+1
|
/
*
Merge pull request #3022 from josevalim/jv-erl-eval-map
Björn Gustavsson
2021-02-03
1
-23
/
+34
|
\
|
*
Allow maps as erl_eval bindings
José Valim
2021-02-02
1
-23
/
+34
*
|
stdlib: Substitute Anno for Line in erl_eval
Hans Bolinder
2021-01-26
1
-40
/
+48
*
|
stdlib: Correct types, specs and variable names
Hans Bolinder
2021-01-25
1
-10
/
+10
|
/
*
otp: Remove HiPE and HiPE-related accessories
John Högberg
2020-11-09
1
-3
/
+0
*
Add expression support in erl_eval and debugger
Björn Gustavsson
2020-02-06
1
-3
/
+13
*
erl_eval: Eliminate the use of the dict module
Björn Gustavsson
2019-09-25
1
-5
/
+5
*
stdlib: Add a few uses of erl_anno
Hans Bolinder
2018-06-25
1
-3
/
+12
*
stdlib: Move eval_str/1 from mod_esi to erl_eval
Hans Bolinder
2018-06-07
1
-1
/
+45
*
Move extended parse functions in lib.erl to erl_eval.erl
Richard Carlsson
2018-05-04
1
-1
/
+220
*
stdlib: Add check of stacktrace variable to erl_eval
Hans Bolinder
2018-01-09
1
-3
/
+19
*
stdlib: Improve erl_eval's stacktraces
Hans Bolinder
2018-01-09
1
-54
/
+52
*
stdlib: Allow characters in types and constant patterns
Hans Bolinder
2016-12-21
1
-0
/
+1
*
stdlib: fix erl_eval not using non-local function handler
Hans Bolinder
2016-01-13
1
-15
/
+16
*
Use full list of bindings when matching on map keys
José Valim
2015-10-19
1
-1
/
+1
*
Change license text to APLv2
Bruce Yinhe
2015-06-18
1
-10
/
+11
*
stdlib: Use module erl_anno
Hans Bolinder
2015-04-30
1
-10
/
+25
*
Raise more descriptive error messages for failed map operations
Björn Gustavsson
2015-04-15
1
-12
/
+8
*
Merge branch 'egil/maps/variable-keys/OTP-12218'
Björn-Egil Dahlberg
2014-10-03
1
-1
/
+1
|
\
|
*
stdlib: Use environment bindings for Maps keys in erl_eval matching
Björn-Egil Dahlberg
2014-08-26
1
-1
/
+1
*
|
Merge branch 'mururu/fix-typo' into maint
Bruce Yinhe
2014-07-07
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix typo in erl_eval:exprs comments
Yuki Ito
2014-07-04
1
-1
/
+1
*
|
Fix evaluation of map updates in the debugger and erl_eval
Anthony Ramine
2014-05-03
1
-4
/
+4
|
/
*
Fix evaluation of empty map patterns in erl_lint
Anthony Ramine
2014-03-15
1
-2
/
+3
*
Fix evaluation of empty map updates in erl_eval
Anthony Ramine
2014-03-14
1
-5
/
+15
*
Merge branch 'josevalim/jv-eval-guards/OTP-11747'
Henrik Nord
2014-02-24
1
-4
/
+8
|
\
|
*
Fix erl_eval bug when erlang:'=='/2 is used in guards
José Valim
2014-01-23
1
-4
/
+8
*
|
Handle map fields in their own function in erl_eval
Anthony Ramine
2014-02-01
1
-10
/
+20
*
|
erts,stdlib: Change map module name to maps
Björn-Egil Dahlberg
2014-01-28
1
-5
/
+5
*
|
stdlib: Teach erl_eval Maps ':=' exact operator
Björn-Egil Dahlberg
2014-01-28
1
-8
/
+19
*
|
erl_eval: Add functions to interpreter for maps
Björn-Egil Dahlberg
2014-01-28
1
-0
/
+28
*
|
Support named funs in the shell
Anthony Ramine
2013-12-12
1
-43
/
+127
|
/
*
Remove ^L characters hidden randomly in the code. Not those used in text file...
Pierre Fenoll
2013-09-12
1
-2
/
+2
*
Fix receive support in erl_eval with a BEAM module
Anthony Ramine
2013-05-28
1
-53
/
+11
*
erl_eval: Don't allow evaluation of {M,F} in the shell
Björn Gustavsson
2013-02-10
1
-1
/
+6
*
Update copyright years
Björn-Egil Dahlberg
2013-01-25
1
-1
/
+1
*
erl_eval: Remove support for packages
Björn Gustavsson
2013-01-09
1
-44
/
+1
*
erl_eval: Remove support for is_constant/1
Björn Gustavsson
2012-01-26
1
-1
/
+0
*
erl_eval: Eliminate use of tuple funs
Björn Gustavsson
2011-11-29
1
-7
/
+21
*
EEP-23: Allow variables in fun M:F/A
Björn Gustavsson
2011-11-07
1
-1
/
+2
*
Fix binary matching in the debugger
Björn Gustavsson
2011-08-16
1
-2
/
+8
[next]