aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_lint_SUITE.erl
AgeCommit message (Expand)Author
2015-04-30stdlib: Use module erl_annoHans Bolinder
2015-02-16Properly lint map expressions in erl_lintAnthony Ramine
2014-10-03Merge branch 'egil/maps/variable-keys/OTP-12218'Björn-Egil Dahlberg
2014-09-22Merge branch 'nox/fix-exporting-rules/OTP-12186'Marcus Arendt
2014-08-22stdlib: Update Map testsBjörn-Egil Dahlberg
2014-08-02Rewrite merge of clause variable tables (in case, try, etc)Anthony Ramine
2014-05-05Remove pre-defined types dict(), digraph(), &cHans Bolinder
2014-04-29[stdlib] Simplify some linter warnings about specsHans Bolinder
2014-04-29Disallow '_' as type variableHans Bolinder
2014-04-29Fix a -callback attribute bugHans Bolinder
2014-04-29Allow more type namesHans Bolinder
2014-04-28Introduce the attribute -optional_callbacks in the context of behavioursHans Bolinder
2014-04-16stdlib: Fix error message when exporting (redefined) map() typeHans Bolinder
2014-04-03stdlib: Deny map keys defined as #{ .. := .. } in patternsBjörn-Egil Dahlberg
2014-03-26Merge branch 'bjorn/stdlib/otp_internal'Björn Gustavsson
2014-03-25otp_internal: No longer warn for funtions removed in R13BBjörn Gustavsson
2014-03-24stdlib: warn if the type map() is redefinedHans Bolinder
2014-03-17stdlib: Test Map key lintingBjörn-Egil Dahlberg
2014-03-17stdlib: Move map type to proper definitionBjörn-Egil Dahlberg
2014-03-07Emit errors when redefining arity(), bitstring(), iodata(), or boolean()Hans Bolinder
2014-03-07stdlib: Emit linter warnings for redefined built-in typesHans Bolinder
2014-03-06Merge branch 'nox/maps-improve-erl_lint'Björn-Egil Dahlberg
2014-03-05Merge branch 'nox/compiler/lint-shortcircuit-ops'Björn Gustavsson
2014-03-04Introduce compiler option 'nowarn_deprecated_type'Hans Bolinder
2014-03-04Improve message about deprecated built-in typesHans Bolinder
2014-03-04Improve linting of map expressionsAnthony Ramine
2014-03-01Properly lint shortcircuiting operatorsAnthony Ramine
2014-02-23Deprecate pre-defined built-in typesHans Bolinder
2014-02-10Merge branch 'josevalim/suppress-all-auto-imports'Henrik Nord
2014-01-23Properly handle export_all when looking for undefined callbacksAnthony Ramine
2013-12-12Test named funsAnthony Ramine
2013-10-18Allow all auto imports to be suppressed at onceJosé Valim
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-02-22Update copyright yearsBjörn-Egil Dahlberg
2013-01-31Test calling deprecated or removed functionsBjörn Gustavsson
2013-01-31Test deprecating list_to_atom/1 to cover more codeBjörn Gustavsson
2013-01-31Cover binary syntax errors and warningsBjörn Gustavsson
2013-01-31Test a few more kinds of illegal guard expressionsBjörn Gustavsson
2013-01-31Provoke basic semantic errors to improve test coverageBjörn Gustavsson
2013-01-18Remove support for parameterized modulesBjörn Gustavsson
2013-01-09erl_lint_SUITE: Eliminate use of packagesBjörn Gustavsson
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