aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/map_SUITE.erl
AgeCommit message (Expand)Author
2018-04-29Introduce is_map_key/2 guard BIFMichał Muskała
2018-04-25Merge branch 'map-get-bif' of git://github.com/michalmuskala/otpBjörn Gustavsson
2018-04-24Introduce map_get guard-safe functionMichał Muskała
2018-04-18core_lint: Handle repeated variables in map patterns correctlyBjörn Gustavsson
2017-12-13map_SUITE: Cover beam_utils:bif_to_test/3Björn Gustavsson
2017-01-25Update test cases for erlang:hash/2 removalBjörn-Egil Dahlberg
2016-06-02Eliminate crash for map updates in guardsBjörn Gustavsson
2016-05-25v3_codegen: Don't confuse beam_validatorBjörn Gustavsson
2016-02-25Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-01-13Merge branch 'maint'Björn Gustavsson
2016-01-12Fix crash when attempting to update a fun as if it were a mapBjörn Gustavsson
2015-12-11compiler tests: Replace 'random' with 'rand'Björn Gustavsson
2015-09-04compiler: Add test for corrupt register in get_map_elementsBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-15Raise more descriptive error messages for failed map operationsBjörn Gustavsson
2015-04-13map_SUITE: Add tests of is_map/1 with literal mapsBjörn Gustavsson
2015-03-30compiler: Strengthen Maps testsBjörn-Egil Dahlberg
2015-03-27compiler: Strengthen Maps testsBjörn-Egil Dahlberg
2015-03-12compiler: Fix map_SUITE:t_map_sort_literal for new map compare orderSverker Eriksson
2015-02-18map_SUITE: Cover comparisons of 'nil' in v3_codegenBjörn Gustavsson
2015-01-28core_pp: Correct printing of map literalsBjörn Gustavsson
2015-01-21map_SUITE: Ensure recompilation when running coverBjörn Gustavsson
2014-10-02compiler: Update test for Maps aliasingBjörn-Egil Dahlberg
2014-08-26compiler: Update Map testsBjörn-Egil Dahlberg
2014-04-03compiler,stdlib: Fix Map literals as keys for Maps in patternsBjörn-Egil Dahlberg
2014-03-25compiler: Do not evaluate map expressions with bad keysBjörn-Egil Dahlberg
2014-03-25compiler: Strengthen Maps warnings testsBjörn-Egil Dahlberg
2014-03-24compiler: Test deep map structureBjörn-Egil Dahlberg
2014-03-24compiler: Cover #{ [] => Var } in testcaseBjörn-Egil Dahlberg
2014-03-18Properly collect variables in map expressions in v3_coreAnthony Ramine
2014-03-07Merge branch 'nox/maps-beam_jump-put_map'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-06Properly collect labels in put_map instructions in beam_jumpAnthony Ramine
2014-03-05Properly check label use in get_map_elements in beam_jumpAnthony 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-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-03Properly collect labels in put_map instructions in beam_boolAnthony Ramine
2014-03-01Fix expansion of map update argumentsAnthony Ramine
2014-02-21compiler: Update map_SUITE to handle inliningBjörn-Egil Dahlberg
2014-02-20compiler: Strengthen Maps compile testsBjörn-Egil Dahlberg
2014-02-19compiler: Test Maps aliasingBjörn-Egil Dahlberg
2014-02-10Merge branch 'egil/compiler/maps-fix-sys_core_fold'Björn-Egil Dahlberg
2014-02-10Merge branch 'egil/compiler/maps-fix-codegen'Björn-Egil Dahlberg
2014-02-07compiler: Fix sys_core_fold let optimizationBjörn-Egil Dahlberg
2014-02-07erts,compiler: Correct and amend tests for MapsBjörn-Egil Dahlberg
2014-02-07compiler: Update map_SUITE with error case testBjörn-Egil Dahlberg
2014-01-31compiler: Strengthen Maps testsBjörn-Egil Dahlberg