Age | Commit message (Expand) | Author |
2014-09-01 | Update primary bootstrap | Björn Gustavsson |
2014-09-01 | sys_core_fold: Eliminate name capture bug | Björn Gustavsson |
2014-08-14 | Merge branch 'nox/compiler/improve-core-lint' | Björn Gustavsson |
2014-08-07 | Remove obsolete comment in core_lint | Anthony Ramine |
2014-08-07 | Handle return mismatches for calls and primops | Anthony Ramine |
2014-08-07 | Check for more return mismatches | Anthony Ramine |
2014-08-07 | Use +clint0 in compiler's test suites | Anthony Ramine |
2014-06-24 | Merge tag 'OTP-17.1' | Marcus Arendt |
2014-06-19 | Prepare release | Erlang/OTP |
2014-06-18 | Merge branch 'maint' | Björn-Egil Dahlberg |
2014-06-18 | Merge branch 'egil/fix-doc-links' into maint | Björn-Egil Dahlberg |
2014-06-17 | Merge branch 'maint' | Hans Bolinder |
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-17 | Merge branch 'maint' | Björn Gustavsson |
2014-06-16 | Fix handling of latin1 characters in false ifdef branches | Björn Gustavsson |
2014-05-26 | Merge branch 'maint' | Björn-Egil Dahlberg |
2014-05-26 | Merge branch 'egil/fix-maps-pretty-layout/OTP-11947' into maint | Björn-Egil Dahlberg |
2014-05-26 | Merge branch '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-28 | Introduce the attribute -optional_callbacks in the context of behaviours | Hans Bolinder |
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 |