Age | Commit message (Expand) | Author |
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 |
2012-09-26 | Warn for underspecified opaque types | Hans Bolinder |
2012-09-26 | Warn for opaque types that are not exported | Hans Bolinder |
2012-08-17 | Remove support for tuple funs | Björn Gustavsson |
2012-08-15 | erl_lint: Add a deprecated warning for literal tuple funs | Björn Gustavsson |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-01-26 | erl_lint: Disallow call to is_record/3 if there is a local is_record/3 | Björn Gustavsson |
2012-01-17 | erl_lint: Consistently reject local calls from guards | Björn Gustavsson |
2011-08-31 | Improve and correct types and specifications in Kernel and STDLIB | Hans Bolinder |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson |
2011-02-17 | Fix formatting for stdlib | Lukas Larsson |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson |
2011-02-17 | Update stdlib tests to conform with common_test standard | Lukas Larsson |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson |
2011-01-18 | Refuse to compile functions with too many arguments | Björn Gustavsson |
2010-06-09 | Correct warnings and errors for auto-imported bif clashes | Patrik Nyblom |
2010-06-02 | Improve coverage of erl_int in testcases | Patrik Nyblom |