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
/
runtime
/
plugin.go
Age
Commit message (
Expand
)
Author
2026-03-26
runtime, cmd/link: remove itablinks
Ian Lance Taylor
2025-07-29
internal/abi: move direct/indirect flag from Kind to TFlag
Keith Randall
2024-04-02
all: use kind* of abi
qiulaidongfeng
2023-05-11
runtime: move per-type types to internal/abi
David Chase
2023-05-11
runtime: redefine _type to abi.Type; add rtype for methods.
David Chase
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2023-04-14
cmd/link: establish dependable package initialization order
Keith Randall
2023-03-09
Revert "cmd/link: establish dependable package initialization order"
Keith Randall
2023-03-03
cmd/link: establish dependable package initialization order
Keith Randall
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-06
runtime: streamline moduledata.textAddr
Josh Bleecher Snyder
2021-10-05
cmd/link,runtime: remove functab relocations
Josh Bleecher Snyder
2021-09-27
runtime: convert _func.entry to a method
Josh Bleecher Snyder
2021-04-13
runtime, cgo/test: improve debugging output
David Chase
2017-09-09
runtime, plugin: error not throw on duplicate open
David Crawshaw
2017-08-15
cmd/compile: set itab function pointers at compile time
Keith Randall
2017-08-15
runtime: new itab lookup table
Keith Randall
2017-03-06
runtime: avoid repeated findmoduledatap calls
Austin Clements
2017-02-13
cmd/compile: optimize non-empty-interface type conversions
Keith Randall
2017-01-17
runtime: for plugins, don't add duplicate itabs
Keith Randall
2016-12-14
cmd/link: do not export plugin C symbols
David Crawshaw
2016-11-15
cmd/link, runtime, plugin: versioning
David Crawshaw
2016-11-01
runtime: access modules via a slice
David Crawshaw
2016-10-31
cmd/link, plugin: use full plugin path for symbols
David Crawshaw
2016-09-23
runtime: check plugin-loaded moduledata addresses
David Crawshaw
2016-09-16
plugin: new package for loading plugins
David Crawshaw
2016-09-16
cmd/link: -buildmode=plugin support for linux
David Crawshaw