aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs.go
AgeCommit message (Expand)Author
2022-04-21net: use fastrand64 in randIntzhangyunhao
2022-04-20runtime: add fastrand64zhangyunhao
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-18reflect, runtime: drop RegabiArgs conditionsCherry Mui
2021-10-07runtime,sync: using fastrandn instead of modulo reductionMeng Zhuo
2021-09-24runtime: using wyrand for fastrandMeng Zhuo
2021-09-02runtime: constify a test variableCarlo Alberto Ferraris
2021-08-11[dev.typeparams] internal/buildcfg: always enable regabi on AMD64Cherry Mui
2021-08-03[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla...Austin Clements
2021-07-30[dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loopAustin Clements
2021-07-30[dev.typeparams] runtime: use func() for deferred functionsAustin Clements
2021-06-16[dev.typeparams] Revert "[dev.typeparams] runtime: make deferproc take a func...Cherry Mui
2021-06-08[dev.typeparams] runtime: make deferproc take a func() argumentCherry Mui
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