aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_lint.erl
AgeCommit message (Expand)Author
2013-09-06Merge branch 'maint'Fredrik Gustafsson
2013-08-27Fix variable usage tracking in some record errorsAnthony Ramine
2013-08-27Fix unsafe variable tracking in try expressionsAnthony Ramine
2013-08-27Fix variable usage tracking in erl_lintAnthony Ramine
2013-08-21Merge branch 'maint'Hans Bolinder
2013-08-20Fix a bug in the linter regarding the 'fun M:F/A' constructHans Bolinder
2013-06-05Forbid unsized fields in patterns of binary generatorsAnthony Ramine
2013-05-28stdlib: re-factored erl_lint.erlFredrik Gustafsson
2013-05-28Improve erl_lint performanceJosé Valim
2013-02-15[stdlib] Add control sequence modifier 'l'Hans Bolinder
2013-01-31Remove unused error message {bittype_mismatch,_,_,_}Björn Gustavsson
2013-01-31Remove unused error message for importing an auto-imported BIFBjörn Gustavsson
2013-01-31Remove the error message for future reserved keywordBjörn Gustavsson
2013-01-31Remove error handling for calling a BIF that is not auto-importedBjörn Gustavsson
2013-01-26Merge branch 'bjorn/remove-tuple-funs/OTP-10170'Björn Gustavsson
2013-01-26Merge branch 'bjorn/remove-packages/OTP-10348'Björn Gustavsson
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-25erl_lint: Remove vestiges of package supportBjörn Gustavsson
2013-01-25erl_lint: Removes vestiges of tuple fun supportBjörn Gustavsson
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-22Merge branch 'lh/forget-mnemosyne/OTP-10729'Fredrik Gustafsson
2013-01-18Remove support for parameterized modulesBjörn Gustavsson
2013-01-16Remove support for the query keyword and query expressionsLoïc Hoguin
2013-01-09erl_lint: Remove support for packagesBjörn Gustavsson
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2012-09-26Warn for underspecified opaque typesHans Bolinder
2012-09-26Warn for opaque types that are not exportedHans Bolinder
2012-08-17Remove support for tuple funsBjörn Gustavsson
2012-08-15erl_lint: Add a deprecated warning for literal tuple funsBjörn Gustavsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-26erl_lint: Remove handling of constant/1Björn Gustavsson
2012-01-26erl_lint: Disallow call to is_record/3 if there is a local is_record/3Björn Gustavsson
2012-01-17erl_lint: Consistently reject local calls from guardsBjörn Gustavsson
2011-11-24erl_lint: The types introduced in R12B-5 are no longer "newly introduced"Björn Gustavsson
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-10-07Automatically generate 'behaviour_info' function from '-callback' attributesStavros Aronis
2011-10-07Add '-callback' attribute to language syntaxStavros Aronis
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