Age | Commit message (Expand) | Author |
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 |
2014-03-17 | compiler: Change #c_map{var} to #c_map{arg} | Björn-Egil Dahlberg |
2014-03-17 | compiler: Constant fold Maps that are safe | Björn-Egil Dahlberg |
2014-03-17 | compiler: Validate Map src | Björn-Egil Dahlberg |
2014-03-17 | compiler: Support literal maps in cerl_clauses:match/2 | Björn-Egil Dahlberg |
2014-03-17 | compiler: Guard BIF is_map/1 is pure | Björn-Egil Dahlberg |
2014-03-17 | compiler: Change Maps Core Format | Björn-Egil Dahlberg |
2014-03-14 | compiler: Create literal Maps in creation if possible | Björn-Egil Dahlberg |
2014-03-14 | Merge branch 'nox/compiler/beam_bool-mixed-boolean' | Björn Gustavsson |
2014-03-14 | Merge branch 'nox/compiler/sys_core_fold-redundant-clauses' | Björn Gustavsson |
2014-03-12 | cerl_inline: Fix type error | Björn Gustavsson |
2014-03-12 | Merge branch 'nox/compiler/v3_core-mismatched-apply' | Björn Gustavsson |
2014-03-10 | Properly handle redundant boolean clauses in sys_core_fold | Anthony Ramine |