Age | Commit message (Expand) | Author |
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 |
2014-02-24 | Merge branch 'egil/maps/fix-cerl-inlining' | Björn-Egil Dahlberg |
2014-02-24 | Merge branch 'hb/dialyzer/deprecate_types/OTP-10342' | Hans Bolinder |
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-23 | Deprecate pre-defined built-in types | Hans Bolinder |
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 |
2014-02-21 | compiler: Add variable coverage of map in cerl | Björn-Egil Dahlberg |
2014-02-21 | Merge branch 'egil/compiler/maps-get_map_elements' | Björn-Egil Dahlberg |
2014-02-20 | compiler: Strengthen Maps compile tests | Björn-Egil Dahlberg |
2014-02-20 | compiler: Remove dead warning | Björn-Egil Dahlberg |
2014-02-19 | compiler: Transform list of Args to exact literal type | Björn-Egil Dahlberg |
2014-02-19 | compiler: Test Maps aliasing | Björn-Egil Dahlberg |
2014-02-19 | compiler: Use aliasing in map pair patterns | Björn-Egil Dahlberg |
2014-02-19 | compiler: Check literal order in beam_validator | Björn-Egil Dahlberg |
2014-02-19 | Merge branch 'nox/compiler/v3_core-comprehensions-cleanup' | Björn Gustavsson |
2014-02-18 | Fix library application appup files | Tobias Schlager |
2014-02-17 | Simplify comprehension compilation in v3_core | Anthony Ramine |
2014-02-14 | compiler: update 'asm' deprecation message | Tuncer Ayaz |
2014-02-14 | Fix edoc usage errors | Pierre Fenoll |
2014-02-14 | Merge branch 'kostis/beam_validator-minor-fix' | Björn Gustavsson |
2014-02-13 | compiler: Change map instructions for fetching values | Björn-Egil Dahlberg |
2014-02-13 | Change a list comprehension to a foreach/2 call | Kostis Sagonas |