aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/maps.erl
AgeCommit message (Expand)Author
2018-07-25Merge pull request #1886 from michalmuskala/mm/maps-refactorJohn Högberg
2018-07-23Refine types of functions in maps moduleMichał Muskała
2018-07-19Optimise functions in the maps moduleMichał Muskała
2018-07-17maps:new/0 is no longer a BIFMichał Muskała
2018-06-18Update copyright yearHenrik Nord
2018-06-05stdlib: Fix error reason for maps:with/withoutLukas Larsson
2017-11-20erts: Implement batching maps:iteratorLukas Larsson
2017-10-13erts: Implement maps path iteratorLukas Larsson
2017-10-13erts: Implement map iterator using a stackLukas Larsson
2017-10-13stdlib: Introduce maps iterator APILukas Larsson
2016-04-28stdlib: Add shadow comments for BIFs in mapsBjörn-Egil Dahlberg
2016-04-27stdlib: Add maps:update_with/3,4Björn-Egil Dahlberg
2016-04-22erts: Add BIF maps:take/2Björn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-02-09Improved maps:with/2 and maps:without/2 algorithmBen Wilson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-19stdlib: Use lc to implement maps:map/2Björn-Egil Dahlberg
2015-05-18stdlib: Add maps:filter/2Björn-Egil Dahlberg
2015-04-13stdlib: Correct maps module exceptions upon errorsBjörn-Egil Dahlberg
2014-08-26Merge branch 'kittee/maps_only' into maintMarcus Arendt
2014-07-10maps:only/2 -> maps:with/2Igor Savchuk
2014-07-07add maps:only/2Igor Savchuk
2014-07-01documentation: maps:values() returns list of keyslharc
2014-04-12Add default value for maps:getSergey Abramyan
2014-03-28Take out no_native compiler attributeKostis Sagonas
2014-03-06stdlib: Fix maps:from_list/1 spec.Björn-Egil Dahlberg
2014-01-31Allow making the system with --enable-native-libsKostis Sagonas
2014-01-29stdlib: Make maps:fold/3 order-independentBjörn-Egil Dahlberg
2014-01-28stdlib: Strengthen Map module with guardsBjörn-Egil Dahlberg
2014-01-28stdlib: Remove bogus map() typeBjörn-Egil Dahlberg
2014-01-28erts,stdlib: Change map module name to mapsBjörn-Egil Dahlberg