summaryrefslogtreecommitdiff
path: root/lib/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Update deprecationsMicael Karlberg2020-03-121-3/+5
* Merge branch 'bjorn/deprecations'Björn Gustavsson2020-03-121-40/+214
|\
| * Add cross-checking of DEPRECATIONS and doc generationBjörn Gustavsson2020-03-111-40/+214
* | Merge branch 'rickard/match-spec/OTP-16431'Rickard Green2020-03-113-12/+88
|\ \
| * | Raise system_limit exception if match-spec compile use too much stackRickard Green2020-03-113-12/+88
| |/
* | Merge branch 'john/stdlib/warn-inline-nifs/OTP-16429/ERL-303'John Högberg2020-03-102-4/+54
|\ \
| * | stdlib: Warn when inlining is enabled in NIF modulesJohn Högberg2020-03-092-4/+54
| |/
* | Merge branch 'hasse/stdlib/fix_erl_eval_bits/OTP-16545'Hans Bolinder2020-03-102-4/+33
|\ \ | |/ |/|
| * stdlib: Fix bugs in eval_bitsHans Bolinder2020-03-092-4/+33
* | Merge branch 'maint'Raimo Niskanen2020-03-064-122/+256
|\ \ | |/ |/|
| * Merge branch 'raimo/stdlib/gen_statem-change_cb' into maintRaimo Niskanen2020-03-064-117/+240
| |\
| | * Improve function nameRaimo Niskanen2020-02-211-82/+83
| | * Document change|push|pop _callback_moduleRaimo Niskanen2020-02-211-9/+72
| | * Implement push and pop of callback moduleRaimo Niskanen2020-02-213-26/+85
* | | Merge branch 'hasse/fix_erl_anno_usage'Hans Bolinder2020-03-051-1/+2
|\ \ \
| * | | Correct usage of the erl_anno moduleHans Bolinder2020-03-031-1/+2
* | | | Merge branch 'hasse/stdlib/fix_empty_field_init/OTP-16516'Hans Bolinder2020-03-042-8/+114
|\ \ \ \
| * | | | compiler: Disallow multiple '_' as record field keyHans Bolinder2020-03-032-2/+57
| * | | | compiler: Disallow '_' as record field key without effectHans Bolinder2020-03-032-6/+57
* | | | | Merge branch 'hasse/stdlib/fix_erl_pp/OTP-16435'Hans Bolinder2020-03-032-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | stdlib: Correct pretty printing of erlang:float/1Hans Bolinder2020-02-272-2/+4
* | | | | Merge branch 'sverker/ets-compressed-bag-insert-list-fix'Sverker Eriksson2020-03-021-2/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | erts: Fix bug in ets:insert of list into compressed bagSverker Eriksson2020-02-281-2/+13
* | | | | Merge branch 'maint'Hans Bolinder2020-02-282-5/+6
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | stdlib: Correct calendar:rfc3339_to_system_time()Hans Bolinder2020-02-272-5/+6
* | | | Revert "Prepare release"Henrik Nord2020-02-2711-195/+29
| |/ / |/| |
* | | Prepare releaseErlang/OTP2020-02-2611-29/+195
* | | Start work on documentation for EEP-48Lukas Larsson2020-02-241-1/+14
* | | Remove term_to_binary of doc chunks doc contentLukas Larsson2020-02-241-4/+4
* | | Use <code> for monospace, remove anno, add <a marker>Lukas Larsson2020-02-241-27/+34
* | | Insert newline before paragraph if the previous element did notLukas Larsson2020-02-241-0/+3
* | | Generate hidden chunk files for any internal modulesLukas Larsson2020-02-241-1/+3
* | | Implement EEP-48 aka doc chunksLukas Larsson2020-02-2413-9/+1065
* | | otp: Refactor doc make system and introduce EEP-48Lukas Larsson2020-02-241-70/+1
* | | stdlib: Make shell expand work with all available modulesLukas Larsson2020-02-248-31/+46
* | | Merge branch 'rickard/upgrade_test'Rickard Green2020-02-211-1/+3
|\ \ \
| * | | Add test for upgrade from two releases backRickard Green2020-02-211-1/+3
* | | | Merge branch 'rickard/start-monitor/OTP-16120'Rickard Green2020-02-2113-123/+723
|\ \ \ \
| * | | | Support for start_monitor in proc_lib and gen behavioursRickard Green2019-10-2213-124/+721
* | | | | Merge branch 'john/stdlib/merge-emj_safe-relative-path/OTP-16483/PR-2542'John Högberg2020-02-218-53/+283
|\ \ \ \ \
| * | | | | Update deprecationsJohn Högberg2020-02-211-0/+2
| * | | | | erl_tar: Use filelib:safe_relative_path/2John Högberg2020-02-211-50/+8
| * | | | | Add filelib:safe_relative_path/2Eric Meadows-Jönsson2020-02-216-3/+273
* | | | | | Merge pull request #2540 from rickard-green/rickard/spawn_request-improvement...Rickard Green2020-02-201-1/+1
|\ \ \ \ \ \
| * | | | | | Implement erlang:spawn_request_abandon/1Rickard Green2020-02-201-1/+1
* | | | | | | Merge pull request #2527 from lukaszsamson/ls-fix-proplists-edocJohn Högberg2020-02-201-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix invalid xml closing tag in proplists.erl edocLukasz Samson2020-02-091-1/+1
* | | | | | | | Merge branch 'john/cuddle-tests'John Högberg2020-02-201-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | zip_SUITE: Disable unicode test when unsupported by `zipinfo`John Högberg2020-02-191-4/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'hasse/stdlib/extend_erl_parse_abstract/OTP-16480'Hans Bolinder2020-02-202-4/+21
|\ \ \ \ \ \ \ \