Age | Commit message (Expand) | Author |
2014-10-27 | Fix miscompilation when module contains multiple named funs | Anthony Ramine |
2014-06-16 | Fix handling of latin1 characters in false ifdef branches | Björn Gustavsson |
2014-04-03 | compiler,stdlib: Fix Map literals as keys for Maps in patterns | Björn-Egil Dahlberg |
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: Strengthen Maps warnings tests | Björn-Egil Dahlberg |
2014-03-25 | Correctly handle non-matching patterns against literal values | Anthony Ramine |
2014-03-24 | compiler: Test deep map structure | Björn-Egil Dahlberg |
2014-03-24 | compiler: Cover #{ [] => Var } in testcase | 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-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: Change Maps Core Format | Björn-Egil Dahlberg |
2014-03-14 | Merge branch 'nox/compiler/beam_bool-mixed-boolean' | Björn Gustavsson |
2014-03-10 | Properly handle redundant boolean clauses in sys_core_fold | Anthony Ramine |
2014-03-08 | Properly detect reused boolean values in beam_bool | Anthony Ramine |
2014-03-07 | Merge branch 'nox/maps-beam_jump-put_map' | Björn-Egil Dahlberg |
2014-03-06 | Merge branch 'nox/maps-cerl_clauses' | Björn-Egil Dahlberg |
2014-03-06 | Merge branch 'nox/maps-beam_jump' | Björn-Egil Dahlberg |
2014-03-06 | Merge branch 'nox/maps-v3_codegen-sort-nil-keys' | Björn-Egil Dahlberg |
2014-03-06 | Merge branch 'nox/maps-complex-mixed-values' | Björn-Egil Dahlberg |
2014-03-06 | Merge branch 'nox/compiler/v3_core-comprehension-no-export' | Björn Gustavsson |
2014-03-06 | Merge branch 'nox/compiler/beam_bool-not_boolean_expr' | Björn Gustavsson |
2014-03-06 | Properly collect labels in put_map instructions in beam_jump | Anthony Ramine |
2014-03-05 | Merge branch 'nox/compiler/beam_bool-bad-protected' | Björn Gustavsson |
2014-03-05 | Merge branch 'nox/compiler/live_opt-wait_timeout-nil' | Björn Gustavsson |
2014-03-05 | Merge branch 'nox/compiler/sys_core_fold-erlang-is_function-2' | Björn Gustavsson |
2014-03-05 | Do not export variables from comprehension cases in v3_core | Anthony Ramine |
2014-03-05 | Do not try to optimize non-boolean guards | Anthony Ramine |
2014-03-05 | Properly check label use in get_map_elements in beam_jump | Anthony Ramine |
2014-03-04 | Support maps in cerl_clauses:match/2 | Anthony Ramine |
2014-03-04 | Properly order Kernel code for maps with mixed pairs | Anthony Ramine |
2014-03-04 | Properly sort map pairs in v3_codegen | Anthony Ramine |
2014-03-04 | Merge branch 'nox/maps-fix-beam_bool-put_map' | Björn-Egil Dahlberg |
2014-03-04 | Merge branch 'nox/maps-expand-update' | Björn-Egil Dahlberg |
2014-03-04 | Merge branch 'nox/compiler/v3_core-mismatched-apply' | Björn Gustavsson |
2014-03-04 | Handle nil as a wait_timeout argument in beam_utils:live_opt/4 | Anthony Ramine |
2014-03-04 | Properly detect nonboolean protected expressions in beam_bool | Anthony Ramine |
2014-03-03 | Properly collect labels in put_map instructions in beam_bool | Anthony Ramine |
2014-03-03 | Do not mark all calls to erlang:is_function/2 as safe | Anthony Ramine |
2014-03-02 | Do not mark all calls to erlang:is_record/3 as safe | Anthony Ramine |
2014-03-01 | Do not emit blatantly illformed Core Erlang apply expressions | Anthony Ramine |
2014-03-01 | Fix expansion of map update arguments | Anthony Ramine |
2014-02-24 | Merge branch 'egil/maps/fix-cerl-inlining' | Björn-Egil Dahlberg |
2014-02-24 | Merge branch 'schlagert/fix_basic_appups' | Siri Hansen |
2014-02-24 | Add test suites performing app and appup file checks | Tobias Schlager |
2014-02-21 | compiler: Update map_SUITE to handle inlining | Björn-Egil Dahlberg |
2014-02-21 | compiler: Fix map inlining | Björn-Egil Dahlberg |