Age | Commit message (Expand) | Author |
2018-10-03 | [logger] Add handler callback filter_config/1 | Siri Hansen |
2018-10-03 | [logger] Start using handler callback changing_config/3 in built-in handlers | Siri Hansen |
2018-10-03 | [logger] Add update_handler_config/3 | Siri Hansen |
2018-10-02 | inets: Fix handling of 'Content-Type' (httpc) | Péter Dimitrov |
2018-10-02 | inets: Fix handling of 'Content-Length' (httpc) | Péter Dimitrov |
2018-10-02 | Implement {netns,NS} option for inet:getifaddrs/1 | Raimo Niskanen |
2018-10-01 | .gitignore: Exclude *_r21_SUITE.erl | John Högberg |
2018-10-01 | Merge branch 'maint' | Lukas Larsson |
2018-10-01 | Fix spelling of intended in erl_nif docs | Lukas Larsson |
2018-10-01 | Introduce the no_spawn_compiler_process option | José Valim |
2018-10-01 | Merge branch 'richcarl/erts/erl_init-cleanup/OTP-15336' | Lukas Larsson |
2018-10-01 | Update primary bootstrap | Björn Gustavsson |
2018-10-01 | Merge branch 'bjorn/compiler/fix-r21-option' | Björn Gustavsson |
2018-10-01 | Merge pull request #1965 from bjorng/bjorn/compiler/misc-cleanups | Björn Gustavsson |
2018-10-01 | Merge branch 'ingela/ssl/extensions-and-TLS-1.3-handshaking' | Ingela Anderton Andin |
2018-10-01 | ssl: Correct extension decoding and dialyzer spec | Ingela Anderton Andin |
2018-10-01 | Fix bug for sockopt pktoptions on BSD | Raimo Niskanen |
2018-10-01 | Merge branch 'maint' | Siri Hansen |
2018-10-01 | Merge branch 'siri/appups-21.2' into maint | Siri Hansen |
2018-09-28 | Update to Unicode-11 | Dan Gudmundsson |
2018-09-28 | Merge branch 'sverker/erts/cleanup-efile-argc-checks' | Sverker Eriksson |
2018-09-28 | ets_SUITE: Remove more redundant option combos | Sverker Eriksson |
2018-09-28 | Fix code generation of binary instructions with the r21 option | Björn Gustavsson |
2018-09-28 | Merge pull request #1958 from jhogberg/john/compiler/ssa-bsm-opt | John Högberg |
2018-09-28 | hipe: Document new limitations and disable known failing tests | John Högberg |
2018-09-28 | Remove unused instruction bs_context_to_binary from the compiler | John Högberg |
2018-09-28 | beam_ssa_pre_codegen: Remove unused variable aliasing support | Björn Gustavsson |
2018-09-28 | Improve coverage of 21 compatibility | Björn Gustavsson |
2018-09-28 | beam_ssa_opt: Eliminate redundant match alignment tests | John Högberg |
2018-09-28 | Rewrite BSM optimizations in the new SSA-based intermediate format | John Högberg |
2018-09-28 | Decrease probability for failed histogram | Raimo Niskanen |
2018-09-28 | Fix rare bug in binary matching (again) | Björn Gustavsson |
2018-09-27 | ssl: Generalize extensions handling | Ingela Anderton Andin |
2018-09-27 | Update kernel, stdlib and sasl appups for OTP-21.2 | Siri Hansen |
2018-09-26 | Move peephole optimization from beam_block to beam_a | Björn Gustavsson |
2018-09-26 | Move bif_to_test/3 from beam_utils to beam_ssa_codegen | Björn Gustavsson |
2018-09-26 | beam_validator: Disallow literal arguments for certain instructions | Björn Gustavsson |
2018-09-26 | beam_ssa_pre_codegen: Fix bug in sanitization of get_map_element | Björn Gustavsson |
2018-09-26 | beam_utils: Fix typo in comment | Björn Gustavsson |
2018-09-26 | beam_clean: Use maps and cerl_sets instead of dict and sets | Björn Gustavsson |
2018-09-26 | Remove the last optimization from beam_flatten | Björn Gustavsson |
2018-09-26 | Move allocation combining from beam_flatten to beam_ssa_codegen | Björn Gustavsson |
2018-09-26 | Move optimization of 'move' from beam_flatten to beam_ssa_codegen | Björn Gustavsson |
2018-09-26 | Use os:getenv/2 where possible | Peter Lemenkov |
2018-09-26 | Typo | Peter Lemenkov |
2018-09-26 | Merge pull request #1960 from jhogberg/john/compiler/validator-aliased-type-f... | John Högberg |
2018-09-26 | erts: Fix memory leak on file read errors | John Högberg |
2018-09-25 | erts: Remove unnecessary NIF argc tests | Sverker Eriksson |
2018-09-25 | Document bit_size in match-specs and allow in fun2ms | Péter Gömöri |
2018-09-25 | beam_validator: Use set_aliased_type in more operations | John Högberg |