aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2014-03-17compiler: Change #c_map{var} to #c_map{arg}Björn-Egil Dahlberg
2014-03-17compiler: Constant fold Maps that are safeBjörn-Egil Dahlberg
2014-03-17compiler: Validate Map srcBjörn-Egil Dahlberg
2014-03-17compiler: Support literal maps in cerl_clauses:match/2Björn-Egil Dahlberg
2014-03-17compiler: Guard BIF is_map/1 is pureBjörn-Egil Dahlberg
2014-03-17compiler: Change Maps Core FormatBjörn-Egil Dahlberg
2014-03-14compiler: Create literal Maps in creation if possibleBjörn-Egil Dahlberg
2014-03-14Merge branch 'nox/compiler/beam_bool-mixed-boolean'Björn Gustavsson
2014-03-14Merge branch 'nox/compiler/sys_core_fold-redundant-clauses'Björn Gustavsson
2014-03-12cerl_inline: Fix type errorBjörn Gustavsson
2014-03-12Merge branch 'nox/compiler/v3_core-mismatched-apply'Björn Gustavsson
2014-03-10Properly handle redundant boolean clauses in sys_core_foldAnthony Ramine
2014-03-08Properly detect reused boolean values in beam_boolAnthony Ramine
2014-03-07Merge branch 'nox/maps-beam_jump-put_map'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-cerl_clauses'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-beam_jump'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-v3_codegen-sort-nil-keys'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-complex-mixed-values'Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/compiler/v3_core-comprehension-no-export'Björn Gustavsson
2014-03-06Merge branch 'nox/compiler/beam_bool-not_boolean_expr'Björn Gustavsson
2014-03-06Merge branch 'nox/compiler/core_lint-call-guard'Björn Gustavsson
2014-03-06Properly collect labels in put_map instructions in beam_jumpAnthony Ramine
2014-03-06Do not emit blatantly illformed apply expressions in core_inlineAnthony Ramine
2014-03-05Merge branch 'nox/compiler/beam_bool-bad-protected'Björn Gustavsson
2014-03-05Merge branch 'nox/compiler/live_opt-wait_timeout-nil'Björn Gustavsson
2014-03-05Merge branch 'nox/compiler/sys_core_fold-erlang-is_function-2'Björn Gustavsson
2014-03-05Do not export variables from comprehension cases in v3_coreAnthony Ramine
2014-03-05Merge branch 'hb/dialyzer/deprecate_types/OTP-10342'Hans Bolinder
2014-03-05Compile BIF calls and operator expressions to Core the same wayAnthony Ramine
2014-03-05Do not try to optimize non-boolean guardsAnthony Ramine
2014-03-05Properly check label use in get_map_elements in beam_jumpAnthony Ramine
2014-03-04Support maps in cerl_clauses:match/2Anthony Ramine
2014-03-04Properly order Kernel code for maps with mixed pairsAnthony Ramine
2014-03-04Properly sort map pairs in v3_codegenAnthony Ramine
2014-03-04Properly lint calls in Core Erlang guardsAnthony Ramine
2014-03-04Merge branch 'nox/maps-fix-beam_bool-put_map'Björn-Egil Dahlberg
2014-03-04Merge branch 'nox/maps-expand-update'Björn-Egil Dahlberg
2014-03-04Merge branch 'nox/compiler/v3_core-mismatched-apply'Björn Gustavsson
2014-03-04Merge branch 'nox/compiler/sys_core_fold-erlang-is_record-3'Björn Gustavsson
2014-03-04Introduce compiler option 'nowarn_deprecated_type'Hans Bolinder
2014-03-04Handle nil as a wait_timeout argument in beam_utils:live_opt/4Anthony Ramine
2014-03-04Properly detect nonboolean protected expressions in beam_boolAnthony Ramine
2014-03-03Properly collect labels in put_map instructions in beam_boolAnthony Ramine
2014-03-03Do not mark all calls to erlang:is_function/2 as safeAnthony Ramine
2014-03-02Do not mark all calls to erlang:is_record/3 as safeAnthony Ramine
2014-03-01Do not emit blatantly illformed Core Erlang apply expressionsAnthony Ramine
2014-03-01Fix expansion of map update argumentsAnthony Ramine
2014-02-28compiler: Fix error message printout on compile errorBjörn-Egil Dahlberg
2014-02-24Merge branch 'tuncer/update-deprecation-message/OTP-11751'Henrik Nord
2014-02-24Merge branch 'fenollp/otp-edoc-usage-fixes'Henrik Nord