aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2016-05-13core_pp: Crash on unhandled Core Erlang formsBjörn Gustavsson
2016-05-13core_pp: Remove unused clauses in unindent/3 to improve coverageBjörn Gustavsson
2016-05-13core_pp: Remove useless try...catchBjörn Gustavsson
2016-05-13core_pp: Simplify printing of map literalsBjörn Gustavsson
2016-05-13compile_SUITE: Cover numeric variable names in core_ppBjörn Gustavsson
2016-05-13compile_SUITE: Eliminate clones when re-compiling test suitesBjörn Gustavsson
2016-05-13test_lib: Add is_cloned_mod/1Björn Gustavsson
2016-05-13trycatch_SUITE: Cover the only uncovered line in sys_core_foldBjörn Gustavsson
2016-05-13test_lib: Correct calculation of number of processesBjörn Gustavsson
2016-05-12sys_core_fold: Don't generated failing calls such as 3(4)Björn Gustavsson
2016-05-12fun_SUITE: Test for failing calls to funsBjörn Gustavsson
2016-05-09compiler: Let module_info(attributes) skip more attributesHans Bolinder
2016-04-29Merge branch 'bjorn/compiler/core-erlang-fixes'Björn Gustavsson
2016-04-28dialyzer: Unfold cerl patterns containing mapsMagnus Lång
2016-04-28Slightly optimize core_ppBjörn Gustavsson
2016-04-28v3_core: Don't depend on sys_core_fold for cleaning upBjörn Gustavsson
2016-04-27compilation_SUITE: Use explicit exportsBjörn Gustavsson
2016-04-27Remove support for running tests on a separate Erlang nodeBjörn Gustavsson
2016-04-27Move code from compilation_SUITE to beam_block_SUITEBjörn Gustavsson
2016-04-27Move list comprehension tests to lc_SUITEBjörn Gustavsson
2016-04-27Move catch tests to trycatch_SUITEBjörn Gustavsson
2016-04-27Remove compilation_SUITE:long_string/1Björn Gustavsson
2016-04-27Move pattern-matching tests to match_SUITEBjörn Gustavsson
2016-04-27Remove toothless test compile_SUITE:missing_testheap/1Björn Gustavsson
2016-04-27misc_SUITE: Add missing export of integer_encoding/0Björn Gustavsson
2016-04-27Move test cases from compilation_SUITE to beam_utils_SUITEBjörn Gustavsson
2016-04-27Move complex_guard/1 from compilation_SUITE to guard_SUITEBjörn Gustavsson
2016-04-27Remove compilation_SUITE:guards/1Björn Gustavsson
2016-04-27Move tests from compilation_SUITE to record_SUITEBjörn Gustavsson
2016-04-27Move bit syntax test cases from compilation_SUITE to bs_match_SUITEBjörn Gustavsson
2016-04-27Remove useless test case compilation_SUITE:otp_2141/1Björn Gustavsson
2016-04-27compilation_SUITE: Run the Core linter for all compilationsBjörn Gustavsson
2016-04-25compiler: Remove use of crypto:rand_bytes/1Ingela Anderton Andin
2016-04-25Merge branch 'bjorn/compiler/remove-timestamps/OTP-13504'Björn Gustavsson
2016-04-25Remove timestamps from BEAM filesBjörn Gustavsson
2016-04-21Add compile_SUITE:core_roundtrip/1Björn Gustavsson
2016-04-21v3_core: Construct {badmap,Map} as literal if possibleBjörn Gustavsson
2016-04-21core_pp: Print {file,File} annotations more compactlyBjörn Gustavsson
2016-04-21core_pp: Add format_all/1 that prints all annotationsBjörn Gustavsson
2016-04-21core_parse: Don't sort map patternsBjörn Gustavsson
2016-04-21core_parse: Handle annotations in more contextsBjörn Gustavsson
2016-04-21cerl_trees: Correct handling of maps in label/2Björn Gustavsson
2016-04-21cerl: Add missing API function is_c_map_pattern/1Björn Gustavsson
2016-04-20Eliminate Dialyzer warnings for unmatched returnsBjörn Gustavsson
2016-04-18Merge branch 'bjorn/compiler/misc-opt'Björn Gustavsson
2016-04-14v3_kernel: Construct literal lists properlyBjörn Gustavsson
2016-04-14Use the register map in %live in beam_utils:is_killed_block/2Björn Gustavsson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-11Teach beam_utils to check liveness for put_map instructionsBjörn Gustavsson
2016-04-11beam_peep: Help out beam_jumpBjörn Gustavsson