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
Age
Commit message (
Expand
)
Author
2023-09-01
cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD.
Dominique Lefevre
2023-08-29
cmd/compile: remove vestigial importpath symbol logic
Matthew Dempsky
2023-08-29
cmd/compile: eliminate fallback code for missing -p flag
Matthew Dempsky
2023-08-24
cmd/compile/internal/gc: steps towards work-queue
Matthew Dempsky
2023-08-22
cmd/compile/internal/typecheck: merge SubstArgTypes into LookupRuntime
Matthew Dempsky
2023-08-22
cmd/compile: simplify various signature type handling code
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-21
cmd/compile/internal/reflectdata: share hmap and hiter types
Matthew Dempsky
2023-08-21
cmd/compile/internal/abi: stop using types.Func
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-19
Revert "cmd/compile/internal/gc: steps towards work-queue"
Matthew Dempsky
2023-08-18
cmd/compile/internal/gc: steps towards work-queue
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-18
cmd/compile/internal/reflectdata: remove special case for init
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: remove reflectdata.{TypePtr,ITabAddr} wrappers
Matthew Dempsky
2023-08-14
cmd/compile: mark generated eq/hash functions as //go:noinline
Matthew Dempsky
2023-08-11
cmd/compile: simplify asmhdr and plugin exports handling
Matthew Dempsky
2023-08-11
cmd/compile: cleanup ir.Package
Matthew Dempsky
2023-07-27
reflect: deprecate PtrTo
qiulaidongfeng
2023-06-08
cmd/compile: typo
cuiweixie
2023-05-24
cmd/compile: prioritize non-CALL struct member comparisons
Derek Parker
2023-05-19
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
2023-05-10
internal/abi: common up some offset/size functions
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-04-28
Revert "cmd/compile: constant-fold loads from constant dictionaries and types"
Chressie Himpel
2023-04-27
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
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-09
cmd/compile: remove reflectdata.AfterGlobalEscapeAnalysis
Cuong Manh Le
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
2023-01-26
cmd/compile/internal/types: remove TTYPEPARAM and TUNION types
Matthew Dempsky
2023-01-26
cmd/compile: remove GOEXPERIMENT=nounified frontend
Matthew Dempsky
2023-01-25
cmd: remove GOEXPERIMENT=nounified knob
Matthew Dempsky
2023-01-23
internal/abi,runtime: refactor map constants into one place
David Chase
2022-11-16
cmd/compile: do not emit a few more basic types from every compilation
Russ Cox
2022-10-31
cmd/compile/internal/pgo: remove most global state
Michael Pratt
[prev]
[next]