summaryrefslogtreecommitdiff
path: root/lib/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRickard Green2021-12-13143-143/+143
* Merge branch 'lukas/24/test-fixes' into maintLukas Larsson2021-11-301-0/+2
|\
| * stdlib: Add comment about why unlink at supervisor shutdownLukas Larsson2021-10-181-0/+2
* | Merge branch 'attah/gen_statem-data-spec/PR-4926/OTP-17738' into maintRaimo Niskanen2021-11-222-20/+33
|\ \
| * | gen_statem: Make it possible to spec dataAnton Thomasson2021-11-082-20/+33
* | | Merge pull request #5344 from lhoguin/lh/supervisor-missing-shutdown-clauses-...Rickard Green2021-11-191-0/+6
|\ \ \
| * | | supervisor: Add missing shutdown clausesLoïc Hoguin2021-11-031-0/+6
* | | | Merge pull request #5362 from tomas-abrahamsson/stdlib/via-name-for-supbridge...Rickard Green2021-11-192-5/+8
|\ \ \ \
| * | | | Fix spec for name for supervisor_bridge:start_linkTomas Abrahamsson2021-11-102-5/+8
* | | | | Merge pull request #5366 from garazdawi/lukas/stdlib/better-re-error-messages...Lukas Larsson2021-11-162-12/+40
|\ \ \ \ \
| * | | | | stdlib: Fix erl_error to print re compile errorsLukas Larsson2021-11-102-12/+40
| | |/ / / | |/| | |
* | | | | Merge branch 'lukas/erl_docgen/add-built-in-types/OTP-17743/OTP-17744/OTP-176...Lukas Larsson2021-11-161-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | stdlib: Add no_auto_import_types option to erl_lintLukas Larsson2021-10-181-1/+2
| | |_|/ | |/| |
* | | | doc error fixsoulna2021-11-071-1/+1
| |/ / |/| |
* | | Fix syntax for inlining a functionDániel Szoboszlay2021-10-051-1/+1
|/ /
* | Merge branch 'maint-24' into maintRickard Green2021-09-303-1/+27
|\ \
| * | Prepare releaseErlang/OTP2021-09-303-1/+27
* | | Merge branch 'Maria-12648430/supervisor_unlink_child_late/GH-5193/PR-5201/OTP...Rickard Green2021-09-294-110/+295
|\ \ \ | |/ /
| * | Keep supervisor children linked during shutdownMaria Scott2021-09-234-110/+295
* | | Merge pull request #5206 from erszcz/fix-shell-docs-render-sig/OTP-17662Lukas Larsson2021-09-292-22/+42
|\ \ \ | |/ / |/| |
| * | shell_docs: Render nbsp as sp when encoding to latin1Lukas Larsson2021-09-222-22/+42
* | | Prepare releaseErlang/OTP2021-09-173-1/+140
* | | Merge pull request #5200 from bjorng/bjorn/stdlib/fix-error-info/GH-5196/OTP-...Björn Gustavsson2021-09-152-2/+10
|\ \ \ | |/ / |/| |
| * | Fix incorrect error info for maps:get/2Björn Gustavsson2021-09-152-2/+10
* | | Merge branch 'lukas/stdlib/fix-erl_error-function_clause/OTP-17454' into maintLukas Larsson2021-09-141-1/+3
|\ \ \ | |/ / |/| |
| * | stdlib: Fix function_clause error printingLukas Larsson2021-09-131-1/+3
* | | Merge pull request #5022 from max-au/max-au/cleanup-deprecated-tIngela Andin2021-09-135-10/+7
|\ \ \ | |/ / |/| |
| * | test suites: replace ?t: with test_server:Maxim Fedorov2021-09-085-10/+7
* | | stdlib: Fix since tag for erl_error:format_errorLukas Larsson2021-09-091-1/+1
|/ /
* | Merge PR-5038 branch '5037_and_4702' into maint OTP-17622Sverker Eriksson2021-09-082-6/+77
|\ \
| * | stdlib: Fix win32reg:value for 'default' valueRegan Heath2021-09-082-1/+37
| * | stdlib: Fix win32reg:delete_keyRegan Heath2021-09-082-5/+40
* | | gen_server: Remove redundant caseBjörn Gustavsson2021-09-061-5/+1
* | | Merge pull request #5173 from bjorng/bjorn/stdlib/maps-intersectBjörn Gustavsson2021-09-031-6/+6
|\ \ \
| * | | Slightly simplify maps intersection functionsBjörn Gustavsson2021-09-011-6/+6
* | | | Merge branch 'maint-22' into maintBjörn Gustavsson2021-09-031-0/+17
|\ \ \ \ | |/ / / |/| | |
| * | | Prepare releaseErlang/OTP2021-09-022-1/+18
| * | | Merge branch 'hasse/stdlib/chars_limit_fix/GH-5053/OTP-17525' into maint-22Erlang/OTP2021-09-022-3/+30
| |\ \ \
* | \ \ \ Merge pull request #5143 from bjorng/bjorn/stdlib/improve-c-c-doc/GH-5103/OTP...Björn Gustavsson2021-08-261-19/+68
|\ \ \ \ \
| * | | | | Clarify the documentation for c:c()Björn Gustavsson2021-08-231-19/+68
| | |_|/ / | |/| | |
* | | | | Merge pull request #5141 from pergu/fix_epp_file_macro_bugBjörn Gustavsson2021-08-264-7/+26
|\ \ \ \ \
| * | | | | Fix inconsistency in defining ?FILE macroPer Gustafsson2021-08-234-7/+26
| |/ / / /
* | | | | stdlib: Fix result of shell_docs missing typeLukas Larsson2021-08-231-8/+14
|/ / / /
* | | | Add a chapter about maps to the Efficiency GuideBjörn Gustavsson2021-08-111-1/+4
* | | | Merge branch 'maint-24' into maintIngela Anderton Andin2021-07-223-1/+20
|\ \ \ \
| * | | | Prepare releaseErlang/OTP2021-07-213-1/+20
| * | | | Merge branch 'hasse/stdlib/chars_limit_fix/GH-5053/OTP-17525' into maint-24Erlang/OTP2021-07-212-3/+30
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge branch 'maint-23' into maintIngela Anderton Andin2021-07-221-0/+17
|\ \ \ \ \
| * | | | | Prepare releaseErlang/OTP2021-07-212-1/+18
| * | | | | Merge branch 'hasse/stdlib/chars_limit_fix/GH-5053/OTP-17525' into maint-23Erlang/OTP2021-07-212-3/+30
| |\ \ \ \ \ | | | |/ / / | | |/| | |