aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/map.txt
AgeCommit message (Expand)Author
2023-02-25runtime: properly turn pointer into empty interface when hashingDamian Gryski
2022-04-28testdata: move map growth test to map.goDamian Gryski
2021-12-09src/runtime: fix nil map dereferenceDamian Gryski
2021-12-09compiler: fix ranging over maps with particular map typesAyke van Laethem
2021-12-08src/runtime: improve float/complex hashingDamian Gryski
2021-04-21interp: remove map supportAyke 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