summaryrefslogtreecommitdiff
path: root/lib/stdlib/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Prepare release"Henrik Nord2021-02-242-6/+26
* Prepare releaseErlang/OTP2021-02-232-26/+6
* Merge branch 'maint'Björn Gustavsson2021-02-201-2/+9
|\
| * beam_lib, cover: Don't crash when an abstract code backend is missingBjörn Gustavsson2021-02-191-2/+9
* | Merge pull request #4508 from michalmuskala/map-foreach/OTP-17179Lukas Larsson2021-02-192-7/+7
|\ \
| * | Replace uses of maps:map and maps:fold with maps:foreachMichał Muskała2021-02-192-7/+7
* | | Merge remote-tracking branch 'dina/ryu_fwrite_g_1'Kjell Winblad2021-02-194-154/+916
|\ \ \
| * | | Change io_lib_format:fwrite_g/1 to use RyuThomas Depierre2021-02-134-154/+916
* | | | Merge pull request #2890 from josevalim/jv-float-16-supportJohn Högberg2021-02-191-1/+2
|\ \ \ \
| * | | | Support IEEE 754-2008 16-bit floats in bitstringsJosé Valim2021-02-031-1/+2
* | | | | Merge pull request #3045 from richcarl/error-message-typesBjörn Gustavsson2021-02-191-9/+14
|\ \ \ \ \
| * | | | | Use correct type annotations for compiler errors and warningsRichard Carlsson2021-02-181-9/+14
* | | | | | Merge branch 'hasse/dialyzer/inv_options/OTP-16986/ERL-1480/GH-4033'Hans Bolinder2021-02-181-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dialyzer: Add option to be used with attribute -dialyzerHans Bolinder2021-02-161-1/+3
* | | | | | Update deprecationsBjörn Gustavsson2021-02-171-4/+4
* | | | | | Merge branch 'ingela/ftp/supervisor-and-state-logic/ERL-1450/GH-4473/OTP-16926'Ingela Anderton Andin2021-02-161-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ftp: Use OTP supervisor as intendedIngela Anderton Andin2021-02-051-0/+4
* | | | | | Merge pull request #2658 from richcarl/epp-scan-onlyJohn Högberg2021-02-122-2/+46
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Document epp:scan_erl_form/1 and add epp:scan_file/2Richard Carlsson2021-02-012-2/+46
* | | | | | Merge branch 'edoc-chunk-support/PR-2803/OTP-16949/OTP-17192'Lukas Larsson2021-02-121-0/+2
|\ \ \ \ \ \
| * | | | | | Fix build issues, Dialyzer errors, and enable testsRadek Szymczyszyn2021-02-051-0/+2
* | | | | | | Merge pull request #2984 from gearnode/add-maps-foreach/OTP-17179Lukas Larsson2021-02-112-2/+27
|\ \ \ \ \ \ \
| * | | | | | | Add maps:foreach/2 functiongearnode2021-02-102-2/+27
* | | | | | | | erl_lint: Eliminate type violationBjörn Gustavsson2021-02-092-3/+3
|/ / / / / / /
* | | | | | | Merge branch 'maint'Lukas Larsson2021-02-081-22/+39
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge pull request #3002 from gomoripeti/rr_from_escript/OTP-17182Lukas Larsson2021-02-081-22/+39
| |\ \ \ \ \
| | * | | | | shell: read records from module in escript/archivePéter Gömöri2021-02-011-22/+39
* | | | | | | compiler: Warn about matching underscore-prefixed variablesJohn Högberg2021-02-051-59/+132
* | | | | | | Merge pull request #2883 from richcarl/drop-igor-and-erl_tidyBjörn Gustavsson2021-02-041-4/+0
|\ \ \ \ \ \ \
| * | | | | | | Update deprecationsBjörn Gustavsson2021-02-031-4/+0
* | | | | | | | Merge pull request #3022 from josevalim/jv-erl-eval-mapBjörn Gustavsson2021-02-031-23/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow maps as erl_eval bindingsJosé Valim2021-02-021-23/+34
* | | | | | | | | Merge pull request #3001 from bjorng/bjorn/fix-math-errors/OTP-17133Björn Gustavsson2021-02-031-0/+4
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Make sure that math:{acos,asin}/1 consistently fail for domain errorsBjörn Gustavsson2021-01-271-0/+4
| |/ / / / / / /
* | | | | | | | stdlib: Add option 'location' to erl_parse:abstract/2Hans Bolinder2021-02-031-5/+5
* | | | | | | | Merge branch 'maint'Björn Gustavsson2021-02-031-10/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Update deprecationsBjörn Gustavsson2021-02-011-10/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3019 from richcarl/compile-abstrBjörn Gustavsson2021-02-021-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Make compiler accept abstract format as inputRichard Carlsson2021-02-011-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3011 from ergl/ergl/fix_gen_server_docsRickard Green2021-02-011-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Explain {continue,Continue} in gen_server:Module:init/1 docergl2021-02-011-2/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'richcarl/columns/PR-2664/OTP-16824'Hans Bolinder2021-02-0112-2014/+2182
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | erl_lint: Give a better column position for format warningsBjörn Gustavsson2021-01-261-11/+22
| * | | | erl_lint: Correct column number for unsized binary not at endBjörn Gustavsson2021-01-261-27/+16
| * | | | stdlib: Improve locations of annotations of abstract codeHans Bolinder2021-01-262-27/+61
| * | | | stdlib: Improve error locations in module erl_lintHans Bolinder2021-01-261-13/+15
| * | | | stdlib: Improve error locations in module eppHans Bolinder2021-01-261-45/+97
| * | | | stdlib: Improve error locations in module erl_parseHans Bolinder2021-01-261-29/+49
| * | | | stdlib: Fix handling of annotations in erl_expand_recordsHans Bolinder2021-01-261-2/+2
| * | | | stdlib: Substitute Anno for Line in eppHans Bolinder2021-01-261-82/+82