summaryrefslogtreecommitdiff
path: root/lib/stdlib/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-05-151-1/+1
* Testcase io_proto_SUITE:raw_stdout_isattyfrazze-jobb2023-05-101-3/+9
* Testcase io_proto_SUITE:raw_stdoutRickard Green2023-05-091-2/+37
* Merely warn for unbound variables in union typesBjörn Gustavsson2023-05-031-76/+92
* Merge pull request #7139 from kikofernandez/kiko/dbg/deprecate-stop_clear-fun...Kiko Fernandez-Reyes2023-04-212-5/+5
|\
| * dbg: deprecates function dbg:stop_clear/1Kiko Fernandez-Reyes2023-04-192-5/+5
* | Merge pull request #6852 from max-au/max-au/argparseJohn Högberg2023-04-202-0/+1064
|\ \ | |/ |/|
| * [argparse] Command line parser for ErlangMaxim Fedorov2023-04-192-0/+1064
* | Update copyright yearErlang/OTP2023-04-111-1/+1
* | Merge PR-7050 from sabiwara/fix-iolib-build_text-maps_orderSverker Eriksson2023-03-271-2/+16
|\ \ | |/ |/|
| * Make maps_order optional in io_lib:build_text/1sabiwara2023-03-231-2/+16
* | Merge pull request #7026 from Maria-12648430/fix_uri_string_proptestJakub Witczak2023-03-271-4/+4
|\ \ | |/ |/|
| * Rename map/0 in uri_string_recompose property testMaria Scott2023-03-161-4/+4
* | Update copyright yearErlang/OTP2023-03-211-1/+1
* | Merge pull request #7023 from jhogberg/john/stdlib/dont-warn-on-underspecifie...John Högberg2023-03-171-8/+0
|\ \ | |/ |/|
| * erl_lint: Stop raising warnings for underspecified opaquesJohn Högberg2023-03-161-8/+0
* | Eliminate false warning for re-defined and unused typeBjörn Gustavsson2023-03-151-1/+33
|/
* Merge pull request #7003 from jhogberg/john/compiler/inline-maps-get-3/OTP-18502John Högberg2023-03-141-1/+2
|\
| * sys_core_fold: Inline maps:get/3John Högberg2023-03-101-1/+2
* | Update EastAsianWidth and tests for Unicode-15Dan Gudmundsson2023-03-061-0/+0
* | Update Unicode to version 15.0.0Maintenance App2023-03-063-15/+97
|/
* Merge pull request #6949 from sabiwara/format-spec-maps-order-optionalJohn Högberg2023-03-061-2/+16
|\
| * Make maps_order optional in io_lib:format_spec()sabiwara2023-03-011-2/+16
* | Add lists:enumerate/3Maria Scott2023-03-013-0/+50
|/
* Merge pull request #6937 from frazze-jobb/frazze/stdlib/zero-arity-functionsFredrik Frantzen2023-02-281-1/+5
|\
| * Fixes bug in shell completionfrazze-jobb2023-02-271-1/+5
* | Merge pull request #6924 from gomoripeti/more_action_functionsBjörn Gustavsson2023-02-281-0/+10
|\ \
| * | ms_transform: allow caller_line and current_stacktrace action functionsPéter Gömöri2023-02-261-0/+10
| |/
* | Merge PR-6272 from RobinMorisset/copy OTP-18493Sverker Eriksson2023-02-271-5/+16
|\ \ | |/ |/|
| * Optimize the copy that occurs in ets:lookup_elementRobin Morisset2023-02-271-5/+16
* | Merge pull request #6865 from Maria-12648430/improve_lists_merge_and_friendsBjörn Gustavsson2023-02-243-10/+413
|\ \
| * | Improve the lists:merge family of functionsMaria Scott2023-02-233-10/+413
* | | Merge branch 'raimo/gen-sync-start-fail/GH-6339' OTP-18471Raimo Niskanen2023-02-233-24/+148
|\ \ \ | |/ / |/| |
| * | Change to a more coherent behaviour for init_fail and exit in initRaimo Niskanen2023-02-172-20/+27
| * | Test looping over gen_server init failureRaimo Niskanen2023-02-152-4/+121
* | | Merge pull request #6895 from IngelaAndin/ingela/stdlib/sup-hibernate/OTP-18474Ingela Andin2023-02-211-3/+13
|\ \ \
| * | | stdlib: Hibernate static supervisorsIngela Anderton Andin2023-02-201-3/+13
* | | | Merge pull request #6864 from kikofernandez/kiko/dialyzer/unbound-single-type...Kiko2023-02-201-2/+108
|\ \ \ \ | |/ / / |/| | |
| * | | erl_lint: fix unbound singleton types in unionsKiko Fernandez-Reyes2023-02-171-2/+108
| |/ /
* | | binary: Polish the hex encoding and decoding functionsBjörn Gustavsson2023-02-161-4/+29
|/ /
* | Update copyright yearErlang/OTP2023-02-1422-22/+22
* | Merge branch 'rickard/60bit-pids/OTP-18435'Rickard Green2023-02-131-3/+3
|\ \
| * | [erts] Fix test cases for new internal pidsRickard Green2023-02-131-3/+3
* | | Merge branch 'bmk/stdlib/20230130/graceful_init_failure/OTP-18423'Micael Karlberg2023-02-132-4/+46
|\ \ \
| * | | [stdlib|test] Update gen_server and gen_statem suite(s)Micael Karlberg2023-02-082-4/+46
* | | | STDLIB tests: Fix falling map iterator tests in debug buildBjörn Gustavsson2023-02-082-4/+1
| |/ / |/| |
* | | Merge branch 'maint'Kiko Fernandez-Reyes2023-02-061-1/+29
|\ \ \
| * | | erts: Fix ets:insert with list into bag being reversedJulian Doherty2023-02-061-1/+29
* | | | Merge pull request #6727 from bjorng/bjorn/map-comprehensions/EEP-58/OTP-18413Björn Gustavsson2023-02-062-4/+54
|\ \ \ \
| * | | | erl_eval: Handle map comprehensionsBjörn Gustavsson2023-02-031-2/+31