aboutsummaryrefslogtreecommitdiffstats
path: root/lib/typer/src/typer_info.erl
AgeCommit message (Collapse)Author
2011-02-06Remove typer_info.erl fileKostis Sagonas
2011-02-06Delete typer_map.erl fileKostis Sagonas
2011-02-06Fix Typer's hanging when module name doesn't match filenameStavros Aronis
2011-02-06Add '--no_spec' option to TyperStavros Aronis
When run with '--no_spec', Typer will hide from Dialyzer any specs present in the files under analysis.
2011-02-06Replace some string() with file:filename()Kostis Sagonas
2011-02-06First cut of tidier's cleanupKostis Sagonas
Added ability to receive the set of exported types and report unknown ones. While doing the above, cleaned up types, specs, and record field names.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP