Age | Commit message (Expand) | Author |
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-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 |
2014-04-16 | stdlib: Fix error message when exporting (redefined) map() type | Hans Bolinder |
2014-04-03 | stdlib: Deny map keys defined as #{ .. := .. } in patterns | Björn-Egil Dahlberg |
2014-03-26 | Merge branch 'bjorn/stdlib/otp_internal' | Björn Gustavsson |
2014-03-25 | otp_internal: No longer warn for funtions removed in R13B | Björn Gustavsson |
2014-03-24 | stdlib: warn if the type map() is redefined | Hans Bolinder |
2014-03-17 | stdlib: Test Map key linting | Björn-Egil Dahlberg |
2014-03-17 | stdlib: Move map type to proper definition | Björn-Egil Dahlberg |
2014-03-07 | Emit errors when redefining arity(), bitstring(), iodata(), or boolean() | Hans Bolinder |
2014-03-07 | stdlib: Emit linter warnings for redefined built-in types | Hans Bolinder |
2014-03-06 | Merge branch 'nox/maps-improve-erl_lint' | Björn-Egil Dahlberg |
2014-03-05 | Merge branch 'nox/compiler/lint-shortcircuit-ops' | Björn Gustavsson |
2014-03-04 | Introduce compiler option 'nowarn_deprecated_type' | Hans Bolinder |
2014-03-04 | Improve message about deprecated built-in types | Hans Bolinder |
2014-03-04 | Improve linting of map expressions | Anthony Ramine |
2014-03-01 | Properly lint shortcircuiting operators | Anthony Ramine |
2014-02-23 | Deprecate pre-defined built-in types | Hans Bolinder |
2014-02-10 | Merge branch 'josevalim/suppress-all-auto-imports' | Henrik Nord |
2014-01-23 | Properly handle export_all when looking for undefined callbacks | Anthony Ramine |
2013-12-12 | Test named funs | Anthony Ramine |
2013-10-18 | Allow all auto imports to be suppressed at once | José Valim |
2013-09-06 | Merge branch 'maint' | Fredrik Gustafsson |
2013-08-27 | Fix variable usage tracking in some record errors | Anthony Ramine |
2013-08-27 | Fix unsafe variable tracking in try expressions | Anthony Ramine |
2013-08-27 | Fix variable usage tracking in erl_lint | Anthony Ramine |
2013-08-21 | Merge branch 'maint' | Hans Bolinder |
2013-08-20 | Fix a bug in the linter regarding the 'fun M:F/A' construct | Hans Bolinder |
2013-06-05 | Forbid unsized fields in patterns of binary generators | Anthony Ramine |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-01-31 | Test calling deprecated or removed functions | Björn Gustavsson |
2013-01-31 | Test deprecating list_to_atom/1 to cover more code | Björn Gustavsson |
2013-01-31 | Cover binary syntax errors and warnings | Björn Gustavsson |
2013-01-31 | Test a few more kinds of illegal guard expressions | Björn Gustavsson |
2013-01-31 | Provoke basic semantic errors to improve test coverage | Björn Gustavsson |
2013-01-18 | Remove support for parameterized modules | Björn Gustavsson |
2013-01-09 | erl_lint_SUITE: Eliminate use of packages | Björn Gustavsson |