aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2022-11-07runtime: fix a few function names on commentscui fliter
2022-11-07runtime: yield in goschedIfBusy if gp.preemptMichael Pratt
2022-11-04runtime: eliminate arbitrary timeouts in runBuiltTestProg and TestGdbBacktraceBryan C. Mills
2022-11-03runtime: support control flow guard on windows/amd64qmuntal
2022-11-01runtime: check for ErrWaitDelay in runBuiltTestProgBryan C. Mills
2022-11-01runtime: fix missing error print in TestCgoSigfwdAustin Clements
2022-11-01runtime: skip TestArenaCollision on failed reservationAustin Clements
2022-11-01net: use libc (not cgo) for DNS on macOSRuss Cox
2022-10-31internal/testenv: remove RunWithTimoutBryan C. Mills
2022-10-29runtime/internal/atomic: enable atomic 64bit types for all functions on linux...Guoqi Chen
2022-10-27runtime: add wasm bulk memory operationsGaret Halliday
2022-10-26runtime: add missing closing curly brace in runtime corruption error messageBrad Fitzpatrick
2022-10-26cmd/internal/obj/ppc64: generate big uint32 values in registerPaul E. Murphy
2022-10-26runtime/internal/syscall: use ABIInternal for Syscall6 on riscv64Wayne Zuo
2022-10-26runtime: fix a few function names on commentscui fliter
2022-10-26all: delete riscv64 non-register ABI fallback pathWayne Zuo
2022-10-25math/rand: auto-seed global sourceRuss Cox
2022-10-25runtime/internal/syscall: convert PPC64 Syscall6 to ABIInternalPaul E. Murphy
2022-10-24runtime: fix usleep on linux/PPC64Paul E. Murphy
2022-10-21runtime: gofmtCherry Mui
2022-10-21runtime: skip TestVectoredHandlerExceptionInNonGoThreadqmuntal
2022-10-21runtime/race: add GOAMD64=v3 version of linux race .sysoKeith Randall
2022-10-20runtime: fix TestVectoredHandlerExceptionInNonGoThreadqmuntal
2022-10-20runtime: Add vdso on freebsd/riscv64Mikael Urankar
2022-10-19runtime: ignore exceptions from non-Go threads on windows arm/arm64qmuntal
2022-10-18runtime: throw in unreachable exitThreadMichael Pratt
2022-10-18runtime: always keep global reference to mp until mexit completesMichael Pratt
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-18runtime: replace all uses of CtzXX with TrailingZerosXXYoulin Feng
2022-10-18runtime: avoid unsafe.{Slice,String} in debuglogMichael Pratt
2022-10-18internal/godebug: remove dependency on osRuss Cox
2022-10-18runtime/internal/atomic: add write barrier-enabled pointer atomicsRuss Cox
2022-10-17runtime/coverage: skip more tests in short modeThan McIntosh
2022-10-17runtime: run TestCgoSigfwd on all Unix platformsAustin Clements
2022-10-17runtime: improve coverage of TestCgoSigfwdAustin Clements
2022-10-17misc/cgo/testsigfwd: move to runtime/testprog/testprogcgoAustin Clements
2022-10-17runtime: remove redundant conversionDan Kortschak
2022-10-15reflect: add Value.GrowJoe Tsai
2022-10-14runtime/internal/startlinetest: add NO_LOCAL_POINTERS macro to asm functionCherry Mui
2022-10-14runtime/pprof: set Function.start_line fieldMichael Pratt
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-10-14runtime: add msan support on freebsd/amd64Dmitri Goutnik
2022-10-12arena: add experimental arena packageMichael Anthony Knyszek
2022-10-12runtime: add safe arena support to the runtimeMichael Anthony Knyszek
2022-10-12runtime: make (*mheap).sysAlloc more generalMichael Anthony Knyszek
2022-10-12runtime: factor out GC assist credit accountingMichael Anthony Knyszek
2022-10-12runtime: factor out mheap span initializationMichael Anthony Knyszek
2022-10-12runtime: fix invalid pointer in windows/arm64 badsignal2Bill Zissimopoulos
2022-10-12all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-10runtime: mark arenaIdx.l1 and arenaIdx.l2 methods as nosplitThan McIntosh