summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/erl_lint_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Merely warn for unbound variables in union typesBjörn Gustavsson2023-05-031-76/+92
* Merge pull request #7023 from jhogberg/john/stdlib/dont-warn-on-underspecifie...John Högberg2023-03-171-8/+0
|\
| * erl_lint: Stop raising warnings for underspecified opaquesJohn Högberg2023-03-161-8/+0
* | Eliminate false warning for re-defined and unused typeBjörn Gustavsson2023-03-151-1/+33
|/
* erl_lint: fix unbound singleton types in unionsKiko Fernandez-Reyes2023-02-171-2/+108
* Update copyright yearErlang/OTP2023-02-141-1/+1
* erl_lint: Support the new modifiers for ordered mapsBjörn Gustavsson2023-01-301-2/+51
* Fix typo in lib/stdlib/test/erl_lint_SUITE.erlRyan Kirkman2023-01-261-2/+2
* Lift restrictions for matching of binaries and mapsBjörn Gustavsson2022-12-131-37/+111
* Merge branch 'maint'Björn Gustavsson2022-11-231-2/+14
|\
| * Merge branch 'bjorn/stdlib/calls-in-guards/GH-6465/OTP-18325' into maintBjörn Gustavsson2022-11-231-2/+14
| |\
| | * Don't allow local calls from record init in guardsBjörn Gustavsson2022-11-221-2/+14
* | | Allow local redefinition of built-in typesBjörn Gustavsson2022-10-121-18/+87
|/ /
* | Forbid nonsensical module namesBjörn Gustavsson2022-06-161-10/+44
* | [features] Change format and argument order for options and directivesCons T Åhs2022-04-061-1/+1
* | Update copyright yearErlang/OTP2022-03-231-1/+1
* | Revert "Merge pull request #5712 from ilya-klyuchnikov/attribute"Björn Gustavsson2022-03-071-2/+7
* | Merge pull request #5712 from ilya-klyuchnikov/attributeBjörn Gustavsson2022-03-071-7/+2
|\ \
| * | allow custom attributes everywhereIlya Klyuchnikov2022-02-131-7/+2
* | | Implement the compiler part of EEP 49Björn Gustavsson2022-02-111-2/+82
|/ /
* | Add -nifs() attribute and nif_start instructionSverker Eriksson2021-12-201-0/+32
* | Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\ \ | |/
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Merge branch 'hasse/stdlib/linter_unused_types/OTP-17370/GH-4784'Hans Bolinder2021-06-101-3/+64
|\ \
| * | stdlib: Let the linter check unused types properlyHans Bolinder2021-06-071-2/+60
| * | stdlib: Let the linter report all locations for undef typesHans Bolinder2021-06-071-1/+4
| |/
* | erts: Make types nonempty_{binary,bitstring} builtinHans Bolinder2021-06-071-5/+4
|/
* Make warn_missing_spec warn for functions exported using export_allBjörn Gustavsson2021-05-241-7/+16
* Improve warnings for failing io:format() callsBjörn Gustavsson2021-05-211-1/+1
* erts: Add types nonempty_{binary,bitstring}()Hans Bolinder2021-04-271-2/+18
* compiler: Add option {nowarn_unused_record, RecordNames}Hans Bolinder2021-04-151-2/+27
* Classify warnings from the compilerBjörn Gustavsson2021-03-121-5/+5
* compiler: Warn about matching underscore-prefixed variablesJohn Högberg2021-02-051-2/+69
* erl_lint: Give a better column position for format warningsBjörn Gustavsson2021-01-261-1/+1
* erl_lint: Correct column number for unsized binary not at endBjörn Gustavsson2021-01-261-3/+3
* Include column numbers in compiler warningsBjörn Gustavsson2021-01-261-14/+44
* stdlib: Improve locations of annotations of abstract codeHans Bolinder2021-01-261-29/+29
* stdlib: Improve error locations in module erl_lintHans Bolinder2021-01-261-4/+39
* stdlib: Adjust erl_lint_SUITEHans Bolinder2021-01-251-4/+3
* Make erl_lint_SUITE handle column numbersRichard Carlsson2021-01-251-602/+605
* Merge pull request #2944 from richcarl/repeated-trace-varBjörn Gustavsson2021-01-131-0/+8
|\
| * Detect repeated occurrences of the stacktrace variable in a try clauseRichard Carlsson2020-12-201-0/+8
* | Document previously hidden (though very useful) compiler optionsPaulo F. Oliveira2020-12-101-2/+23
|/
* Allow variables bound in 'try' to be used in 'of' clausesBjörn Gustavsson2020-06-161-4/+1
* stdlib: Warn when inlining is enabled in NIF modulesJohn Högberg2020-03-091-2/+21
* compiler: Disallow multiple '_' as record field keyHans Bolinder2020-03-031-0/+52
* compiler: Disallow '_' as record field key without effectHans Bolinder2020-03-031-3/+44
* v3_core: Preserve annotation when splitting clausesBjörn Gustavsson2020-02-171-0/+1
* otp/erl_lint: Generate deprecation and removal warnings from sourceJohn Högberg2020-02-121-11/+14
* Allow guard expressions in map keysBjörn Gustavsson2020-02-061-1/+1