aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_lint.erl
AgeCommit message (Expand)Author
2015-04-30stdlib: Use module erl_annoHans Bolinder
2015-02-25Merge branch 'nox/stdlib/erl_lint-maps/OTP-12515'Björn Gustavsson
2015-02-25Merge branch 'nox/stdlib/erl_lint-expr_list'Björn Gustavsson
2015-02-22Remove a few superfluous vt operations in erl_lintAnthony Ramine
2015-02-16Properly lint map expressions in erl_lintAnthony Ramine
2015-01-14dialyzer: Introduce module local suppression of warningsHans Bolinder
2014-11-20stdlib: remove the last traces of Mnemosyne RulesHans Bolinder
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: erl_lint Map key variablesBjö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-29Modify representation of the map typeHans 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-24stdlib: warn if the type map() is redefinedHans Bolinder
2014-03-24stdlib: Add more types to epp and erl_lintHans Bolinder
2014-03-17stdlib: Accept records as Map keysBjörn-Egil Dahlberg
2014-03-17stdlib: Accept Maps as Map keysBjörn-Egil Dahlberg
2014-03-17stdlib: Move map type to proper definitionBjörn-Egil Dahlberg
2014-03-17stdlib: Properly lint map key expressionsBjö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-28dialyzer,hipe,stdlib: Add Maps understanding to DialyzerBjörn-Egil Dahlberg
2014-01-28stdlib: Deny variables as keys and disallow ':=' in map constructionBjörn-Egil Dahlberg
2014-01-28Update erl_lint, erl_expand_records, sys_pre_expand for MapsBjörn-Egil Dahlberg
2014-01-28Update erl_lint, erl_expand_records, sys_pre_expand for mapsBjörn Gustavsson
2014-01-23Properly handle export_all when looking for undefined callbacksAnthony Ramine
2013-12-12EEP 37: Funs with namesAnthony 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-05-28stdlib: re-factored erl_lint.erlFredrik Gustafsson