Age | Commit message (Expand) | Author |
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 |
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-25 | Merge branch 'bjorn/compiler/remove-timestamps/OTP-13504' | Björn Gustavsson |
2016-04-25 | Remove timestamps from BEAM files | Björn Gustavsson |
2016-04-21 | Add compile_SUITE:core_roundtrip/1 | Björn Gustavsson |
2016-04-21 | v3_core: Construct {badmap,Map} as literal if possible | Björn Gustavsson |
2016-04-21 | core_pp: Print {file,File} annotations more compactly | Björn Gustavsson |
2016-04-21 | core_pp: Add format_all/1 that prints all annotations | Björn Gustavsson |
2016-04-21 | core_parse: Don't sort map patterns | Björn Gustavsson |
2016-04-21 | core_parse: Handle annotations in more contexts | Björn Gustavsson |
2016-04-21 | cerl_trees: Correct handling of maps in label/2 | Björn Gustavsson |
2016-04-21 | cerl: Add missing API function is_c_map_pattern/1 | Björn Gustavsson |
2016-04-20 | Eliminate Dialyzer warnings for unmatched returns | Björn Gustavsson |
2016-04-18 | Merge branch 'bjorn/compiler/misc-opt' | Björn Gustavsson |
2016-04-14 | v3_kernel: Construct literal lists properly | Björn Gustavsson |
2016-04-14 | Use the register map in %live in beam_utils:is_killed_block/2 | Björn Gustavsson |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-04-11 | Teach beam_utils to check liveness for put_map instructions | Björn Gustavsson |
2016-04-11 | beam_peep: Help out beam_jump | Björn Gustavsson |
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-15 | Merge tag 'OTP-18.3' | Lars Thorsen |
2016-03-14 | Prepare release | Erlang/OTP |
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 |