17 Commits (42e4a75319ceb5b920053b0c4b94857dc7758c8a)

Author SHA1 Message Date
Ayke van Laethem 995e815b63 avr: enable testdata/map.go 3 years ago
Damian Gryski a32cda7a4c testdata: move map growth test to map.go 3 years ago
Damian Gryski d6c892fe7b src/runtime: fix nil map dereference 3 years ago
Ayke van Laethem b13c993565 compiler: fix ranging over maps with particular map types 3 years ago
Damian Gryski 1903cf23c9 src/runtime: improve float/complex hashing 3 years ago
Ayke van Laethem 768a15c1dd interp: remove map support 4 years ago
Ayke van Laethem e99b8a24fe runtime: allow ranging over a nil map 4 years ago
Ayke van Laethem 4dfc289ae5 compiler,runtime: support operations on nil map 5 years ago
Ayke van Laethem 0d34f933eb compiler,runtime: implement maps for arbitrary keys 5 years ago
Ayke van Laethem 763b9d7d10 runtime: implement growing hashmaps 6 years ago
Ayke van Laethem 55fc7b904a compiler,runtime: use the size hint when creating a new map 6 years ago
Konstantin Yegupov 504c82a0e7
compiler: support for byte arrays as keys in maps 6 years ago
Konstantin Yegupov f8a1e5f449
interp: support map literals with integer keys 6 years ago
Ayke van Laethem 436901dc49
compiler: implement operations on nil hashmaps 6 years ago
Ayke van Laethem 7c2a6169b0
compiler: support comma-ok in map lookup 6 years ago
Ayke van Laethem c0c1ccb381
compiler, runtime: implement delete builtin 6 years ago
Ayke van Laethem 0ed00bf6c6
test: add hashmap tests 6 years ago