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
/
src
/
cmd
/
compile
/
internal
/
walk
/
compare.go
Age
Commit message (
Expand
)
Author
2026-01-23
cmd/compile: clean up eq and hash implementations
Keith Randall
2026-01-23
cmd/compile: redo how equality functions are generated
khr@golang.org
2025-02-10
cmd/compile: avoid ifaceeq call if we know the interface is direct
Keith Randall
2024-08-01
cmd/compile: add race instrumentation during walkCompare
Cuong Manh Le
2023-05-24
cmd/compile: prioritize non-CALL struct member comparisons
Derek Parker
2023-03-04
cmd/compile/internal/ir: explicit Pos for New{Bool,Int,String}
Matthew Dempsky
2023-02-28
cmd/compile/internal/walk: remove unused eqFor
Cuong Manh Le
2023-02-04
cmd/compile: generate type equal func during walk
Cuong Manh Le
2023-01-26
cmd/compile/internal/types: remove unneeded functionality
Matthew Dempsky
2022-09-02
cmd/compile: new inline heuristic for struct compares
Derek Parker
2022-08-31
cmd/compile: avoid excessive libfuzzer instrumentation of int compares
Khaled Yakdan
2022-06-21
[dev.unified] cmd/compile: extract rtype code from walk
Matthew Dempsky
2022-05-23
cmd/compile: support libFuzzer value profiling mode for integer compares
Khaled Yakdan
2022-05-20
cmd/compile: intercept string compares in libFuzzer mode
Khaled Yakdan
2022-05-05
cmd/compile: fix constructing expr side-effects when comparing 0-size types
Cuong Manh Le
2022-04-21
cmd/compile: Unify & improve struct comparisons
Derek Parker
2022-04-11
all: gofmt main repo
Russ Cox
2021-10-06
cmd/compile: make encoding/binary loads/stores cheaper to inline
Josh Bleecher Snyder
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-03-29
cmd/compile: set ir.Name.Func in more cases
Austin Clements
2021-02-03
[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST nodes for generic func...
Dan Scales
2021-01-28
[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...
Dan Scales
2021-01-16
[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...
Dan Scales
2020-12-24
[dev.regabi] cmd/compile: change ir.IsAssignable -> ir.IsAddressable
Cuong Manh Le
2020-12-23
[dev.regabi] cmd/compile: prefer types constructors over typecheck
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated]
Russ Cox