Age | Commit message (Expand) | Author |
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 |
2016-04-27 | Remove compilation_SUITE:guards/1 | Björn Gustavsson |
2016-04-27 | Move tests from compilation_SUITE to record_SUITE | Björn Gustavsson |
2016-04-27 | Move bit syntax test cases from compilation_SUITE to bs_match_SUITE | Björn Gustavsson |
2016-04-27 | Remove useless test case compilation_SUITE:otp_2141/1 | Björn Gustavsson |
2016-04-27 | compilation_SUITE: Run the Core linter for all compilations | Björn Gustavsson |
2016-04-25 | compiler: Remove use of crypto:rand_bytes/1 | Ingela Anderton Andin |
2016-04-21 | Add compile_SUITE:core_roundtrip/1 | Björn Gustavsson |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-04-08 | Remove unreachable code after 'raise' instructions | Björn Gustavsson |
2016-03-24 | Fix compile:forms/1,2 crash when not in an existing directory | Björn Gustavsson |
2016-03-17 | compile: Pre-load compiler modules when invoked from 'erlc' | Björn Gustavsson |
2016-03-15 | update copyright-year | Henrik Nord |
2016-03-10 | beam_block: Eliminate unsafe optimization | Björn Gustavsson |
2016-03-01 | Generalize bit string comprehensions | Björn Gustavsson |
2016-02-26 | Merge branch 'bjorn/compiler/modernize-tests' | Björn Gustavsson |
2016-02-25 | Remove ?line macros | Björn Gustavsson |
2016-02-25 | Replace use of lists:keysearch/3 with lists:keyfind/3 | Björn Gustavsson |
2016-02-25 | Eliminate use of doc and suite clauses | Björn Gustavsson |
2016-02-25 | Replace ?t with test_server | Björn Gustavsson |
2016-02-25 | Replace use of test_server:format/2 with io:format/2 | Björn Gustavsson |
2016-02-25 | Eliminate use of test_server:fail/0,1 | Björn Gustavsson |
2016-02-25 | Eliminate use of ?config() macro | Björn Gustavsson |
2016-02-25 | Modernize use of timetraps | Björn Gustavsson |
2016-02-25 | Produce warnings for binary patterns that will never match | Björn Gustavsson |
2016-02-25 | Eliminate useless helper functions | Björn Gustavsson |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Björn Gustavsson |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson |
2016-02-15 | Merge branch 'bjorn/cuddle-with-tests' | Björn Gustavsson |
2016-02-10 | Merge branch 'maint' | Björn Gustavsson |
2016-02-08 | Eliminate crash because of unsafe delaying of sub-binary creation | Björn Gustavsson |
2016-02-05 | Move record compilation errors to erl_lint_SUITE | Björn Gustavsson |
2016-02-05 | compile_SUITE: Use get_files/3 in more places | Björn Gustavsson |
2016-02-05 | compile_SUITE: Replace confusing files/2 with get_files/3 | Björn Gustavsson |
2016-01-13 | Merge branch 'maint' | Björn Gustavsson |
2016-01-12 | Fix crash when attempting to update a fun as if it were a map | Björn Gustavsson |
2016-01-11 | Merge branch 'maint' | Björn Gustavsson |
2016-01-11 | Eliminate crash in v3_codegen | Björn Gustavsson |
2016-01-08 | Merge branch 'maint' | Björn Gustavsson |