aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_lint_SUITE.erl
AgeCommit message (Expand)Author
2018-01-22stdlib: Correct contractsHans Bolinder
2017-09-06Eliminate incorrect get_stacktrace/0 warningBjörn Gustavsson
2017-06-22stdlib: Accept all nowarn_deprecated_function optionsHans Bolinder
2017-06-09stdlib: Add more checks of module names to the linterHans Bolinder
2017-05-22stdlib: Warn for bad type variables of parameterized typesHans Bolinder
2017-05-12Warn for potentially unsafe use of get_stacktrace/0Björn Gustavsson
2017-04-24Merge branch 'zandra/stdlib/optional-callbacks/OTP-13801'Zandra Norman
2017-04-21stdlib: Make gen_server callbacks optionalZandra Norman
2017-04-13stdlib: Add checks of the dialyzer attribute to the linterHans Bolinder
2017-03-21Merge branch 'ingela/corrct-otp-internal'Ingela Anderton Andin
2017-03-20ssl, public_key, crypto: Change deprecated to removedIngela Anderton Andin
2017-03-16Don't allow module names with non-latin1 charactersBjörn Gustavsson
2017-03-08stdlib: Fix handling of locations and annotationsHans Bolinder
2017-01-25Update test cases for erlang:hash/2 removalBjörn-Egil Dahlberg
2017-01-13Merge branch 'hasse/stdlib/check_type_constraints/OTP-14070/PR-1214'Hans Bolinder
2016-12-01stdilb: Check for bad type constraints in function typesHans Bolinder
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