aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/map.go
AgeCommit message (Expand)Author
2020-10-29runtime: allow ranging over a nil mapAyke van Laethem
2020-02-26compiler,runtime: support operations on nil mapAyke van Laethem
2020-01-27compiler,runtime: implement maps for arbitrary keysAyke van Laethem
2019-05-14runtime: implement growing hashmapsAyke van Laethem
2019-05-14compiler,runtime: use the size hint when creating a new mapAyke van Laethem
2019-01-31compiler: support for byte arrays as keys in mapsKonstantin Yegupov
2019-01-31interp: support map literals with integer keysKonstantin Yegupov
2018-10-27compiler: implement operations on nil hashmapsAyke van Laethem
2018-10-20compiler: support comma-ok in map lookupAyke van Laethem
2018-10-20compiler, runtime: implement delete builtinAyke van Laethem
2018-10-10test: add hashmap testsAyke van Laethem