summaryrefslogtreecommitdiff
path: root/lib/elixir/test/elixir/map_set_test.exs
Commit message (Expand)AuthorAgeFilesLines
* Format more files with little formatting requirementJosé Valim2017-10-101-16/+16
* Fix typo in MapSetTestAleksei Magusev2017-09-011-1/+1
* Return valid MapSet when union-ing a legacy MapSet (#6534)Shane Howley2017-09-011-0/+34
* Tidy up MapSet testsAleksei Magusev2017-04-031-40/+64
* Revert "Add MapSet.map_set?/1 function (#5835)"José Valim2017-03-051-5/+0
* Add MapSet.map_set?/1 function (#5835)Michael Pope2017-03-041-0/+5
* Improve test names in a few modulesAndrea Leopardi2016-12-081-10/+10
* Document and remove Keyword dependency from DictJosé Valim2015-11-221-0/+1
* Add `new/1` and `new/2` to Map and MapSet (mirroring the Keyword variant)vadim suvorov2015-10-271-27/+35
* Introduce `MapSet` data typeAleksei Magusev2015-04-111-0/+78