aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_lint.erl
AgeCommit message (Expand)Author
2011-05-12Types and specifications have been modified and addedHans Bolinder
2011-01-18Refuse to compile functions with too many argumentsBjörn Gustavsson
2010-10-06Avoid errors for a badly formed export_type declarationsKostis Sagonas
2010-06-09Merge branch 'pan/otp_8683_compiler_warnings' into HEADErlang/OTP
2010-06-09Correct warnings and errors for auto-imported bif clashesPatrik Nyblom
2010-06-07Remove tid() from the predefined builtin types.Kostis Sagonas
2010-06-03erl_lint: Issue warnings for undefined exported typesKostis Sagonas
2010-06-03Add infrastructure for the -export_type() attributeKostis Sagonas
2010-06-02Remove outcommented code from erl_lintPatrik Nyblom
2010-06-02Change warning to error for nowarn_bif_clash compiler directivePatrik Nyblom
2010-06-02Return nowarn_bif_clash functionality but with warningPatrik Nyblom
2010-06-02Teach erl_lint to better override BIFs with local functions and importsPatrik Nyblom
2010-06-02Teach compiler to override autoimport with importPatrik Nyblom
2010-06-02First prototype for local functions overriding autoimportedPatrik Nyblom
2010-06-02OTP-8664 Erlang parser augmented with operators for integer typesHans Bolinder
2010-03-16Remove stray code supporting 'cond'Björn Gustavsson
2010-03-10Fix a crash when using an undefined record name as a typeKostis Sagonas
2010-02-10Merge branch 'ks/erl_lint' into ccase/r13b04_devErlang/OTP
2010-02-09Allow recursive types and check for undefined typesKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP