summaryrefslogtreecommitdiff
path: root/src/rebar_dialyzer.erl
Commit message (Expand)AuthorAgeFilesLines
* Drop support for `shared` pltJames Fish2015-06-061-5/+1
* dialyzer: change plt_location to rebar3 defaultTuncer Ayaz2015-05-221-6/+6
* dialyzer: nest dialyzer options to match rebar3Tuncer Ayaz2015-05-221-32/+39
* dialyzer: consistent warning formattingJames Fish2015-05-221-7/+16
* Add Dialyzer pluginTuncer Ayaz2015-05-221-0/+234
* Remove rebar_dialyzerjoewilliams2011-06-061-225/+0
* Abort if dialyze emits warningsTuncer Ayaz2011-05-251-6/+10
* Support settable plt dir for dialyzerEvax Software2011-04-121-11/+26
* Use abort in check-plt and update docDavid Reid2011-04-021-3/+3
* Clean up specsTuncer Ayaz2011-03-281-17/+11
* Clean up codeTuncer Ayaz2011-02-061-16/+20
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
* Apply Tidier suggestionsTuncer Ayaz2011-01-131-1/+1
* Support dialyzer plt paths having "~/" as a prefixJoseph Wayne Norton2010-11-231-0/+2
* Fix EDoc syntax errorsDaniel NĂ©ri2010-11-141-3/+3
* Tidier improvementsKostis Sagonas2010-10-261-2/+2
* Refactor Dialyzer support to make it more usableTuncer Ayaz2010-10-251-28/+85
* Remove never matching clauseTuncer Ayaz2010-10-011-3/+1
* Log {error, read_error} dialyzer plt_info errorTuncer Ayaz2010-09-301-0/+2
* Fix dialyzer warning: io:format/2 -> okTuncer Ayaz2010-09-291-2/+2
* Fixing bug 463; trivial typo in @spec as identified by Bob IppolitoDave Smith2010-08-201-1/+1
* Refactoring app file access to be via rebar_app_utils in prep for supporting ...Dave Smith2010-04-281-4/+3
* Provide package support for eunit; build_plt now includes listed applications...theiw2010-02-051-19/+24
* Include support for dialyzeriw2010-01-071-0/+145