Age | Commit message (Expand) | Author |
2019-02-21 | Merge branch 'john/compiler/more-validator-cuddling' | John Högberg |
2019-02-21 | beam_validator: Refactor call argument validation | John Högberg |
2019-02-21 | beam_validator: Refactor liveness/stack initialization checks | John Högberg |
2019-02-21 | beam_validator: Refactor try/catch handling | John Högberg |
2019-02-21 | Merge branch 'siri/cuddle-master' | Siri Hansen |
2019-02-21 | Update sasl/test/test_lib.hrl with recent versions of kernel and stdlib | Siri Hansen |
2019-02-21 | [logger] Fix faulty report_cb in logger_disk_log_h_SUITE:logging/1 | Siri Hansen |
2019-02-21 | [cdv] Update compiler directive for release compatibility | Siri Hansen |
2019-02-21 | [reltool] Make test pass when $ERL_LIBS is set | Siri Hansen |
2019-02-21 | Merge branch 'ingela/ssl/bench' | Ingela Anderton Andin |
2019-02-21 | ssl: Improve bench SUITE | Ingela Anderton Andin |
2019-02-21 | Merge branch 'ingela/ssl/fix-master-doc' | Ingela Anderton Andin |
2019-02-21 | Merge pull request #2149 from bjorng/bjorn/compiler/misc | Björn Gustavsson |
2019-02-21 | Merge branch 'maint' | Hans Bolinder |
2019-02-21 | Merge branch 'hasse/stdlib/fix_erl_pp/ERL-818/OTP-15592' into maint | Hans Bolinder |
2019-02-21 | dialyzer: Fix maps as parameter of opaque types | Hans Bolinder |
2019-02-21 | dialyzer: Fix key check of lists:key{search,member,find}() | Hans Bolinder |
2019-02-20 | beam_validator: Remember definitions on assignment | John Högberg |
2019-02-20 | beam_validator: Refactor stack trimming | John Högberg |
2019-02-20 | beam_validator: Track definitions of all terms | John Högberg |
2019-02-20 | beam_validator: Remove special handling of map_get/is_map_key | John Högberg |
2019-02-20 | beam_validator: Refactor select_tuple_arity | John Högberg |
2019-02-20 | beam_validator: Treat select_val as a series of '=:=' | John Högberg |
2019-02-20 | beam_validator: Treat all bs_get instructions as extractions | John Högberg |
2019-02-20 | beam_validator: Separate BIF/call types more clearly | John Högberg |
2019-02-20 | beam_validator: Assert that no tuple elements are out of bounds | John Högberg |
2019-02-20 | beam_validator: Get rid of the last uses of set_aliased_type | John Högberg |
2019-02-20 | beam_validator: Minor cosmetic refactoring | John Högberg |
2019-02-20 | erl_bifs: Add a note to the comment for is_pure/3 | Björn Gustavsson |
2019-02-20 | Correct confusing comment in beam_ssa_type | Björn Gustavsson |
2019-02-20 | ssl: Reintroduce documentation of signature_algs_cert and log_level option | Ingela Anderton Andin |
2019-02-20 | Improve optimization of switches | Björn Gustavsson |
2019-02-20 | Evaluate pure BIFs with literal arguments | Björn Gustavsson |
2019-02-20 | Revert "ssl: Workaround for compiler errors, to be reverted later" | Ingela Anderton Andin |
2019-02-20 | use erts’ ERL_TRY_LINK_JAVA in common_test/test_server/configure.in | Antonio Nikishaev |
2019-02-20 | Refactor optimization of Bool =:= true | Björn Gustavsson |
2019-02-20 | Always make andalso/orelse right-associative | Björn Gustavsson |
2019-02-20 | Merge pull request #2146 from bjorng/bjorn/compiler/set_tuple_element | Björn Gustavsson |
2019-02-19 | Merge branch 'maint' | Siri Hansen |
2019-02-19 | Merge branch 'siri/logger/pretty-print-config/OTP-15600' into maint | Siri Hansen |
2019-02-19 | [logger] Add pretty print function for configuration | Siri Hansen |
2019-02-19 | ssl: Validate Client Finished | Péter Dimitrov |
2019-02-19 | Do the destructive setelement optimization in SSA | Björn Gustavsson |
2019-02-19 | Merge branch 'maint' | Hans Nilsson |
2019-02-19 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson |
2019-02-19 | Merge branch 'maint' | Hans Bolinder |
2019-02-19 | Merge branch 'hasse/dialyzer/fix_contract_check/OTP-15562/ERL-845' into maint | Hans Bolinder |
2019-02-19 | Merge branch 'john/compiler/cuddle-validator' | John Högberg |
2019-02-18 | ssl: Correct merge commit thanks to dialyzer | Ingela Anderton Andin |
2019-02-18 | ssh: Refactor decryption in ssh_protocol_SUITE | Hans Nilsson |