Age | Commit message (Expand) | Author |
2017-04-24 | Merge branch 'zandra/stdlib/optional-callbacks/OTP-13801' | Zandra Norman |
2017-04-21 | stdlib: Make gen_server callbacks optional | Zandra Norman |
2017-04-13 | stdlib: Add checks of the dialyzer attribute to the linter | Hans Bolinder |
2017-03-21 | Merge branch 'ingela/corrct-otp-internal' | Ingela Anderton Andin |
2017-03-20 | ssl, public_key, crypto: Change deprecated to removed | Ingela Anderton Andin |
2017-03-16 | Don't allow module names with non-latin1 characters | Björn Gustavsson |
2017-03-08 | stdlib: Fix handling of locations and annotations | Hans Bolinder |
2017-01-25 | Update test cases for erlang:hash/2 removal | Björn-Egil Dahlberg |
2017-01-13 | Merge branch 'hasse/stdlib/check_type_constraints/OTP-14070/PR-1214' | Hans Bolinder |
2016-12-01 | stdilb: Check for bad type constraints in function types | Hans Bolinder |
2016-11-30 | stdlib test suite: fix uses of export_all | Richard Carlsson |
2016-11-29 | Make warn_export_all the default | Richard Carlsson |
2016-09-02 | Don't crash when obsolete guard overrides local function | Björn Gustavsson |
2016-05-07 | Fix deprecated warnings | Yuki Ito |
2016-05-02 | stdlib: Strengthen map pattern tests | Björn-Egil Dahlberg |
2016-05-02 | stdlib: Add lint tests for parallel match of maps | Björn-Egil Dahlberg |
2016-05-02 | stdlib: Refactor erl_lint_SUITE | Björn-Egil Dahlberg |
2016-04-18 | stdlib: The type map() is built-in | Hans Bolinder |
2016-03-09 | Eliminate use of ?config() macro | Björn Gustavsson |
2016-03-09 | Remove ?line macros | Björn Gustavsson |
2016-03-09 | Replace "%" with "%%" at the beginning of a line | Björn Gustavsson |
2016-03-09 | Eliminate 'suite' and 'doc' clauses | Björn Gustavsson |
2016-03-09 | Replace use of test_server:format/2 with io:format/2 | Björn Gustavsson |
2016-03-09 | Eliminate use of test_server:fail/0,1 | Björn Gustavsson |
2016-03-09 | Modernize use of timetraps | Björn Gustavsson |
2016-02-18 | Merge branch 'bjorn/remove-test_server/OTP-12705' | Björn Gustavsson |
2016-02-17 | stdlib: Let the linter detect old typed records | Hans Bolinder |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson |
2016-02-05 | Move record compilation errors to erl_lint_SUITE | Björn Gustavsson |
2016-01-13 | Merge branch 'maint' | Hans Bolinder |
2016-01-13 | stdlib: Fix linter crash due to missing -module declaration | Hans Bolinder |
2015-12-15 | stdlib: Remove undocumented function specification syntax | Hans Bolinder |
2015-12-04 | Merge branch 'maint' | Björn Gustavsson |
2015-12-03 | Extend erl_lint:format_error/1 to handle bittype mismatches | Björn Gustavsson |
2015-12-03 | erl_lint_SUITE: Add smoke test of format_error/1 | Björn Gustavsson |
2015-11-27 | Forbid bytes modifier for unsized part of binary generator | Aleksei Magusev |
2015-09-15 | stdlib: Remove deprecated functions in erl_parse and erl_scan | Hans Bolinder |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-04-30 | stdlib: Use module erl_anno | Hans Bolinder |
2015-02-16 | Properly lint map expressions in erl_lint | Anthony Ramine |
2014-10-03 | Merge branch 'egil/maps/variable-keys/OTP-12218' | Björn-Egil Dahlberg |
2014-09-22 | Merge branch 'nox/fix-exporting-rules/OTP-12186' | Marcus Arendt |
2014-08-22 | stdlib: Update Map tests | Björn-Egil Dahlberg |
2014-08-02 | Rewrite merge of clause variable tables (in case, try, etc) | Anthony Ramine |
2014-05-05 | Remove pre-defined types dict(), digraph(), &c | Hans Bolinder |
2014-04-29 | [stdlib] Simplify some linter warnings about specs | Hans Bolinder |
2014-04-29 | Disallow '_' as type variable | Hans Bolinder |
2014-04-29 | Fix a -callback attribute bug | Hans Bolinder |
2014-04-29 | Allow more type names | Hans Bolinder |
2014-04-28 | Introduce the attribute -optional_callbacks in the context of behaviours | Hans Bolinder |