aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/guard_SUITE.erl
AgeCommit message (Expand)Author
2014-03-05Merge branch 'nox/compiler/beam_bool-bad-protected'Björn Gustavsson
2014-03-04Properly detect nonboolean protected expressions in beam_boolAnthony Ramine
2014-03-03Do not mark all calls to erlang:is_function/2 as safeAnthony Ramine
2013-08-15Fix compiler crash for 'B and B' guardBjörn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-10-23compiler: Run testcases in parallelBjörn Gustavsson
2011-08-16compiler tests: Add a test for constants in guardsBjörn Gustavsson
2011-04-12compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson
2011-02-23compiler: Eliminate some warningsBjörn Gustavsson
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for compilerLukas 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 compiler tests to conform with common_test standardLukas Larsson
2010-06-02Teach erl_lint to better override BIFs with local functions and importsPatrik Nyblom
2010-05-17Add guard BIFs binary_part/2,3Patrik Nyblom
2010-04-01Merge branch 'bg/compiler-inliner' into devErlang/OTP
2010-03-26compiler tests: Compile a few more modules with 'inline'Björn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP