aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2019-01-15Prepare releaseErlang/OTP
2019-01-07Remove unsafe optimization for delaying creation of stackframeBjörn Gustavsson
2018-12-10Prepare releaseErlang/OTP
2018-12-05Fix unsafe optimization of stack trace buildingBjörn Gustavsson
2018-11-20Fix internal consistency failure for is_function/2Björn Gustavsson
2018-11-16Merge branch 'maint-21' into maintJohn Högberg
2018-11-15Prepare releaseErlang/OTP
2018-10-31Fix bug when beam_jump removes put_tuple instructionsBjörn Gustavsson
2018-10-16Merge branch 'john/compiler/bs_match-anno-liveness-fix/OTP-15353/ERL-753' int...John Högberg
2018-10-15beam_utils: Handle bs_start_match2 in anno_defsJohn Högberg
2018-10-12Merge branch 'maint-21' into maintRickard Green
2018-10-12Prepare releaseErlang/OTP
2018-10-05compiler: Forward +source flag to epp and fix bug in +deterministicJohn Högberg
2018-09-28Fix rare bug in binary matching (again)Björn Gustavsson
2018-09-24Prepare releaseErlang/OTP
2018-09-21Update copyright yearHenrik Nord
2018-09-18Merge branch 'maint-20' into maintJohn Högberg
2018-09-12Merge branch 'maint-21' into maintRickard Green
2018-09-11Update release notesErlang/OTP
2018-09-11Update version numbersErlang/OTP
2018-09-11Update release notesErlang/OTP
2018-09-11Update version numbersErlang/OTP
2018-09-10Fix include-path regression caused by dd0a39cJohn Högberg
2018-09-10Fix include-path regression caused by dd0a39cJohn Högberg
2018-08-31Merge branch 'hasse/dialyzer/improve_guards/OTP-15268/ERL-680' into maintHans Bolinder
2018-08-28dialyzer: Improve handling of complex guardsHans Bolinder
2018-08-22map_SUITE: Test is_map_key/2 followed by a map updateBjörn Gustavsson
2018-08-22beam_validator: Infer the type of the map argument for is_map_key/2Björn Gustavsson
2018-08-22map_SUITE: Cover map_get optimizations in beam_deadBjörn Gustavsson
2018-08-14Fix compiler crash when compiling double receivesBjörn Gustavsson
2018-08-13Merge pull request #1919 from bjorng/bjorn/compiler/fix-is_map_key/OTP-15227Björn Gustavsson
2018-08-13Correct error behavior of is_map_key/2 in guardsBjörn Gustavsson
2018-08-11Merge branch 'maint-21' into maintRickard Green
2018-08-10Update release notesErlang/OTP
2018-08-10Update version numbersErlang/OTP
2018-08-10Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679...Erlang/OTP
2018-08-10Merge branch 'maint-20' into maintRickard Green
2018-08-10Merge pull request #1911 from bjorng/bjorn/compiler/binary-syntax/ERL-689/OTP...Björn Gustavsson
2018-08-09Update release notesErlang/OTP
2018-08-09Update version numbersErlang/OTP
2018-08-09Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679...Rickard Green
2018-08-09Omit include path debug info for +deterministic buildsJohn Högberg
2018-08-09Merge pull request #1910 from bjorng/bjorn/compiler/letrec-side-effect-fix/ER...Björn Gustavsson
2018-08-08Fix bug in binary matchingBjörn Gustavsson
2018-08-08Merge pull request #1903 from michalmuskala/mm/useless-callBjörn Gustavsson
2018-08-08Fix side-effect optimization when compiling from Core ErlangJohn Högberg
2018-08-07Eliminate double computation of next varMichał Muskała
2018-08-06beam_validator: Fix false diagnostic for a receive nested in a tryBjörn Gustavsson
2018-07-18Merge pull request #1875 from jhogberg/john/compiler/fix-varsize-binary-compr...John Högberg
2018-07-16Abort size calculation when a matched-out variable is usedJohn Högberg