aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-04-25runtime: fix stack-move sensitivity in some testsAustin Clements
2022-04-24runtime: add ABIInternal to strhash and memhash on riscv64Meng Zhuo
2022-04-23runtime: support for debugger function calls on linux/arm64eric fang
2022-04-22runtime/race: add s390x .syso fileKeith Randall
2022-04-22runtime/internal/syscall: use ABIInternal for Syscall6 on amd64Michael Pratt
2022-04-22runtime: skip TestNoShrinkStackWhileParking on openbsdDmitri Shuralyov
2022-04-22Revert "cmd/compile: enable Asan check for global variables"Bryan Mills
2022-04-22cmd/compile: enable Asan check for global variablesfanzha02
2022-04-22runtime/cgo: remove stdlib.h warning workaround on darwinBryan C. Mills
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21Revert "syscall: define Syscall in terms of RawSyscall on linux"Michael Pratt
2022-04-21Revert "runtime/internal/syscall: use ABIInternal for Syscall6 on amd64"Michael Pratt
2022-04-21runtime/internal/syscall: use ABIInternal for Syscall6 on amd64Michael Pratt
2022-04-21syscall: define Syscall in terms of RawSyscall on linuxMichael Pratt
2022-04-21runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement...Michael Pratt
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt
2022-04-21net: use fastrand64 in randIntzhangyunhao
2022-04-21runtime: use fastrand64 in mapiterinitzhangyunhao
2022-04-20runtime: add fastrand64zhangyunhao
2022-04-18cmd/compile: fix missing source information in ssa viewhopehook
2022-04-18runtime: improve memclr on ppc64xLynn Boger
2022-04-15runtime: don't block preemption signal in new M's or ensureSigMIan Lance Taylor
2022-04-15runtime: don't discard value from panic while panickinghopehook
2022-04-13runtime: port memmove, memclr to register ABI on riscv64Meng Zhuo
2022-04-12runtime: improve memmove for ppc64xLynn Boger
2022-04-12runtime/chan.go: improve closed channel receive performancechamply
2022-04-12runtime: fix name of type parameterzhouguangyuan
2022-04-11runtime: align m.procid to 8 bytes on 32-bit systemsKeith Randall
2022-04-11all: gofmt main repoRuss Cox
2022-04-10runtime: update description of GODEBUG=gctrace=1Leonard Wang
2022-04-10runtime: fix URL in a commentcia-rana
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-04runtime/race: update PPC64LE syso file to new TSAN runtime (v3)Cherry Mui
2022-04-04runtime: use proper C ABI for race call on PPC64LECherry Mui
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-04-01runtime/race: update syso files to new TSAN runtime (v3)Cherry Mui
2022-04-01runtime: use correct parameter name in commentIan Lance Taylor
2022-04-01reflect, runtime: add reflect support for regabi on riscv64Meng Zhuo
2022-04-01runtime: check GOAMD64 v4 compatibility on Darwinvpachkov
2022-03-31runtime: rewrite stale comment about pacerMichael Anthony Knyszek
2022-03-31runtime: add wrappers for sys* functions and consolidate docsMichael Anthony Knyszek
2022-03-31runtime: remove intermediate fields in memstats for ReadMemStatsMichael Anthony Knyszek
2022-03-31runtime: remove old pacer and the PacerRedesign goexperimentMichael Anthony Knyszek
2022-03-31runtime/internal/atomic: add BoolMichael Anthony Knyszek
2022-03-31runtime: remove AVX2less code in memclrNoHeapPointers for GOAMD64 >= 3vpachkov