summaryrefslogtreecommitdiff
path: root/src/rebar_dialyzer.erl
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | e.g. {dialyzer_opts, [{plt, "~/.dialyzer_plt.R14B"}]}.
* 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
| | | | .app.src
* Provide package support for eunit; build_plt now includes listed ↵theiw2010-02-051-19/+24
| | | | applications; begin including -spec annotations
* Include support for dialyzeriw2010-01-071-0/+145