summaryrefslogtreecommitdiff
path: root/lib/compiler/test/warnings_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-24' into maintIngela Anderton Andin2023-02-231-1/+1
|\
| * Update copyright yearErlang/OTP2023-02-221-1/+1
| * Merge branch 'bjorn/compiler/fix-mutable-variables/24/GH-6873/OTP-18470' into...Erlang/OTP2023-02-221-2/+1
| |\
| * | Update copyright yearErlang/OTP2022-08-171-1/+1
* | | Merge branch 'bjorn/compiler/fix-mutable-variables/24/GH-6873/OTP-18470' into...Björn Gustavsson2023-02-171-2/+1
|\ \ \ | | |/ | |/|
| * | Eliminate "mutable variables"Björn Gustavsson2023-02-161-2/+1
* | | Eliminate false warnings when using the inline_list_funcs optionBjörn Gustavsson2022-08-231-2/+31
* | | Merge pull request #6102 from josevalim/jv-fix-none-opt-infoBjörn Gustavsson2022-06-231-17/+84
|\ \ \ | | |/ | |/|
| * | Handle AST nodes without location on *_opt_infoJosé Valim2022-06-201-17/+84
| |/
* | [features] Change format and argument order for options and directivesCons T Åhs2022-04-061-3/+3
* | Implement the compiler part of EEP 49Björn Gustavsson2022-02-111-2/+26
|/
* Update copyright yearRickard Green2021-12-131-1/+1
* compiler: Preserve extended error informationBjörn Gustavsson2021-11-231-11/+2
* Eliminate incorrect warning for useless buildingBjörn Gustavsson2021-05-271-1/+13
* stdlib: Fix minor issues regarding error locationsHans Bolinder2021-03-121-2/+2
* Support disabling opportunistic warningsBjörn Gustavsson2021-03-121-2/+75
* Classify warnings from the compilerBjörn Gustavsson2021-03-121-121/+163
* sys_core_fold: Emit {eval_failure|result_ignored, {M, F, A}}Wojtek Mach2021-02-101-11/+11
* Reduce confusion by rephrasing some compiler warningsBjörn Gustavsson2021-02-041-14/+30
* Stop allowing latin-1 files without an explicit commentBjörn Gustavsson2021-02-021-47/+3
* Include column numbers in compiler warningsBjörn Gustavsson2021-01-261-213/+286
* stdlib: Improve locations of annotations of abstract codeHans Bolinder2021-01-261-1/+1
* compiler: Adjust column number of a test caseHans Bolinder2021-01-251-3/+3
* Make compiler test suites handle columnsRichard Carlsson2021-01-251-25/+25
* compiler: Introduce +recv_opt_infoJohn Högberg2021-01-221-2/+59
* Allow "underscore variables" to suppress all warningsBjörn Gustavsson2020-10-291-12/+30
* sys_core_fold: Remove ineffective optimization of try in guardsBjörn Gustavsson2020-04-081-0/+1
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | v3_core: Don't make the compiler crash on invalid map updatesBjörn Gustavsson2020-03-051-2/+2
* | Add function/arity to shadow clauses warnings when possibleJosé Valim2019-10-291-2/+2
|/
* sys_core_fold: Remove an unsafe optimizationBjörn Gustavsson2019-02-211-13/+1
* Merge branch 'maint'Björn Gustavsson2019-01-311-2/+17
|\
| * Eliminate bogus warning when using tuple callsBjörn Gustavsson2019-01-301-2/+17
* | Rewrite BSM optimizations in the new SSA-based intermediate formatJohn Högberg2018-09-281-17/+34
|/
* Update copyright yearHenrik Nord2018-09-211-1/+1
* Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson2018-07-061-1/+1
* Update copyright yearHans Nilsson2017-06-141-1/+1
* Fix unsafe bit syntax matching optimizationBjörn Gustavsson2017-06-071-1/+1
* Merge branch 'egil/compiler/maps-warn-repeated-keys/OTP-14058'Björn-Egil Dahlberg2016-11-281-1/+106
|\
| * compiler: Test repeated map key warningsBjörn-Egil Dahlberg2016-11-231-1/+106
* | Merge branch 'maint'Björn Gustavsson2016-11-231-2/+26
|\ \ | |/ |/|
| * Suppress warnings from v3_kernel when inlining is turned onBjörn Gustavsson2016-11-181-2/+26
* | sys_core_fold: Eliminate complaint from core_lintBjörn Gustavsson2016-10-281-1/+0
|/
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Merge branch 'bjorn/compiler/modernize-tests'Björn Gustavsson2016-02-261-48/+43
|\
| * Remove ?line macrosBjörn Gustavsson2016-02-251-33/+33
| * Replace use of test_server:format/2 with io:format/2Björn Gustavsson2016-02-251-1/+1
| * Eliminate use of test_server:fail/0,1Björn Gustavsson2016-02-251-3/+2
| * Eliminate use of ?config() macroBjörn Gustavsson2016-02-251-2/+2