Age | Commit message (Expand) | Author |
2013-02-15 | [stdlib] Add control sequence modifier 'l' | Hans Bolinder |
2013-01-31 | Remove unused error message {bittype_mismatch,_,_,_} | Björn Gustavsson |
2013-01-31 | Remove unused error message for importing an auto-imported BIF | Björn Gustavsson |
2013-01-31 | Remove the error message for future reserved keyword | Björn Gustavsson |
2013-01-31 | Remove error handling for calling a BIF that is not auto-imported | Björn Gustavsson |
2013-01-26 | Merge branch 'bjorn/remove-tuple-funs/OTP-10170' | Björn Gustavsson |
2013-01-26 | Merge branch 'bjorn/remove-packages/OTP-10348' | Björn Gustavsson |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-25 | erl_lint: Remove vestiges of package support | Björn Gustavsson |
2013-01-25 | erl_lint: Removes vestiges of tuple fun support | Björn Gustavsson |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder |
2013-01-22 | Merge branch 'lh/forget-mnemosyne/OTP-10729' | Fredrik Gustafsson |
2013-01-18 | Remove support for parameterized modules | Björn Gustavsson |
2013-01-16 | Remove support for the query keyword and query expressions | Loïc Hoguin |
2013-01-09 | erl_lint: Remove support for packages | Björn Gustavsson |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder |
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: Remove handling of constant/1 | Björn Gustavsson |
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-11-24 | erl_lint: The types introduced in R12B-5 are no longer "newly introduced" | Björn Gustavsson |
2011-11-07 | EEP-23: Allow variables in fun M:F/A | Björn Gustavsson |
2011-10-07 | Automatically generate 'behaviour_info' function from '-callback' attributes | Stavros Aronis |
2011-10-07 | Add '-callback' attribute to language syntax | Stavros Aronis |
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder |
2011-01-18 | Refuse to compile functions with too many arguments | Björn Gustavsson |
2010-10-06 | Avoid errors for a badly formed export_type declarations | Kostis Sagonas |
2010-06-09 | Merge branch 'pan/otp_8683_compiler_warnings' into HEAD | Erlang/OTP |
2010-06-09 | Correct warnings and errors for auto-imported bif clashes | Patrik Nyblom |
2010-06-07 | Remove tid() from the predefined builtin types. | Kostis Sagonas |
2010-06-03 | erl_lint: Issue warnings for undefined exported types | Kostis Sagonas |
2010-06-03 | Add infrastructure for the -export_type() attribute | Kostis Sagonas |
2010-06-02 | Remove outcommented code from erl_lint | Patrik Nyblom |
2010-06-02 | Change warning to error for nowarn_bif_clash compiler directive | Patrik Nyblom |
2010-06-02 | Return nowarn_bif_clash functionality but with warning | Patrik Nyblom |
2010-06-02 | Teach erl_lint to better override BIFs with local functions and imports | Patrik Nyblom |
2010-06-02 | Teach compiler to override autoimport with import | Patrik Nyblom |
2010-06-02 | First prototype for local functions overriding autoimported | Patrik Nyblom |
2010-06-02 | OTP-8664 Erlang parser augmented with operators for integer types | Hans Bolinder |
2010-03-16 | Remove stray code supporting 'cond' | Björn Gustavsson |
2010-03-10 | Fix a crash when using an undefined record name as a type | Kostis Sagonas |
2010-02-10 | Merge branch 'ks/erl_lint' into ccase/r13b04_dev | Erlang/OTP |
2010-02-09 | Allow recursive types and check for undefined types | Kostis Sagonas |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP |