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
/
reflectdata
/
alg.go
Age
Commit message (
Expand
)
Author
2023-02-17
Revert "cmd/compile: use ONAME node directly from generated hash func"
Matthew Dempsky
2023-02-04
cmd/compile: use ONAME node directly from generated hash func
Cuong Manh Le
2023-02-04
cmd/compile: factor out code to generate hash func
Cuong Manh Le
2023-02-04
cmd/compile: use runtime hash func for known types
Cuong Manh Le
2023-02-04
cmd/compile: use memhash from package runtime
Cuong Manh Le
2023-02-04
cmd/compile: generate type equal func during walk
Cuong Manh Le
2023-02-04
cmd/compile: factor out code to generate equal func
Cuong Manh Le
2023-01-26
cmd/compile/internal/types: remove Markdcl/Pushdcl/Popdcl
Matthew Dempsky
2023-01-26
cmd/compile/internal/types: remove unneeded functionality
Matthew Dempsky
2022-05-05
cmd/compile: construct ir.FuncType within typecheck.DeclFunc
Matthew Dempsky
2022-05-05
cmd/compile: remove ir.NewField's ntyp parameter
Matthew Dempsky
2022-04-21
cmd/compile: Unify & improve struct comparisons
Derek Parker
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
reflectdata: unroll a loop in array equal function generation
vpachkov
2021-08-27
cmd/compile: unexport Type.Width and Type.Align [generated]
Matthew Dempsky
2021-07-04
[dev.typeparams] cmd/compile: better Call constructor
Matthew Dempsky
2021-05-24
cmd/compile: ensure equal functions don't do unaligned loads
Keith Randall
2021-04-05
cmd/compile: reference ABIInternal memequal_varlen
Cherry Zhang
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
2021-01-08
[dev.regabi] cmd/compile: fix some methods error text
Baokun Lee
2020-12-29
[dev.regabi] cmd/compile: more Linksym cleanup
Matthew Dempsky
2020-12-29
[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: prefer types constructors over typecheck
Matthew Dempsky
2020-12-23
[dev.regabi] cmd/compile: split out package reflectdata [generated]
Russ Cox