Age | Commit message (Expand) | Author |
2019-01-07 | Remove unsafe optimization for delaying creation of stackframe | Björn Gustavsson |
2018-12-05 | Fix unsafe optimization of stack trace building | Björn Gustavsson |
2018-11-20 | Fix internal consistency failure for is_function/2 | Björn Gustavsson |
2018-10-31 | Fix bug when beam_jump removes put_tuple instructions | Björn Gustavsson |
2018-10-16 | Merge branch 'john/compiler/bs_match-anno-liveness-fix/OTP-15353/ERL-753' int... | John Högberg |
2018-10-15 | beam_utils: Handle bs_start_match2 in anno_defs | John Högberg |
2018-10-05 | compiler: Forward +source flag to epp and fix bug in +deterministic | John Högberg |
2018-09-28 | Fix rare bug in binary matching (again) | Björn Gustavsson |
2018-09-12 | Merge branch 'maint-21' into maint | Rickard Green |
2018-09-10 | Fix include-path regression caused by dd0a39c | John Högberg |
2018-08-31 | Merge branch 'hasse/dialyzer/improve_guards/OTP-15268/ERL-680' into maint | Hans Bolinder |
2018-08-28 | dialyzer: Improve handling of complex guards | Hans Bolinder |
2018-08-22 | beam_validator: Infer the type of the map argument for is_map_key/2 | Björn Gustavsson |
2018-08-14 | Fix compiler crash when compiling double receives | Björn Gustavsson |
2018-08-13 | Correct error behavior of is_map_key/2 in guards | Björn Gustavsson |
2018-08-10 | Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679... | Erlang/OTP |
2018-08-10 | Merge pull request #1911 from bjorng/bjorn/compiler/binary-syntax/ERL-689/OTP... | Björn Gustavsson |
2018-08-09 | Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679... | Rickard Green |
2018-08-09 | Omit include path debug info for +deterministic builds | John Högberg |
2018-08-09 | Merge pull request #1910 from bjorng/bjorn/compiler/letrec-side-effect-fix/ER... | Björn Gustavsson |
2018-08-08 | Fix bug in binary matching | Björn Gustavsson |
2018-08-08 | Merge pull request #1903 from michalmuskala/mm/useless-call | Björn Gustavsson |
2018-08-08 | Fix side-effect optimization when compiling from Core Erlang | John Högberg |
2018-08-07 | Eliminate double computation of next var | Michał Muskała |
2018-08-06 | beam_validator: Fix false diagnostic for a receive nested in a try | Björn Gustavsson |
2018-07-16 | Abort size calculation when a matched-out variable is used | John Högberg |
2018-06-29 | Merge branch 'bjorn/compiler/fix-beam_jump-crash/ERL-660/OTP-15166' into main... | Erlang/OTP |
2018-06-29 | Merge branch 'bjorn/compiler/fix-map_get/OTP-15157' into maint-21 | Erlang/OTP |
2018-06-29 | Merge branch 'bjorn/compiler/fix-skipped-matching/ERL-655/OTP-15156' into mai... | Erlang/OTP |
2018-06-29 | Eliminate a crash in the beam_jump pass | Björn Gustavsson |
2018-06-27 | Fix internal compiler error for map_get/2 | Björn Gustavsson |
2018-06-27 | beam_type: Fix unsafe optimization | Björn Gustavsson |
2018-06-25 | Fix unsafe optimization when running beam_block the second time | Björn Gustavsson |
2018-06-18 | Update copyright year | Henrik Nord |
2018-06-07 | Merge pull request #1832 from josevalim/jv-revert-beam-jump | Björn Gustavsson |
2018-06-07 | Merge pull request #1831 from bjorng/bjorn/compiler/fix-name-capture | Björn Gustavsson |
2018-06-04 | Revert "Run the sharing optimisation in beam_jump until fixpoint" | José Valim |
2018-06-04 | sys_core_fold: Fix name capture problem | Björn Gustavsson |
2018-06-04 | sys_core_inline: Avoid spurious warnings | Björn Gustavsson |
2018-05-28 | compiler: Improve a contract | Hans Bolinder |
2018-05-16 | Merge branch 'richcarl/eliminate_lib_module/PR-1786/OTP-15072' | Hans Bolinder |
2018-05-07 | Merge pull request #1800 from erszcz/master | Hans Bolinder |
2018-05-07 | Merge pull request #1802 from michalmuskala/map-is-key-bif | Björn Gustavsson |
2018-05-04 | Fix syntactic issues in EDoc comments across some libs | Radek Szymczyszyn |
2018-05-04 | Move error formatting to erl_error.erl and delete lib.erl | Richard Carlsson |
2018-04-29 | Introduce is_map_key/2 guard BIF | Michał Muskała |
2018-04-27 | beam_validator: Verify Y registers in exception-causing instructions | Björn Gustavsson |
2018-04-27 | Correct beam_utils:is_killed/3 (again) | Björn Gustavsson |
2018-04-26 | Merge pull request #1797 from bjorng/bjorn/compiler/fold-apply/ERL-614 | Björn Gustavsson |
2018-04-25 | Rewrite a call of a literal external fun to a direct call | Björn Gustavsson |