aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_eval_SUITE.erl
AgeCommit message (Expand)Author
2019-02-11beam_ssa_type: Propagate the 'none' type from callsBjörn Gustavsson
2018-04-24stdlib: Correct the linter's check of map guard expressionsHans Bolinder
2018-01-09stdlib: Add check of stacktrace variable to erl_evalHans Bolinder
2018-01-09stdlib: Improve erl_eval's stacktracesHans Bolinder
2016-03-09Remove ?line macrosBjörn Gustavsson
2016-03-09Eliminate 'suite' and 'doc' clausesBjörn Gustavsson
2016-03-09Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-03-09Modernize use of timetrapsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2016-01-13stdlib: fix erl_eval not using non-local function handlerHans Bolinder
2015-10-19Use full list of bindings when matching on map keysJosé Valim
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-15Raise more descriptive error messages for failed map operationsBjörn Gustavsson
2014-08-26stdlib: Update Map testsBjörn-Egil Dahlberg
2014-05-03Fix evaluation of map updates in the debugger and erl_evalAnthony Ramine
2014-03-15Fix evaluation of empty map patterns in erl_lintAnthony Ramine
2014-03-14Fix evaluation of empty map updates in erl_evalAnthony Ramine
2014-02-24Merge branch 'josevalim/jv-eval-guards/OTP-11747'Henrik Nord
2014-02-01Handle map fields in their own function in erl_evalAnthony Ramine
2014-01-23Fix erl_eval bug when erlang:'=='/2 is used in guardsJosé Valim
2013-12-12Test named funsAnthony Ramine
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-04-17Encode Erlang source files with non-ascii characters in UTF-8Björn Gustavsson
2013-02-10erl_eval: Don't allow evaluation of {M,F} in the shellBjörn Gustavsson
2013-02-07[stdlib] Fix bugs in eval_bitsHans Bolinder
2013-01-10erl_eval: Don't test parameterized modulesBjörn Gustavsson
2012-08-17Remove support for tuple funsBjörn Gustavsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-27erl_eval_SUITE: Skip test of parameterized modules if native codeBjörn Gustavsson
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-08-31Improve and correct types and specifications in Kernel and STDLIBHans Bolinder
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-03-23v3_core: Fix variable incorrectly unbound after binary matchBjörn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for stdlibLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update stdlib tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2010-12-21Fix type-checking of variable used in zero-width bit syntax constructionBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP