aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs.go
AgeCommit message (Expand)Author
2021-04-12runtime: port performance-critical functions to regabiAustin Clements
2021-04-09runtime: use sigpanic0 on all OSesAustin Clements
2021-04-08internal/goexperiment: consolidate experiment-enabled constantsAustin Clements
2021-04-01reflect,runtime: assume register ABI with GOEXPERIMENT=regabiargsMichael Anthony Knyszek
2021-03-11runtime: support register ABI for finalizersMichael Anthony Knyszek
2021-03-10runtime: update signature of reflectcall functionsCherry Zhang
2021-02-19runtime: delete gosave (dead code)Russ Cox
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-02-08[dev.regabi] runtime: initialize special registers before sigpanicCherry Zhang
2021-02-05[dev.regabi] runtime: delete gosave functionCherry Zhang
2021-01-29runtime: document pointer write atomicity for memclrNoHeapPointersCherry Zhang
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-12net: remove dependency on math/randRuss Cox
2020-10-05runtime: define and use call16 everywhereAustin Clements
2020-06-22runtime: fix comment about memequal implementation locationsCholerae Hu
2020-03-20runtime: fix rounding in materializeGCProgAustin Clements
2020-01-22runtime: document special memmove requirementsAustin Clements
2019-11-04runtime: clean up power-of-two rounding code with align functionsMichael Anthony Knyszek
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-05-09runtime: fix vet complaints for linux/386Russ Cox
2019-05-09cmd/vet/all: update whitelist for vet fixesRuss Cox
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-26runtime: improve godoc formatting of memclrNoHeapPointers commentIan Lance Taylor
2018-11-12runtime, reflect: access runtime.reflectcall directlyAustin Clements
2018-08-22runtime: fix Go prototypes in amd64 asm codeIskander Sharipov
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-26runtime: remove stale comment about getcallerpc/spCherry Zhang
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-03-08runtime: ensure abort actually crashes the processAustin Clements
2018-03-08runtime: make throw safer to callAustin Clements
2017-10-11runtime: make it possible to exit Go-created threadsAustin Clements
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-09-22cmd/compile: add intrinsic for reading caller's pcDavid Chase
2017-09-16runtime: improve fastrand with a better generatorGiovanni Bajo
2017-08-22cmd/compile: replace eqstring with memequalMartin Möhrmann
2017-08-15runtime: fix getclosureptr docAustin Clements
2017-08-14runtime: use integer math for hashmap overLoadFactorJosh Bleecher Snyder
2017-08-11runtime, cmd/compile: add intrinsic getclosureptrCholerae Hu
2017-08-11runtime: move mincore from stubs.go to os_linux.goHiroshi Ioka
2017-08-08runtime: remove unused prefetch functionsMartin Möhrmann
2017-04-28runtime: separate spans of noscan objectsAustin Clements
2017-03-07cmd/compile, runtime: simplify multiway select implementationMatthew Dempsky
2017-02-14runtime: remove stack barriersAustin Clements
2017-02-14runtime: speed up fastrand() % nJosh Bleecher Snyder
2017-02-13runtime: make fastrand to generate 32bit valuesSokolov Yura
2017-02-10runtime: implement fastrand in goSokolov Yura