aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/src
AgeCommit message (Expand)Author
2016-12-07Update copyright-yearErlang/OTP
2016-11-22dialyzer: Substitute 'opacity' for 'opaqueness'Hans Bolinder
2016-11-22dialyzer: Improve a warning messageHans Bolinder
2016-11-22dialyzer: Improve a warning messageHans Bolinder
2016-11-22dialyzer: Correct a warnings messageHans Bolinder
2016-10-21dialyzer: Fix error handling of bad -dialyzer() attributesHans Bolinder
2016-08-31dialyzer: Remove a check that always failsHans Bolinder
2016-07-26Improve format_warning/1 specBrujo Benavides
2016-07-04dialyzer: Suppress warns on generated case stmtsMagnus Lång
2016-06-09dialyzer: Minor adjustmentsHans Bolinder
2016-06-09dialyzer: Suppress unmatched_return for send/2Hans Bolinder
2016-06-09dialyzer: Use a cache when translating forms to typesHans Bolinder
2016-06-09dialyzer: Correct typesHans Bolinder
2016-06-09Merge branch 'stavros/dialyzer/fix_call_site_analysis/OTP-13655/PR-1092'Hans Bolinder
2016-06-08Fix a bug in Dialyzer related to call-site analysisStavros Aronis
2016-06-08Dialyzer: Fix a bug that caused Dialyzer to go into an infinite loop.Hans Bolinder
2016-05-16Merge branch 'kostis/dialyzer/opaque_type/OTP-13586/PR-1047'Hans Bolinder
2016-05-13Use the newly defined types in a record declarationKostis Sagonas
2016-05-13Strengthen the spec of analyze/1Kostis Sagonas
2016-05-13Fix dependency calculation when encountering an erroneous 'apply'Kostis Sagonas
2016-05-04Declare the erl_types:var_table() type as opaqueKostis Sagonas
2016-05-04dialyzer: Update runtime dependenciesHans Bolinder
2016-05-04dialyzer: Use maps instead of dictHans Bolinder
2016-05-04dialyzer: Optimize the evaluation of SCC:s in module typesigHans Bolinder
2016-05-04Merge branch 'experimental/correct_dialyzer_spelling/PR-1007/OTP-13544'Hans Bolinder
2016-04-28dialyzer_typesig: Fix bad external typeMagnus Lång
2016-04-28dialyzer: Fix another pattern literal bugMagnus Lång
2016-04-28dialyzer: Improve map pattern typesettingMagnus Lång
2016-04-28dialyzer_contracts: Consider #{} a violationMagnus Lång
2016-04-28dialyzer_typesig: Fix simplification bugMagnus Lång
2016-04-28dialyzer_dataflow: Fix try in guardsMagnus Lång
2016-04-28dialyzer: Unfold cerl patterns containing mapsMagnus Lång
2016-04-28dialyzer_dataflow: Add map supportMagnus Lång
2016-04-28dialyzer_typesig: Add map supportMagnus Lång
2016-04-07Correct mispelling in Dialyzer's acronym definitioneksperimental
2016-03-15update copyright-yearHenrik Nord
2016-02-08Merge branch 'maint'Hans Bolinder
2016-02-08dialyzer: Fix a bug concerning the option 'plt_remove'Hans Bolinder
2016-02-02Merge branch 'maint'Zandra
2016-01-27Clarify usage of coordinator by analysis_callgraphLuca Favatella
2016-01-27Reflect more init-loop OTP pattern in dialyzer_workerLuca Favatella
2016-01-27Delete dead sequential code in dialyzer_workerLuca Favatella
2016-01-26Clarify computation of exported types in DialyzerLuca Favatella
2016-01-26Split race_data_server out of dialyzer_callgraphLuca Favatella
2016-01-26Refactor dialyzer_analysis_callgraphLuca Favatella
2016-01-26Refactor usage of opaques() typeLuca Favatella
2016-01-26Clarify that dialyzer_callgraph:callgraph() type is opaqueLuca Favatella
2016-01-20dialyzer: Improve a typeHans Bolinder
2016-01-11Fix inadvertent deletion of callback infoStavros Aronis
2016-01-11Eliminate ugly case statementsStavros Aronis