Age | Commit message (Expand) | Author |
2016-04-28 | ssh: make ssh:daemon choose port when Port=0 in the arguments | Hans Nilsson |
2016-04-28 | Merge branch 'stuart-thackray/ssh/doc_not_valid_term/PR-1021' | Hans Nilsson |
2016-04-28 | Merge branch 'gomoripeti/fix-cpu_sup_spec/PR-1029/OTP-13526' | Björn-Egil Dahlberg |
2016-04-28 | stdlib: Correct association types | Hans Bolinder |
2016-04-28 | stdlib: Add shadow comments for BIFs in maps | Björn-Egil Dahlberg |
2016-04-28 | stdlib: Add pretty-printing of exact map types | Hans Bolinder |
2016-04-28 | stdlib: Correct a type in module epp | Hans Bolinder |
2016-04-28 | erl_types: Don't consider opaque keys singleton | Magnus Lång |
2016-04-28 | erl_types: Fix t_subtract/2 correctness bug | Magnus Lång |
2016-04-28 | erl_types: Fix crash merging maps with opaque keys | Magnus Lång |
2016-04-28 | dialyzer_typesig: Fix bad external type | Magnus Lång |
2016-04-28 | dialyzer: Fix another pattern literal bug | Magnus Lång |
2016-04-28 | Bump Dialyzer version | Magnus Lång |
2016-04-28 | dialyzer: Improve map pattern typesetting | Magnus Lång |
2016-04-28 | dialyzer_contracts: Consider #{} a violation | Magnus Lång |
2016-04-28 | dialyzer_typesig: Fix simplification bug | Magnus Lång |
2016-04-28 | dialyzer_dataflow: Fix try in guards | Magnus Lång |
2016-04-28 | dialyzer: Unfold cerl patterns containing maps | Magnus Lång |
2016-04-28 | dialyzer_dataflow: Add map support | Magnus Lång |
2016-04-28 | dialyzer_typesig: Add map support | Magnus Lång |
2016-04-28 | Enhance map specs in erts, stdlib, runtime_tools | Magnus Lång |
2016-04-28 | erl_parse: Add parsing for new map type syntax | Magnus Lång |
2016-04-28 | erl_bif_types: Add a selection of maps BIFs | Magnus Lång |
2016-04-28 | erl_types: Add a map type representation | 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-28 | Merge branch 'egil/maps-api-additions/PR-1025/OTP-13522' | Björn-Egil Dahlberg |
2016-04-28 | ssh: wait until supervisors has understood that process died. (test case) | Hans Nilsson |
2016-04-28 | ssh: remove brain-dead ssh_test_lib:connect without port arg | Hans Nilsson |
2016-04-28 | ssh: polish max_channels_option test case | Hans Nilsson |
2016-04-28 | ssh: Repeated try until ssh_options_SUITE:max_sessions succedes (or timeout) | Hans Nilsson |
2016-04-28 | ssh: Speeded up ssh_options_SUITE a couple of minutes | Hans Nilsson |
2016-04-28 | Merge branch 'bjorn/compiler/cuddle-with-tests' | Björn Gustavsson |
2016-04-28 | ssh: Update app-file | Hans Nilsson |
2016-04-28 | ssh: Update version | Hans Nilsson |
2016-04-27 | stdlib: Document maps:update_with/3,4 | Björn-Egil Dahlberg |
2016-04-27 | stdlib: Add tests for maps:update_with/3,4 | Björn-Egil Dahlberg |
2016-04-27 | stdlib: Add maps:update_with/3,4 | Björn-Egil Dahlberg |
2016-04-27 | stdlib: Document maps:take/2 | Björn-Egil Dahlberg |
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 | Merge branch 'xumingthepoet/maint/PR-1008/OTP-13516' | Zandra |