Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-17 | beam_validator: Be more careful when updating try/catch state | Björn Gustavsson | |
The new code generator will more aggressively reuse registers, so we must be more careful about updating the state for try/catch. In particular, an "empty" try/catch that can't throw an exception must not update the try/catch state. | |||
2018-08-17 | beam_trim: Handle an empty list of instructions | Björn Gustavsson | |
2018-08-17 | v3_core: Number argument variables in ascending order | Björn Gustavsson | |
Nicer to read and less confusion. | |||
2018-08-16 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Fail tests if crypto cannot start | |||
2018-08-16 | Merge branch 'hans/crypto/cuddle_tests' into maint | Hans Nilsson | |
* hans/crypto/cuddle_tests: crypto: Fail tests if crypto cannot start | |||
2018-08-16 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: prolong the timeout in ssh_dbg gen_server calls | |||
2018-08-16 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2018-08-16 | Merge remote-tracking branch 'upstream/maint' | Dan Gudmundsson | |
* upstream/maint: Require align Add Erlang alignment regexps | |||
2018-08-16 | Merge pull request #1728 from davidw/emacs-align | Dan Gudmundsson | |
OTP-15239 | |||
2018-08-16 | Merge branch 'josevalim/jv-sb/PR-1803/OTP-15238' into master | Lukas Larsson | |
Optimize binary match from 10% up to 70x | |||
2018-08-16 | Merge branch 'maint' | Lukas Larsson | |
2018-08-15 | fix double parenthesis and badly formatter <v> tags | Mariano Guerra | |
(cherry picked from commit 1b36c8ff81e896f9aa172603962f838d980668a0) | |||
2018-08-15 | ssh: prolong the timeout in ssh_dbg gen_server calls | Hans Nilsson | |
2018-08-15 | crypto: Fail tests if crypto cannot start | Hans Nilsson | |
2018-08-15 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Fix compiler crash when compiling double receives erts: Delete fd from poll-set when closing fd_driver port | |||
2018-08-15 | Merge pull request #1927 from ↵ | Björn Gustavsson | |
bjorng/bjorn/compiler/double-receives/ERL-703/OTP-15235 Fix compiler crash when compiling double receives | |||
2018-08-15 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-08-15 | Merge branch 'maint-20' into maint | Ingela Anderton Andin | |
* maint-20: inets: Remove 21 test case Updated OTP version Update release notes Conflicts: OTP_VERSION lib/inets/doc/src/notes.xml lib/inets/test/httpd_SUITE.erl lib/inets/vsn.mk otp_versions.table | |||
2018-08-15 | inets: Remove 21 test case | Ingela Anderton Andin | |
A test case unrelated to the patch was accidentally added when backporting the solution. | |||
2018-08-15 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-08-15 | Merge branch 'ingela/inets/status-501/ERIERL-218/OTP-15215' into maint | Ingela Anderton Andin | |
* ingela/inets/status-501/ERIERL-218/OTP-15215: inets: Use status code 501 when no mod_* handles the request | |||
2018-08-15 | Merge branch 'maint' | Lukas Larsson | |
2018-08-15 | lukas/kernel/logger_set_app_lvl/PR-1843/OTP-15146 | Lukas Larsson | |
Add logger:set_application_level/2 | |||
2018-08-15 | Merge pull request #1928 from bettio/fix-remove_message_doc | Björn Gustavsson | |
remove_message does not store any pointer to x0 | |||
2018-08-14 | Update release notes | Erlang/OTP | |
2018-08-14 | Merge branch 'ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215' into ↵ | Erlang/OTP | |
maint-20 * ingela/inets/maint-20/status-501/ERIERL-218/OTP-15215: inets: Prepare for release inets: Use status code 501 when no mod_* handles the request # Conflicts: # lib/inets/test/httpd_SUITE.erl # lib/inets/vsn.mk | |||
2018-08-14 | remove_message does not store any pointer to x0 | Davide Bettio | |
remove_message just remove messages without writing to any register. Compiler is already generating code like: {get_tuple_element,{x,0},1,{x,0}}. remove_message. {jump,{f,6}} That clearly uses x0 for other purposes. | |||
2018-08-14 | inets: Prepare for release | Ingela Anderton Andin | |
2018-08-14 | Fix compiler crash when compiling double receives | Björn Gustavsson | |
The compiler would crash when compiling a function with two receive statements. https://bugs.erlang.org/browse/ERL-703 | |||
2018-08-14 | inets: Use status code 501 when no mod_* handles the request | Ingela Anderton Andin | |
Conflicts: lib/inets/test/httpd_SUITE.erl | |||
2018-08-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-08-14 | Merge branch 'ingela/ssl/ERL-668/improve-err-msg/OTP-15234' into maint | Ingela Anderton Andin | |
* ingela/ssl/ERL-668/improve-err-msg/OTP-15234: ssl: Improve error message | |||
2018-08-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-08-14 | Merge branch 'ingela/ssl/ERL-686/OTP-15224' into maint | Ingela Anderton Andin | |
* ingela/ssl/ERL-686/OTP-15224: ssl: Error handling improvment | |||
2018-08-14 | Merge branch 'maint' | Siri Hansen | |
2018-08-14 | Merge branch 'siri/logger/single_line-unwanted-comma/OTP-15228' into maint | Siri Hansen | |
* siri/logger/single_line-unwanted-comma/OTP-15228: [logger] Avoid unwanted commas introduced by formatter's single_line option | |||
2018-08-14 | inets: Use status code 501 when no mod_* handles the request | Ingela Anderton Andin | |
2018-08-14 | Merge pull request #1924 from omh/doc/typo-fixes | Lukas Larsson | |
Documentation typo fixes, Thoose -> Those. | |||
2018-08-13 | Doc typo fixes, Thoose -> Those. | Ole Morten Halvorsen | |
2018-08-13 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Fix delete_object and write convergence in transaction. Replace for loop with strchr Fix typos Clean unused wxe_driver callbacks Remove wx c_src compilation warning on Darwin | |||
2018-08-13 | Merge remote-tracking branch 'upstream/pr/1858' into maint | Dan Gudmundsson | |
* upstream/pr/1858: Fix delete_object and write convergence in transaction. OTP-15231 | |||
2018-08-13 | Merge remote-tracking branch 'upstream/pr/1860' into maint | Dan Gudmundsson | |
* upstream/pr/1860: Replace for loop with strchr Fix typos Clean unused wxe_driver callbacks Remove wx c_src compilation warning on Darwin OTP-15230 | |||
2018-08-13 | Merge pull request #1836 from kostis/common_test-warnings | Siri Hansen | |
Fix some unmatched_return warnings | |||
2018-08-13 | [logger] Avoid unwanted commas introduced by formatter's single_line option | Siri Hansen | |
When printing a map with ~p in a log message, the formatter's single_line option in some cases introduced unwanted commas after '=>', for example: This is now corrected. When single_line==true, width 0 is added to all ~p and ~P control sequences in the format string. | |||
2018-08-13 | Merge branch 'maint' | Hans Nilsson | |
* maint: ssh: Test group for circular buffer tracing ssh: Circular trace buffer primitives ssh: Make dbg test one group in ssh_dbg_SUITE | |||
2018-08-13 | ssh: Test group for circular buffer tracing | Hans Nilsson | |
2018-08-13 | ssh: Circular trace buffer primitives | Hans Nilsson | |
2018-08-13 | ssh: Make dbg test one group in ssh_dbg_SUITE | Hans Nilsson | |
2018-08-13 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Correct error behavior of is_map_key/2 in guards | |||
2018-08-13 | Merge pull request #1919 from bjorng/bjorn/compiler/fix-is_map_key/OTP-15227 | Björn Gustavsson | |
Correct error behavior of is_map_key/2 in guards |