aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
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
2022-10-10cmd/compile: tweak inliners handling of coverage counter updatesThan McIntosh
2022-10-07runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-10-05runtime: avoid initializing MemProfileRate in init functionWang Deyu
2022-10-05runtime/coverage: revise/shorten function namesThan McIntosh
2022-10-05runtime: don't jump stack if at entry of systemstackCherry Mui
2022-10-05runtime/cgo: let darwin pthread stacksize follow rlimitYoulin Feng
2022-10-04runtime: change exit hooks test to use RaceDetectorSupportedThan McIntosh
2022-10-04runtime/coverage: use atomic access for counter readsThan McIntosh
2022-10-03runtime/coverage: recognise Plan 9 error message in emitToNonexistentDirmiller
2022-10-02all: use time.Since instead of time.Now().Subhopehook
2022-09-30all: use "unix" build tag where appropriateTobias Klauser
2022-09-30all: omit comparison bool constant to simplify codecui fliter
2022-09-30Revert "runtime: move epoll syscalls to runtime/internal/syscall"Michael Pratt
2022-09-30runtime: move epoll syscalls to runtime/internal/syscallAndrew Pogrebnoy
2022-09-30runtime/trace: skip tests if parsing fails with timestamp errordoujiang24
2022-09-29all: use strings.Builder where appropriatehopehook
2022-09-29runtime/coverage: apis to emit counter data under user controlThan McIntosh
2022-09-29runtime/coverage: improve unit testsThan McIntosh
2022-09-28all: fix some typoscui fliter
2022-09-28runtime/coverage: runtime routines to emit coverage dataThan McIntosh
2022-09-28cmd/nm, runtime/cgo: add cgo support for freebsd/riscv64Mikael Urankar
2022-09-28runtime: add support for freebsd/riscv64Mikael Urankar
2022-09-27runtime: using bytes.CutPrefixcuiweixie
2022-09-27runtime/trace: add missing events for the locked g in extra M.doujiang24
2022-09-27runtime: add cgo guard for exit hooks testThan McIntosh
2022-09-27cmd/compile,cmd/link: hooks for identifying coverage countersThan McIntosh