aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_lint.erl
AgeCommit message (Expand)Author
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
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