summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/erl_lint.erl
Commit message (Expand)AuthorAgeFilesLines
* erl_lint: Add nowarn_unused_type optionJohn Högberg2019-11-011-1/+10
* erl_lint: Stop returning unsafe variables from comprehensionsJohn Högberg2019-09-171-3/+5
* stdlib: Do not allow specs for functions in other modulesHans Bolinder2019-05-031-2/+10
* Issue an error for improper use of record_info/2 in a funBjörn Gustavsson2019-04-091-0/+3
* Add options for suppressing warnings about removed functionsBjörn Gustavsson2019-04-051-5/+41
* Make all compiler options work in the option listBjörn Gustavsson2018-12-181-2/+4
* Fix inadvertently suppressed warning for unused variableBjörn Gustavsson2018-11-211-2/+1
* stdlib: Correct the linter's check of map guard expressionsHans Bolinder2018-04-241-1/+13
* Remove warnings for improper use of erlang:get_stacktrace/0Björn Gustavsson2018-04-161-50/+10
* Allow multiple modifier characters in io:format control sequencesRichard Carlsson2018-03-121-0/+8
* Add syntax in try/catch to retrieve the stacktrace directlyBjörn Gustavsson2017-11-301-8/+36
* Merge branch 'siri/string-new-api'Siri Hansen2017-09-151-4/+3
|\
| * stdlib: Do not use deprecated functions in string(3)Hans Bolinder2017-07-061-4/+3
* | Eliminate incorrect get_stacktrace/0 warningBjörn Gustavsson2017-09-061-2/+2
|/
* stdlib: Accept all nowarn_deprecated_function optionsHans Bolinder2017-06-221-8/+3
* stdlib: Add more checks of module names to the linterHans Bolinder2017-06-091-65/+86
* Warn for potentially unsafe use of get_stacktrace/0Björn Gustavsson2017-05-121-10/+63
* stdlib: Add Unicode modifier t to control sequences w and WHans Bolinder2017-04-241-0/+4
* stdlib: Add checks of the dialyzer attribute to the linterHans Bolinder2017-04-131-3/+60
* Don't allow module names with non-latin1 charactersBjörn Gustavsson2017-03-161-2/+13
* stdlib: Fix handling of locations and annotationsHans Bolinder2017-03-081-2/+7
* Make warn_export_all the defaultRichard Carlsson2016-11-291-1/+1
* Fix overridden BIFsBjörn Gustavsson2016-09-021-51/+86
* Don't crash when obsolete guard overrides local functionBjörn Gustavsson2016-09-021-7/+21
* stdlib: Correct types and specsHans Bolinder2016-06-091-1/+1
* stdlib: Correct types and specsHans Bolinder2016-06-091-3/+3
* stdlib: Fix linting of map key variablesBjörn-Egil Dahlberg2016-05-021-34/+63
* stdlib: Fix warningsHans Bolinder2016-04-191-0/+2
* stdlib: The type map() is built-inHans Bolinder2016-04-181-7/+2
* stdlib: Let the linter detect old typed recordsHans Bolinder2016-02-171-1/+8
* stdlib: Update the linter to handle typed record fieldsHans Bolinder2016-02-171-10/+10
* Merge branch 'maint'Hans Bolinder2016-02-171-0/+3
|\
| * stdlib: Add suppression of Dialyzer warningsHans Bolinder2016-02-171-0/+4
* | stdlib: Update erl_parse(3)Hans Bolinder2016-01-201-0/+5
* | Merge branch 'maint'Hans Bolinder2016-01-131-3/+3
|\ \ | |/
| * stdlib: Fix linter crash due to missing -module declarationHans Bolinder2016-01-131-3/+3
* | stdlib: Remove undocumented function specification syntaxHans Bolinder2015-12-151-13/+12
* | Merge branch 'maint'Björn Gustavsson2015-12-041-0/+3
|\ \ | |/
| * Extend erl_lint:format_error/1 to handle bittype mismatchesBjörn Gustavsson2015-12-031-0/+3
* | Forbid bytes modifier for unsized part of binary generatorAleksei Magusev2015-11-271-2/+2
* | stdlib: Remove deprecated functions in erl_parse and erl_scanHans Bolinder2015-09-151-12/+10
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Merge branch 'josevalim/jv-annotate-form-type'Henrik Nord2015-06-021-3/+2
|\
| * Annotate used types in erl_lintJosé Valim2015-05-271-3/+2
* | Merge branch 'josevalim/jv-annotate-form'Henrik Nord2015-05-261-22/+41
|\ \ | |/
| * Only annotate forms when linting in the compilerJosé Valim2015-05-221-22/+41
* | Remove final (?) vestiges of support for parameterized modulesBjörn Gustavsson2015-05-211-3/+0
* | Cache nowarn_bif_clash functions in erl_lintJosé Valim2015-05-141-4/+4
|/
* stdlib: Use module erl_annoHans Bolinder2015-04-301-80/+61
* Merge branch 'nox/stdlib/erl_lint-maps/OTP-12515'Björn Gustavsson2015-02-251-2/+2
|\