summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/maps_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* sys_core_fold: Inline maps:get/3John Högberg2023-03-101-1/+2
* Update copyright yearErlang/OTP2023-02-141-1/+1
* STDLIB tests: Fix falling map iterator tests in debug buildBjörn Gustavsson2023-02-081-2/+1
* maps: raise a badmap error if an iterator fails laterMaria Scott2023-02-021-2/+72
* Simplify implementation of maps:to_list/1 for iteratorsMaria Scott2023-01-311-0/+2
* Add reversed iterators for mapsAndrew Bennett2023-01-301-32/+63
* Add ordered iterators for mapsAndrew Bennett2023-01-261-3/+82
* Update copyright yearErlang/OTP2022-03-231-1/+1
* Add maps:groups_from_listGian Lorenzo Meocci2022-03-081-2/+21
* Update copyright yearRickard Green2021-12-131-1/+1
* Fix incorrect error info for maps:get/2Björn Gustavsson2021-09-151-0/+1
* stdlib: Add error_info test for multiple messagesLukas Larsson2021-05-171-5/+5
* Do not allocate large map when value is the sameJosé Valim2021-04-091-2/+6
* Make `maps:keys/1` and `maps:values/1` trappingKjell Winblad2021-02-121-3/+105
* Trap `maps:from_keys/2`Kjell Winblad2021-02-121-13/+67
* Trap `maps:from_list/1`Kjell Winblad2021-02-121-2/+83
* Add maps:foreach/2 functiongearnode2021-02-101-2/+26
* maps: Add extended error information for all BIFsBjörn Gustavsson2021-01-151-2/+91
* Merge branch 'master' into jv-maps-from-keysKjell Winblad2020-12-181-2/+16
|\
| * Add maps:filtermap/2Maria-126484302020-12-011-2/+16
* | Add maps:from_keys/2 BIFJosé Valim2020-12-011-2/+18
|/
* Add `merge_with/3`, `intersect/2`, and `intersect_with/3` to mapsKjell Winblad2020-11-241-2/+239
* otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-6/+3
* sys_core_fold: Rewrite maps:get/2 and friends to guard BIFsJohn Högberg2019-11-291-2/+5
* Do not merge maps when they are the same or emptyJosé Valim2019-10-301-2/+24
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Check for the overlap between maps and iteratorsJesper Louis Andersen2018-05-131-0/+4
* erts: Implement batching maps:iteratorLukas Larsson2017-11-201-30/+9
* erts: Implement maps path iteratorLukas Larsson2017-10-131-0/+63
* stdlib: Add tests for maps:update_with/3,4Björn-Egil Dahlberg2016-04-271-17/+39
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson2016-03-091-4/+4
* Modernize use of timetrapsBjörn Gustavsson2016-03-091-8/+4
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* stdlib: Relax maps test suite for HiPEBjörn-Egil Dahlberg2015-05-201-2/+5
* stdlib: Test maps:filter/2Björn-Egil Dahlberg2015-05-191-2/+12
* stdlib: Correct maps module exceptions upon errorsBjörn-Egil Dahlberg2015-04-131-2/+66
* stdlib: Test maps:with/2Björn-Egil Dahlberg2014-08-261-11/+22
* Add docs and test for maps:get/3Sergey Abramyan2014-04-151-0/+69