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
2026-01-26
cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...
fumiyanokesinn
2026-01-23
cmd/compile: simplify AlgType usage
Keith Randall
2026-01-23
cmd/compile: simplify array parsing in equality signatures
Keith Randall
2026-01-23
cmd/compile: clean up eq and hash implementations
Keith Randall
2026-01-23
cmd/compile: use equality signatures in hash function generation
Keith Randall
2026-01-23
cmd/compile: reorg equality functions a bit
Keith Randall
2026-01-23
cmd/compile: redo how equality functions are generated
khr@golang.org
2024-03-18
cmd/compile: simplify algorithm kinds
Keith Randall
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
2023-08-22
cmd/compile/internal/typecheck: merge SubstArgTypes into LookupRuntime
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: add selector helpers
Matthew Dempsky
2023-08-20
cmd/compile/internal/typecheck: refactor and simplify DeclFunc
Matthew Dempsky
2023-08-18
cmd/compile/internal/ir: remove AsNode
Matthew Dempsky
2023-08-18
cmd/compile/internal/typecheck: remove DeclContext
Matthew Dempsky
2023-08-18
cmd/compile/internal/typecheck: replace Temp calls with TempAt
Matthew Dempsky
2023-08-17
cmd/compile: cleanup Func construction
Matthew Dempsky
2023-08-17
cmd/compile: always construct typechecked closures
Matthew Dempsky
2023-08-14
cmd/compile: mark generated eq/hash functions as //go:noinline
Matthew Dempsky
2023-08-11
cmd/compile: cleanup ir.Package
Matthew Dempsky
2023-05-24
cmd/compile: prioritize non-CALL struct member comparisons
Derek Parker
2023-03-06
cmd/compile: add flag to FOR/RANGE to preserve loop semantics across inlines
David Chase
2023-03-04
cmd/compile/internal/ir: explicit Pos for New{Bool,Int,String}
Matthew Dempsky
2023-02-28
cmd/compile: use ONAME node directly from generated hash func
Cuong Manh Le
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
[next]