aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_lint_SUITE.erl
AgeCommit message (Expand)Author
2016-11-30stdlib test suite: fix uses of export_allRichard Carlsson
2016-11-29Make warn_export_all the defaultRichard Carlsson
2016-09-02Don't crash when obsolete guard overrides local functionBjörn Gustavsson
2016-05-07Fix deprecated warningsYuki Ito
2016-05-02stdlib: Strengthen map pattern testsBjörn-Egil Dahlberg
2016-05-02stdlib: Add lint tests for parallel match of mapsBjörn-Egil Dahlberg
2016-05-02stdlib: Refactor erl_lint_SUITEBjörn-Egil Dahlberg
2016-04-18stdlib: The type map() is built-inHans Bolinder
2016-03-09Eliminate use of ?config() macroBjörn Gustavsson
2016-03-09Remove ?line macrosBjörn Gustavsson
2016-03-09Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson
2016-03-09Eliminate 'suite' and 'doc' clausesBjörn Gustavsson
2016-03-09Replace use of test_server:format/2 with io:format/2Björn Gustavsson
2016-03-09Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-03-09Modernize use of timetrapsBjörn Gustavsson
2016-02-18Merge branch 'bjorn/remove-test_server/OTP-12705'Björn Gustavsson
2016-02-17stdlib: Let the linter detect old typed recordsHans Bolinder
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2016-02-05Move record compilation errors to erl_lint_SUITEBjörn Gustavsson
2016-01-13Merge branch 'maint'Hans Bolinder
2016-01-13stdlib: Fix linter crash due to missing -module declarationHans Bolinder
2015-12-15stdlib: Remove undocumented function specification syntaxHans Bolinder
2015-12-04Merge branch 'maint'Björn Gustavsson
2015-12-03Extend erl_lint:format_error/1 to handle bittype mismatchesBjörn Gustavsson
2015-12-03erl_lint_SUITE: Add smoke test of format_error/1Björn Gustavsson
2015-11-27Forbid bytes modifier for unsized part of binary generatorAleksei Magusev
2015-09-15stdlib: Remove deprecated functions in erl_parse and erl_scanHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
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