aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
AgeCommit message (Expand)Author
2019-05-03stdlib: Optimize printing of maps a bitHans Bolinder
2019-05-03stdlib: Optimize pretty printing of lists slightlyHans Bolinder
2019-05-02Remove description of structure of opaque type `gb_trees:tree/2`.Brujo Benavides
2019-05-02unicode_util gc/1Dan Gudmundsson
2019-04-30Fix bug string:slice/3 on bad inputDan Gudmundsson
2019-04-30Merge pull request #2221 from FNickRU/queue-docHans Bolinder
2019-04-30Fix typoStanislav Mayorov
2019-04-24Revert "Prepare release"Rickard Green
2019-04-23Prepare releaseErlang/OTP
2019-04-18Fix broken ETS test caseKjell Winblad
2019-04-17Rewrite to use synchronous timer cancelRaimo Niskanen
2019-04-12stdlib: Adjust test suites and docs due to erl_pp changesHans Bolinder
2019-04-12stdlib: Let the Pretty Printer output more on one lineHans Bolinder
2019-04-12Merge branch 'hasse/stdlib/erl_pp_quoted_atom_types/OTP-15756'Hans Bolinder
2019-04-12stdlib: Add option 'quote_singleton_atom_types' to erl_ppHans Bolinder
2019-04-11Merge branch 'sverker/test-cuddle'Sverker Eriksson
2019-04-10Decentralized counters for ETS ordered_set with write_concurrencyKjell Winblad
2019-04-10Merge pull request #2205 from bjorng/bjorn/record_info/ERL-907Björn Gustavsson
2019-04-10Merge pull request #2197 from lbolla/spelling-mistakes-fixBjörn Gustavsson
2019-04-09Merge branch 'hasse/stdlib/erl_pp_throw/OTP-15751'Hans Bolinder
2019-04-09Issue an error for improper use of record_info/2 in a funBjörn Gustavsson
2019-04-08stdlib: Fix a bug concerning exception class 'throw'Hans Bolinder
2019-04-08Merge pull request #2200 from bjorng/bjorn/deprecation-warnings/ERL-904/OTP-1...Björn Gustavsson
2019-04-07calendar.xml: fix typoMikael Pettersson
2019-04-05Add options for suppressing warnings about removed functionsBjörn Gustavsson
2019-04-05Correct description for removal of rpc:safe_multi_server_call/2Björn Gustavsson
2019-04-05Add a reminder to remove the warning for os_mon_mib in OTP 24Björn Gustavsson
2019-04-05No longer warn for use of the overload moduleBjörn Gustavsson
2019-04-05Don't warn for removed functions in OTP 18 or olderBjörn Gustavsson
2019-04-04Fix broken linksBjörn Gustavsson
2019-04-02stdlib: Remove ets_SUITE:time_lookupSverker Eriksson
2019-04-01Merge branch 'maint'Sverker Eriksson
2019-03-31Fix various spelling mistakesLorenzo Bolla
2019-03-29Prepare releaseErlang/OTP
2019-03-29Merge branch 'maint'John Högberg
2019-03-28erl_tar: Use read_ahead when reading compressed tar filesJohn Högberg
2019-03-26Revert "Prepare release"Henrik Nord
2019-03-25Prepare releaseErlang/OTP
2019-03-22Change "can not" into "cannot"Raimo Niskanen
2019-03-22Merge branch 'hasse/stdlib/restore_string_SUITE_timeout'Hans Bolinder
2019-03-21Merge branch 'bjorn/hipe-compilation/OTP-15596'Björn Gustavsson
2019-03-21stdlib: Restore timeout in string_SUITE:meas()Hans Bolinder
2019-03-21Merge pull request #2179 from richcarl/array-fixupDan Gudmundsson
2019-03-21Merge branch 'hasse/stdlib/optimize_string/OTP-15649'Hans Bolinder
2019-03-20HiPE: Don't fail the compilation for unimplemented instructionsBjörn Gustavsson
2019-03-20stdlib: Optimize handling of Unicode in the string moduleHans Bolinder
2019-03-20stdlib: Optimize handling of Unicode in the string moduleHans Bolinder
2019-03-20stdlib: Fix a bug in string:lexemes()Hans Bolinder
2019-03-20Improve the ETS benchmark in the test suite ets_SUITEKjell Winblad
2019-03-18Merge pull request #2114 from se-apc/strip_fixJohn Högberg