aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_lint_SUITE.erl
AgeCommit message (Expand)Author
2019-05-03stdlib: Do not allow specs for functions in other modulesHans Bolinder
2019-04-09Issue an error for improper use of record_info/2 in a funBjörn Gustavsson
2019-04-05Add options for suppressing warnings about removed functionsBjörn Gustavsson
2019-04-05Don't warn for removed functions in OTP 18 or olderBjörn Gustavsson
2018-12-18Make all compiler options work in the option listBjörn Gustavsson
2018-11-22Merge branch 'maint'Björn Gustavsson
2018-11-21Fix inadvertently suppressed warning for unused variableBjörn Gustavsson
2018-07-27Change "can not" into "cannot"Raimo Niskanen
2018-04-16Remove warnings for improper use of erlang:get_stacktrace/0Björn Gustavsson
2018-01-23Merge branch 'maint'Hans Bolinder
2018-01-22stdlib: Correct contractsHans Bolinder
2017-11-30Add syntax in try/catch to retrieve the stacktrace directlyBjörn Gustavsson
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