summaryrefslogtreecommitdiff
path: root/lib/dialyzer/src
Commit message (Expand)AuthorAgeFilesLines
* dialyzer: Expand opaque types before other typesHans Bolinder2015-06-181-11/+31
* dialyzer: Simplify some codeHans Bolinder2015-06-151-41/+15
* dialyzer: Fix a bug in the expansion of formsHans Bolinder2015-06-152-41/+102
* Merge branch 'legoscia/dialyzer/cache-hipe-binaries/OTP-12779'Björn Gustavsson2015-05-292-8/+66
|\
| * Dialyzer to cache results of HiPE compilationMagnus Henoch2015-05-282-8/+66
* | Update runtime_dependencies in application resource filesHans Bolinder2015-05-251-2/+2
|/
* dialyzer: Document dialyzer:gui() option 'check_plt'Hans Bolinder2015-05-201-20/+19
* Fix a bug related to constraints generated for erlang:'*'/2Stavros Aronis2015-05-051-4/+4
* dialyzer: Use module erl_annoHans Bolinder2015-04-301-3/+4
* dialyzer: Add new option 'unknown'Hans Bolinder2015-04-273-27/+29
* dialyzer: Add new option 'no_missing_calls'Hans Bolinder2015-04-273-4/+8
* dialyzer: Update the PLT properly when a module is changedHans Bolinder2015-04-011-2/+2
* Merge branch 'rickard/time_api/OTP-11997'Rickard Green2015-03-202-6/+6
|\
| * Replace usage of erlang:now() with usage of new APIRickard Green2015-03-202-6/+6
* | Merge branch 'maint'Björn-Egil Dahlberg2015-03-181-0/+1
|\ \
| * | dialyzer: Add missing clause for map in find_terminalsBjörn-Egil Dahlberg2015-03-171-0/+1
| |/
* | [dialyzer] Correct handling of limited opaque typesHans Bolinder2015-03-101-7/+13
* | [dialyzer] Fix the conversion of forms to typesHans Bolinder2015-03-104-97/+105
* | dialyzer: Introduce module local suppression of warningsHans Bolinder2015-01-1413-214/+493
* | dialyzer: remove recognition of the compiler option 'asm'Hans Bolinder2014-10-211-1/+0
* | Merge branch 'maint'Hans Bolinder2014-10-101-16/+13
|\ \ | |/
| * dialyzer: do a minor re-factoringHans Bolinder2014-10-081-16/+11
| * dialyzer: Ignore ERL_COMPILER_OPTIONS when compilingHans Bolinder2014-10-081-2/+2
| * dialyzer: fix bug concerning compiler option 'warnings_as_errors'Hans Bolinder2014-10-081-0/+2
* | Merge branch 'maint'Henrik Nord2014-09-092-2/+52
|\ \ | |/
| * Merge branch 'fishcakez/dialyzer_beam_opts' into maintHenrik Nord2014-09-092-2/+52
| |\
| | * Use compile options when dialyzing beam filesJames Fish2014-07-162-2/+52
* | | Merge branch 'maint'Hans Bolinder2014-08-211-4/+14
|\ \ \ | |/ /
| * | dialyzer, hipe: Fix a bug concerning is_record/2,3Hans Bolinder2014-08-211-4/+14
* | | Merge branch 'maint'Hans Bolinder2014-08-211-4/+3
|\ \ \ | |/ /
| * | dialyzer: fix a -Wunderspecs bugHans Bolinder2014-08-201-4/+3
* | | Merge branch 'maint'Hans Bolinder2014-06-174-157/+125
|\ \ \ | |/ /
| * | [dialyzer] Use the option 'dialyzer' to control the compilerHans Bolinder2014-06-171-3/+1
| * | [dialyzer] Fix handling of literal recordsHans Bolinder2014-06-174-157/+127
| |/
* | Merge branch 'maint'Hans Bolinder2014-06-031-5/+8
|\ \ | |/
| * [dialyzer] Correct docs about optionsHans Bolinder2014-06-031-5/+8
* | Merge branch 'maint'Hans Bolinder2014-05-131-8/+1
|\ \ | |/
| * hipe: fix a bug concerning typed record fieldsHans Bolinder2014-05-131-8/+1
* | Remove pre-defined types dict(), digraph(), &cHans Bolinder2014-05-052-6/+2
* | Introduce the attribute -optional_callbacks in the context of behavioursHans Bolinder2014-04-286-32/+56
|/
* Correct the name of a compiler option and fix the corresponding warningsKostis Sagonas2014-04-103-30/+19
* Merge branch 'ks/hipe-is_map-support/OTP-11831'Björn-Egil Dahlberg2014-03-311-3/+1
|\
| * Reinstate native code compilation of cerl and erl_typesKostis Sagonas2014-03-281-3/+1
* | Report wall clock time instead of runtime when crashingKostis Sagonas2014-03-281-5/+5
|/
* Dialyzer now plays nicely with funs that come as "external" argumentsStavros Aronis2014-03-282-24/+33
* Correct some type declarationsKostis Sagonas2014-03-241-3/+9
* Use the ordsets:ordset(T) type instead of defining a local oneKostis Sagonas2014-03-244-13/+6
* dialyzer: generalize guard constraints in a new wayHans Bolinder2014-03-211-5/+73
* Introduce runtime_dependencies in .app filesRickard Green2014-03-201-1/+4
* Introduce a new warning option, 'no_unknown'Hans Bolinder2014-03-202-10/+22