Age | Commit message (Expand) | Author |
2015-03-31 | Prepare release | Erlang/OTP |
2015-02-04 | Correct unsafe optimization of '==' and '/=' | Björn Gustavsson |
2015-02-03 | Be more careful about map patterns when evalutating element/2 | Björn Gustavsson |
2015-02-03 | Do not convert map patterns to map expressions | Björn Gustavsson |
2015-01-19 | core_lib: Handle patterns in map values | Björn Gustavsson |
2015-01-16 | Merge branch 'bjorn/compiler/map-in-record-bug/OTP-12402' into maint | Björn Gustavsson |
2015-01-14 | beam_bool: Correct live calculation for GC BIFs | Björn Gustavsson |
2015-01-14 | beam_bool: Correct indentation for try...catch | Björn Gustavsson |
2015-01-14 | sys_core_fold: Correct optimization of 'case' | Björn Gustavsson |
2014-12-09 | Prepare release | Erlang/OTP |
2014-12-01 | compiler: Coalesce map keys in dialyzer mode | Björn-Egil Dahlberg |
2014-10-27 | Fix miscompilation when module contains multiple named funs | Anthony Ramine |
2014-09-15 | Update release notes | Erlang/OTP |
2014-09-15 | Update version numbers | Erlang/OTP |
2014-09-01 | sys_core_fold: Eliminate name capture bug | Björn Gustavsson |
2014-06-19 | Prepare release | Erlang/OTP |
2014-06-18 | Merge branch 'egil/fix-doc-links' into maint | Björn-Egil Dahlberg |
2014-06-17 | doc: Fix broken links | Björn-Egil Dahlberg |
2014-06-17 | [dialyzer] Use the option 'dialyzer' to control the compiler | Hans Bolinder |
2014-06-17 | [dialyzer] Fix handling of literal records | Hans Bolinder |
2014-06-16 | Fix handling of latin1 characters in false ifdef branches | Björn Gustavsson |
2014-05-26 | Merge branch 'egil/fix-maps-pretty-layout/OTP-11947' into maint | Björn-Egil Dahlberg |
2014-05-04 | Support maps in cerl:ann_make_tree/3 | Anthony Ramine |
2014-04-28 | hipe,compiler: Fix Map literals pretty printing | Björn-Egil Dahlberg |
2014-04-07 | Update release notes | Erlang/OTP |
2014-04-03 | compiler: Fix compiling map keys in patterns from core | Björn-Egil Dahlberg |
2014-04-03 | compiler,stdlib: Fix Map literals as keys for Maps in patterns | Björn-Egil Dahlberg |
2014-03-28 | Take out no_native compiler attribute | Kostis Sagonas |
2014-03-28 | Support the translation of the is_map BEAM instruction to Icode | Kostis Sagonas |
2014-03-26 | Merge branch 'egil/maps-compiler-coverage' | Björn-Egil Dahlberg |
2014-03-25 | compiler: Do not evaluate map expressions with bad keys | Björn-Egil Dahlberg |
2014-03-25 | compiler: Throw 'nomatch' on matching with bad binary keys | Björn-Egil Dahlberg |
2014-03-25 | compiler: Variable keys are not allowed in Maps | Björn-Egil Dahlberg |
2014-03-25 | compiler: Strengthen Maps warnings tests | Björn-Egil Dahlberg |
2014-03-25 | compiler: map_pair cannot be a type clause in v3_life | Björn-Egil Dahlberg |
2014-03-25 | Correctly handle non-matching patterns against literal values | Anthony Ramine |
2014-03-24 | compiler: Remove redudant code in v3_codegen | Björn-Egil Dahlberg |
2014-03-24 | compiler: Test deep map structure | Björn-Egil Dahlberg |
2014-03-24 | compiler: Remove redundant clause in v3_codegen | Björn-Egil Dahlberg |
2014-03-24 | compiler: Cover #{ [] => Var } in testcase | Björn-Egil Dahlberg |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green |
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green |
2014-03-20 | Merge branch 'ks/cerl-type-fixes' | Björn-Egil Dahlberg |
2014-03-19 | Merge branch 'nox/maps-v3_core-lit_vars' | Björn-Egil Dahlberg |
2014-03-19 | Merge branch 'bjorn/compiler/utf8-warning/OTP-11791' | Björn Gustavsson |
2014-03-19 | Restore the alphabetical order of Core Erlang records | Kostis Sagonas |
2014-03-19 | Clean up the types of cerl | Kostis Sagonas |
2014-03-18 | Don't fail compilation for modules that contain invalid UTF-8 | Björn Gustavsson |
2014-03-18 | Properly collect variables in map expressions in v3_core | Anthony Ramine |
2014-03-17 | compiler: Transform M#{} to is_map(M) | Björn-Egil Dahlberg |