Age | Commit message (Expand) | Author |
2016-05-23 | Merge branch 'bjorn/compiler/misc' | Björn Gustavsson |
2016-05-23 | beam_bool_SUITE: Cover one more line | Björn Gustavsson |
2016-05-23 | beam_utils_SUITE: Cover more lines in beam_utils | Björn Gustavsson |
2016-05-23 | beam_reorder: Don't confuse beam_validator | Björn Gustavsson |
2016-05-23 | beam_bool: Reject potentially unsafe optimization | Björn Gustavsson |
2016-05-23 | v3_core: Don't depend on sys_core_fold for cleaning up | Björn Gustavsson |
2016-05-23 | beam_type: Eliminate crash | Björn Gustavsson |
2016-05-20 | beam_type: Correct handling of setelement/3 | Björn Gustavsson |
2016-05-20 | beam_validator: Handle cons literals better | Björn Gustavsson |
2016-05-20 | beam_validator: Keep better track of tuple literals | Björn Gustavsson |
2016-05-18 | Use arity() consistently | Kostis Sagonas |
2016-05-16 | Merge branch 'bjorn/compiler/beam_bool/ERL-143' | Björn Gustavsson |
2016-05-16 | Eliminate crash in beam_bool | Björn Gustavsson |
2016-05-16 | Add beam_bool_SUITE | Björn Gustavsson |
2016-05-16 | Add missing test cases in andor_SUITE and beam_block_SUITE | Björn Gustavsson |
2016-05-13 | beam_utils: Correct break in conventions for split_even/1 and join_even/1 | Björn Gustavsson |
2016-05-13 | beam_utils: Remove clause checking for illegal set/4 instruction | Björn Gustavsson |
2016-05-13 | beam_utils: Simplify the return value for check_liveness/3 | Björn Gustavsson |
2016-05-13 | beam_utils: Remove unused code | Björn Gustavsson |
2016-05-13 | beam_utils: Let code_at/2 fail if the label does not exist | Björn Gustavsson |
2016-05-13 | beam_utils: Remove unused handling of try/3 in live_opt/4 | Björn Gustavsson |
2016-05-13 | beam_utils: Correct translation of BIFs to tests | Björn Gustavsson |
2016-05-13 | core_pp: Remove uncovered clause in is_simple_term/1 | Björn Gustavsson |
2016-05-13 | core_pp: Crash on unhandled Core Erlang forms | Björn Gustavsson |
2016-05-13 | core_pp: Remove unused clauses in unindent/3 to improve coverage | Björn Gustavsson |
2016-05-13 | core_pp: Remove useless try...catch | Björn Gustavsson |
2016-05-13 | core_pp: Simplify printing of map literals | Björn Gustavsson |
2016-05-13 | compile_SUITE: Cover numeric variable names in core_pp | Björn Gustavsson |
2016-05-13 | compile_SUITE: Eliminate clones when re-compiling test suites | Björn Gustavsson |
2016-05-13 | test_lib: Add is_cloned_mod/1 | Björn Gustavsson |
2016-05-13 | trycatch_SUITE: Cover the only uncovered line in sys_core_fold | Björn Gustavsson |
2016-05-13 | test_lib: Correct calculation of number of processes | Björn Gustavsson |
2016-05-12 | sys_core_fold: Don't generated failing calls such as 3(4) | Björn Gustavsson |
2016-05-12 | fun_SUITE: Test for failing calls to funs | Björn Gustavsson |
2016-05-09 | compiler: Let module_info(attributes) skip more attributes | Hans Bolinder |
2016-04-29 | Merge branch 'bjorn/compiler/core-erlang-fixes' | Björn Gustavsson |
2016-04-28 | dialyzer: Unfold cerl patterns containing maps | Magnus Lång |
2016-04-28 | Slightly optimize core_pp | Björn Gustavsson |
2016-04-28 | v3_core: Don't depend on sys_core_fold for cleaning up | Björn Gustavsson |
2016-04-27 | compilation_SUITE: Use explicit exports | Björn Gustavsson |
2016-04-27 | Remove support for running tests on a separate Erlang node | Björn Gustavsson |
2016-04-27 | Move code from compilation_SUITE to beam_block_SUITE | Björn Gustavsson |
2016-04-27 | Move list comprehension tests to lc_SUITE | Björn Gustavsson |
2016-04-27 | Move catch tests to trycatch_SUITE | Björn Gustavsson |
2016-04-27 | Remove compilation_SUITE:long_string/1 | Björn Gustavsson |
2016-04-27 | Move pattern-matching tests to match_SUITE | Björn Gustavsson |
2016-04-27 | Remove toothless test compile_SUITE:missing_testheap/1 | Björn Gustavsson |
2016-04-27 | misc_SUITE: Add missing export of integer_encoding/0 | Björn Gustavsson |
2016-04-27 | Move test cases from compilation_SUITE to beam_utils_SUITE | Björn Gustavsson |
2016-04-27 | Move complex_guard/1 from compilation_SUITE to guard_SUITE | Björn Gustavsson |