index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
codegen
/
maps.go
Age
Commit message (
Expand
)
Author
2026-03-31
test/codegen: replace commas with spaces between regexps
Keith Randall
2025-11-04
cmd/compile/internal/ssa: more aggressive on dead auto elim
Youlin Feng
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-02-13
cmd/compile: move []byte->string map key optimization to ssa
Keith Randall
2025-01-28
runtime: rename mapiterinit and mapiternext
Michael Pratt
2025-01-14
internal/runtime/maps: re-enable some tests
Keith Randall
2024-08-02
cmd/compile,runtime: disable swissmap fast variants
Michael Pratt
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2022-03-01
cmd/compile: include all entries in map literal hint size
Keith Randall
2021-04-12
test: make codegen tests work with both ABIs
Cherry Zhang
2018-10-15
cmd/compile: avoid string allocations when map key is struct or array literal
Martin Möhrmann
2018-05-08
cmd/compile: optimize map-clearing range idiom
Martin Möhrmann
2018-03-19
test/codegen: port maps test to codegen
Alberto Donizetti