summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/erl_lint.erl
Commit message (Expand)AuthorAgeFilesLines
* Types and specifications have been modified and addedHans Bolinder2011-05-121-0/+31
* Refuse to compile functions with too many argumentsBjörn Gustavsson2011-01-181-5/+17
* Avoid errors for a badly formed export_type declarationsKostis Sagonas2010-10-061-4/+10
* Merge branch 'pan/otp_8683_compiler_warnings' into HEADErlang/OTP2010-06-091-7/+18
|\
| * Correct warnings and errors for auto-imported bif clashesPatrik Nyblom2010-06-091-7/+18
* | Remove tid() from the predefined builtin types.Kostis Sagonas2010-06-071-2/+0
|/
* erl_lint: Issue warnings for undefined exported typesKostis Sagonas2010-06-031-7/+8
* Add infrastructure for the -export_type() attributeKostis Sagonas2010-06-031-21/+52
* Remove outcommented code from erl_lintPatrik Nyblom2010-06-021-11/+0
* Change warning to error for nowarn_bif_clash compiler directivePatrik Nyblom2010-06-021-12/+13
* Return nowarn_bif_clash functionality but with warningPatrik Nyblom2010-06-021-38/+95
* Teach erl_lint to better override BIFs with local functions and importsPatrik Nyblom2010-06-021-34/+89
* Teach compiler to override autoimport with importPatrik Nyblom2010-06-021-4/+27
* First prototype for local functions overriding autoimportedPatrik Nyblom2010-06-021-20/+20
* OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder2010-06-021-69/+75
* Remove stray code supporting 'cond'Björn Gustavsson2010-03-161-41/+0
* Fix a crash when using an undefined record name as a typeKostis Sagonas2010-03-101-6/+3
* Merge branch 'ks/erl_lint' into ccase/r13b04_devErlang/OTP2010-02-101-60/+54
|\
| * Allow recursive types and check for undefined typesKostis Sagonas2010-02-091-55/+49
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+3489