Age | Commit message (Expand) | Author |
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 |
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 | Merge branch 'nox/compiler/core_lint-call-guard' | Björn Gustavsson |
2014-03-06 | Properly collect labels in put_map instructions in beam_jump | Anthony Ramine |
2014-03-06 | Do not emit blatantly illformed apply expressions in core_inline | 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 | Merge branch 'hb/dialyzer/deprecate_types/OTP-10342' | Hans Bolinder |
2014-03-05 | Compile BIF calls and operator expressions to Core the same way | 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 | Properly lint calls in Core Erlang guards | 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 | Merge branch 'nox/compiler/sys_core_fold-erlang-is_record-3' | Björn Gustavsson |
2014-03-04 | Introduce compiler option 'nowarn_deprecated_type' | Hans Bolinder |
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-28 | compiler: Fix error message printout on compile error | Björn-Egil Dahlberg |
2014-02-24 | Merge branch 'tuncer/update-deprecation-message/OTP-11751' | Henrik Nord |
2014-02-24 | Merge branch 'fenollp/otp-edoc-usage-fixes' | Henrik Nord |