summaryrefslogtreecommitdiff
path: root/lib/dialyzer/doc
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2020-12-111-0/+16
|
* dialyzer: Clarify dialyzer(3)Hans Bolinder2020-10-301-1/+3
| | | | See also https://bugs.erlang.org/browse/ERL-1223.
* Prepare releaseErlang/OTP2020-09-231-0/+15
|
* Prepare releaseErlang/OTP2020-05-111-0/+14
|
* Revert "Prepare release"Henrik Nord2020-04-221-14/+0
| | | | This reverts commit eee1f3aba92b5a741eabfa1cb6eca0632562777a.
* Prepare releaseErlang/OTP2020-04-221-0/+14
|
* otp: Convert all <seealso> to more specific variantsLukas Larsson2020-03-274-19/+19
| | | | | | | | | | | | We add `seemfa`, `seeerl`, `seetype`, `seeapp`, `seecom`, `seecref` , `seefile` and `seeguide` in order to make it easier to reason about what each link points to without examining the target. This information will then be embedded in the EEP-48 chunks for usage by other tools. The tool used can be found here: https://gist.github.com/garazdawi/68527d92ae5b37c8f129bfbdfffdfa68
* Revert "Prepare release"Henrik Nord2020-03-251-14/+0
| | | | This reverts commit 63638d668efbeb4539ba301328cabbc2636fb154.
* Prepare releaseErlang/OTP2020-03-241-0/+14
|
* Revert "Prepare release"Henrik Nord2020-02-271-14/+0
| | | | This reverts commit 50e614e7d5fee9e3bfe8a58e7f390c6ea6caf271.
* Prepare releaseErlang/OTP2020-02-261-0/+14
|
* doc: Move typer cli app to REF1 sectionLukas Larsson2020-02-243-10/+11
|
* otp: Refactor doc make system and introduce EEP-48Lukas Larsson2020-02-241-69/+1
|
* fixed a typoShamis Shukoor2020-01-091-1/+1
|
* Prepare releaseErlang/OTP2019-12-061-0/+27
|
* Prepare releaseErlang/OTP2019-09-171-0/+17
|
* Merge branch 'maint-22' into maintJohn Högberg2019-07-101-0/+20
|\ | | | | | | | | | | | | | | | | * maint-22: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets
| * Prepare releaseErlang/OTP2019-07-091-0/+20
| |
* | Merge branch 'maint-22' into maintJohn Högberg2019-07-031-0/+16
|\ \ | |/ | | | | | | | | | | | | | | * maint-22: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets
| * Prepare releaseErlang/OTP2019-07-021-0/+16
| |
* | Merge branch 'legoscia/dialyzer/native_erlang_mode/OTP-15880/PR-2283' into maintHans Bolinder2019-06-141-1/+4
|\ \ | |/ |/| | | | | * legoscia/dialyzer/native_erlang_mode/OTP-15880/PR-2283: Allow native compilation when calling Dialyzer from Erlang
| * Allow native compilation when calling Dialyzer from ErlangMagnus Henoch2019-06-121-1/+4
| | | | | | | | | | | | | | | | | | | | Invoking Dialyzer through the function dialyzer:run/1 instead of from the command line activates "Erlang mode", meaning that warnings are returned instead of printed, and that HiPE compilation of modules does not take place. With this change, HiPE compilation can optionally be enabled in this situation by passing the option {native, true}. Caching of natively compiled modules is enabled by default, but can be turned off using the option {native_cache, false}.
* | Prepare releaseErlang/OTP2019-06-121-0/+16
|/
* Prepare releaseErlang/OTP2019-05-101-0/+46
|
* dialyzer: Add an --no_indentation optionHans Bolinder2019-05-071-2/+24
| | | | | | | | | | | | | | | | | | | | By default Dialyzer tries to improve the readability of warnings. Newlines are inserted before and inside types, signatures, and Erlang code. Sometimes the newlines look misplaced. The raw format (option --raw) is not affected. Use the new --no_indentation option get the old behavior (no inserted line breaks). A note on the implementation. The types &c present in the warning tuples are parsed, and then formatted using erl_pp, the Erlang Pretty Printer. The alternative, to create message tuples with formatted types, turned out to more complicated, and has no real benefits. Also notice that the fixes for binaries (commit 9db8a098) and union elements (commit a1e51d12) are required. As a consequence, messages created before these commits using the --raw option cannot always be indented.
* Revert "Prepare release"Rickard Green2019-04-241-29/+0
| | | | This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a.
* Prepare releaseErlang/OTP2019-04-231-0/+29
|
* Revert "Prepare release"Henrik Nord2019-03-261-17/+0
| | | | This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017.
* Prepare releaseErlang/OTP2019-03-251-0/+17
|
* Prepare releaseErlang/OTP2019-03-111-0/+30
|
* Add empty 'since' attribute for old modules and functionsSverker Eriksson2018-12-121-6/+6
|
* Prepare releaseErlang/OTP2018-09-241-0/+15
|
* docs: make clean all XMLDIRLukas Larsson2018-07-131-0/+1
|
* Prepare releaseErlang/OTP2018-06-191-0/+54
|
* Update copyright yearHenrik Nord2018-06-181-1/+1
|
* Revert "Prepare release"Henrik2018-05-291-47/+0
| | | | This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
* Prepare releaseErlang/OTP2018-05-251-0/+47
|
* Revert "Update release notes"Henrik2018-05-021-40/+0
| | | | This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521.
* Update release notesErlang/OTP2018-04-301-0/+40
|
* Update release notesErlang/OTP2018-03-091-0/+26
|
* Update release notesErlang/OTP2017-12-081-0/+23
|
* Merge branch 'lars/doc-cleanup/OTP-14475' into maintLars Thorsen2017-10-105-64/+9
|\ | | | | | | | | | | * lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build
| * Remove unused files from the documentation buildLars Thorsen2017-09-285-64/+9
| |
* | Update release notesErlang/OTP2017-09-221-0/+34
|/
* Prepare releaseErlang/OTP2017-08-251-0/+15
|
* Prepare releaseErlang/OTP2017-06-211-0/+69
|
* Revert "Prepare release"Hans Nilsson2017-05-311-63/+0
| | | | This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0.
* Prepare releaseErlang/OTP2017-05-301-0/+63
|
* Revert "Prepare release"Raimo Niskanen2017-05-051-50/+0
| | | | This reverts commit dc57404252c47520f352834ad9be45ad684f96c9.
* Prepare releaseErlang/OTP2017-05-041-0/+50
|