aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2019-08-14Merge branch 'maint'Björn Gustavsson
2019-08-14Merge pull request #2347 from bjorng/bjorn/compiler/fix-receive-bug/ERL-1022/...Björn Gustavsson
2019-08-14ssh: Remove unused address,port from #connection{}Hans Nilsson
2019-08-14ssh: Remove unused port_bindings from #connection{}Hans Nilsson
2019-08-14Fix compiler crash when compiling some receive statementsBjörn Gustavsson
2019-08-13erl_interface: Fix bug in ei_decode_fun for very old encodingSverker Eriksson
2019-08-12ssh: Use new ssh_connection:event() type in channel defsHans Nilsson
2019-08-12ssh: change type namesHans Nilsson
2019-08-12ssh: The ssh_connection documentation is now generatedHans Nilsson
2019-08-12ssh: Update ssh_sftp:start_channel documentation and codeHans Nilsson
2019-08-12ssh: The ssh_sftp documentation is now generatedHans Nilsson
2019-08-12ssh: The ssh_sftpd documentation is now generatedHans Nilsson
2019-08-12Merge branch 'maint'John Högberg
2019-08-12Merge branch 'john/erts/bs_get_binary2-heap-binaries/OTP-15977' into maintJohn Högberg
2019-08-09Merge branch 'maint'Dan Gudmundsson
2019-08-09Merge pull request #2332 from the-mikedavis/patch-1Dan Gudmundsson
2019-08-09Merge branch 'maint'Dan Gudmundsson
2019-08-09Merge remote-tracking branch 'upstream/pr/2201' into maintDan Gudmundsson
2019-08-09erts: Create heap binaries in bs_get_binary2John Högberg
2019-08-09Merge branch 'maint'Dan Gudmundsson
2019-08-09Merge branch 'dgud/observer/fix-darkmode/OTP-15916' into maintDan Gudmundsson
2019-08-09Merge branch 'dgud/mnesia/sticky-bug/ERL-768/OTP-15979' into maintDan Gudmundsson
2019-08-09Merge branch 'maint'Dan Gudmundsson
2019-08-09Merge branch 'dgud/mnesia/add_table_copy_deadlock/ERL-872/OTP-15933' into maintDan Gudmundsson
2019-08-08Document file:open/2 monitors the owner processJosé Valim
2019-08-08Merge branch 'john/compiler/fix-bs_skip-succeeded-oddity'John Högberg
2019-08-08Merge branch 'john/compiler/remove-dead-code-beam_ssa_type'John Högberg
2019-08-07Merge pull request #2226 from josevalim/jv-expand-squeeze-literal-integer-utf8John Högberg
2019-08-07compiler: Fix awkward match context substitutionJohn Högberg
2019-08-07beam_ssa_lint: Use #b_var{} instead of variable namesJohn Högberg
2019-08-07Merge branch 'maint'Dan Gudmundsson
2019-08-07Update java docDan Gudmundsson
2019-08-07beam_ssa_type: Remove unreachable codeJohn Högberg
2019-08-07Merge branch 'maint'Lukas Larsson
2019-08-07Merge branch 'john/compiler/validator-improve-try_case-handling'John Högberg
2019-08-07Merge branch 'john/compiler/explicit-call-exceptions'John Högberg
2019-08-06os_mon: Fix sscanf to use %llu instead of gnu specific %LuLukas Larsson
2019-08-06Merge branch 'lukas/otp/add-dialyzer-make-target/OTP-15915'Lukas Larsson
2019-08-06Merge branch 'maint'Lukas Larsson
2019-08-06Fix syntax error in logger_disk_log_h.xmlShion Ryuu
2019-08-06beam_validator: Disallow jumps to try_case handlersJohn Högberg
2019-08-06compiler: Simplify set_tuple_element optimizationJohn Högberg
2019-08-06compiler: Make 'succeeded' optimization more generalJohn Högberg
2019-08-06compiler: Simplify call type optimizationJohn Högberg
2019-08-06compiler: All calls may throw, so they all need success checksJohn Högberg
2019-08-06erts_debug: Turn off unsafe optimizations in test caseJohn Högberg
2019-08-05Merge branch 'maint'Björn Gustavsson
2019-08-05Merge branch 'bjorn/compiler/fix-stack-init/ERL-1017/OTP-15968' into maintBjörn Gustavsson
2019-08-05Ensure that the stack slots are initialized when matching mapsBjörn Gustavsson
2019-08-05Expand and squeeze literal integers/utf8 bin segmentsJosé Valim