Age | Commit message (Expand) | Author |
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-23 | v3_core: Include line number annotations in binary patterns | Björn Gustavsson |
2016-02-23 | sys_core_fold: Introduce var_list/2 | Björn Gustavsson |
2016-02-23 | sys_core_fold: Optimize clause/4 | Björn Gustavsson |
2016-02-18 | Merge branch 'bjorn/remove-test_server/OTP-12705' | Björn Gustavsson |
2016-02-17 | compiler: Update the compiler to handle typed record fields | 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-02-03 | v3_core: Eliminate double processing of patterns | Björn Gustavsson |
2016-01-28 | Extend cerl_trees:mapfold with a 'pre-order' operation | Stavros Aronis |
2016-01-20 | compiler: Improve type and specs | Hans Bolinder |
2016-01-18 | Merge branch 'maint' | Björn-Egil Dahlberg |
2016-01-14 | compiler, hipe: Fix pretty printing of Core Maps | Björn-Egil Dahlberg |
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 |
2016-01-07 | beam_bool: Fix unsafe optimization | Björn Gustavsson |
2015-12-16 | Merge tag 'OTP-18.2' | Henrik Nord |
2015-12-15 | Update release notes | Erlang/OTP |
2015-12-15 | Update version numbers | Erlang/OTP |
2015-12-11 | compiler tests: Replace 'random' with 'rand' | Björn Gustavsson |
2015-12-11 | Use 'rand' instead of the obsolete 'random' module | Björn Gustavsson |
2015-12-07 | compile: Eliminate use of the obsolete 'random' module | Björn Gustavsson |
2015-11-20 | Merge branch 'maint' | Björn Gustavsson |
2015-11-20 | Fix missing filename and line number in warning | Björn Gustavsson |
2015-11-18 | Merge branch 'maint' | Hans Bolinder |
2015-11-17 | [compiler] Correct documentation | Hans Bolinder |
2015-11-16 | Merge branch 'bjorn/cleanup' | Björn Gustavsson |
2015-11-16 | beam_validator: Don't allow an 'undefined' entry label in a function | Björn Gustavsson |
2015-11-16 | beam_validator: Remove obsolete DEBUG support | Björn Gustavsson |
2015-11-11 | v3_kernel: Speed up compilation of modules with many funs | Björn Gustavsson |