aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/src/dialyzer_utils.erl
AgeCommit message (Expand)Author
2019-02-06dialyzer: Fix a bug regarding contractsHans Bolinder
2017-09-15Merge branch 'maint'Hans Bolinder
2017-09-15dialyzer: Improve check of unknown typesHans Bolinder
2017-07-04No longer support OTP 19 beam files in DialyzerJosé Valim
2017-06-13dialyzer: Do not use two records for PLTsHans Bolinder
2017-06-13dialyzer: Improve compression of an ETS tableHans Bolinder
2017-06-13dialyzer: Warn about unused unknown typesHans Bolinder
2017-06-09dialyzer: Improve handling of UnicodeHans Bolinder
2017-04-27dialyzer: Fix unknown typeHans Bolinder
2017-04-25Store abstract code in the Dbgi chunkJosé Valim
2017-02-03dialyzer: Do not keep the code server's type info on the heapHans Bolinder
2017-01-12Merge branch 'maint'Hans Bolinder
2017-01-11dialyzer: Try to reduce memory usageHans Bolinder
2017-01-11dialyzer: Use maps instaed of dictHans Bolinder
2017-01-11dialyzer: Use maps instead of dict for module contracts mapHans Bolinder
2017-01-11dialyzer: Reduce memory consumption during 'remote' phaseHans Bolinder
2017-01-11dialyzer: Update code for finding parallelismHans Bolinder
2016-11-23Correct copyright and license on dialyzer filesRichard Carlsson
2016-10-21dialyzer: Fix error handling of bad -dialyzer() attributesHans Bolinder
2016-06-09dialyzer: Use a cache when translating forms to typesHans Bolinder
2016-06-09dialyzer: Correct typesHans Bolinder
2016-04-28dialyzer: Fix another pattern literal bugMagnus Lång
2016-04-28dialyzer: Improve map pattern typesettingMagnus Lång
2016-04-28dialyzer: Unfold cerl patterns containing mapsMagnus Lång
2016-01-26Clarify computation of exported types in DialyzerLuca Favatella
2016-01-20dialyzer: Improve a typeHans Bolinder
2015-08-25dialyzer: Generalize an argument of erl_types:t_from_form()Hans Bolinder
2015-06-22Merge branch 'bruce/change-license'Bruce Yinhe
2015-06-22dialyzer: Correction of last commitHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-18dialyzer: Expand opaque types before other typesHans Bolinder
2015-06-15dialyzer: Simplify some codeHans Bolinder
2015-06-15dialyzer: Fix a bug in the expansion of formsHans Bolinder
2015-04-30dialyzer: Use module erl_annoHans Bolinder
2015-03-10[dialyzer] Correct handling of limited opaque typesHans Bolinder
2015-03-10[dialyzer] Fix the conversion of forms to typesHans Bolinder
2015-01-14dialyzer: Introduce module local suppression of warningsHans Bolinder
2014-10-21dialyzer: remove recognition of the compiler option 'asm'Hans Bolinder
2014-10-10Merge branch 'maint'Hans Bolinder
2014-10-08dialyzer: do a minor re-factoringHans Bolinder
2014-10-08dialyzer: Ignore ERL_COMPILER_OPTIONS when compilingHans Bolinder
2014-10-08dialyzer: fix bug concerning compiler option 'warnings_as_errors'Hans Bolinder
2014-09-09Merge branch 'maint'Henrik Nord
2014-09-09Merge branch 'fishcakez/dialyzer_beam_opts' into maintHenrik Nord
2014-07-16Use compile options when dialyzing beam filesJames Fish
2014-06-17Merge branch 'maint'Hans Bolinder
2014-06-17[dialyzer] Use the option 'dialyzer' to control the compilerHans Bolinder
2014-06-17[dialyzer] Fix handling of literal recordsHans Bolinder
2014-04-28Introduce the attribute -optional_callbacks in the context of behavioursHans Bolinder
2014-02-24Merge branch 'fenollp/otp-edoc-usage-fixes'Henrik Nord