aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2020-12-23runtime: fix nStackRoots comment about stack rootsMichael Anthony Knyszek
2020-12-23os/signal: fix a deadlock with syscall.AllThreadsSyscall() useAndrew G. Morgan
2020-12-23runtime: linux iscgo support for not blocking nptl signalsAndrew G. Morgan
2020-12-22runtime: correct error handling in several FreeBSD syscall wrappersNikhil Benesch
2020-12-21runtime/metrics: add Read examplesMichael Anthony Knyszek
2020-12-21runtime: use _exit on darwinCherry Zhang
2020-12-21runtime: detect netbsd netpoll overrun in sysmonMichael Pratt
2020-12-21runtime: skip wakep call in wakeNetPoller on Plan 9Richard Miller
2020-12-14test: make a race detector test robust to timing variationsDaniel S Fava
2020-12-10runtime/metrics: add a note about floating-point values to package docsMichael Anthony Knyszek
2020-12-10runtime/metrics: expand Read documention with caveatsMichael Anthony Knyszek
2020-12-10runtime/metrics: add ordering line to supported metrics docsMichael Anthony Knyszek
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-09runtime/metrics: simplify test to support more environmentsDmitri Shuralyov
2020-12-09runtime: prevent stack growth after fork in runtime.sigfillsetHaoran Luo
2020-12-08runtime: correct sigfwd on openbsd/mips64Joel Sing
2020-12-07runtime/cgo: fix building on muslTonis Tiigi
2020-12-07internal/cpu: add darwin/arm64 CPU feature detection supportMartin Möhrmann
2020-12-04runtime: avoid receiving preemotion signal while exec'ingCherry Zhang
2020-12-03runtime, time: strictly enforce when, period constraintsMichael Pratt
2020-12-03time, runtime: don't set timer when = 0Michael Pratt
2020-12-03cmd/compile, runtime: use __msan_memmove for moving data, split msanread to f...Cherry Zhang
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-11-30runtime: mlock signal stack on macOS/ARM64Cherry Zhang
2020-11-30runtime: gofmtKimMachineGun
2020-11-28runtime/pprof: ignore test failures on windows/armJason A. Donenfeld
2020-11-27runtime: adjust address calculation in identifying abort on windows/armJason A. Donenfeld
2020-11-27runtime: return 0 from C function in testJason A. Donenfeld
2020-11-25runtime: check channel's elemsize before calling race detectorDaniel S Fava
2020-11-24runtime: use inlined function name for traceback elisionAustin Clements
2020-11-24runtime/testdata/testprogcgo: refactor CrashTracebackAustin Clements
2020-11-24runtime: allow for usleep2HighRes to run without TLS setupAlex Brainman
2020-11-23runtime/metrics: tweak wording of stack and unused memory metricsMichael Anthony Knyszek
2020-11-19runtime/metrics: clarify Read's documentationMichael Anthony Knyszek
2020-11-19runtime/metrics: clarify memory and GC metrics documentationMichael Anthony Knyszek
2020-11-19runtime: support new callbackasm1 calling convention on windows/armJason A. Donenfeld
2020-11-18runtime: give test child time to blockMichael Pratt
2020-11-18runtime: use clock_gettime instead of gettimeofday on darwinTobias Klauser
2020-11-18runtime: use pipe2 syscall for Pipe in testsTobias Klauser
2020-11-16runtime/race: reject runtime fatal error in testsCherry Zhang
2020-11-16runtime: declare arg size/map for race version of sync/atomic functionsCherry Zhang
2020-11-13runtime: swap the order of raceacquire() and racerelease()Daniel S Fava
2020-11-10runtime: add lock rank partial order edge pollDesc -> spanSetSpineMichael Anthony Knyszek
2020-11-10runtime: add lock rank partial order edge sweep -> mspanSpecialMichael Anthony Knyszek
2020-11-10runtime/race: remove race from TestNoRaceAfterFunc2Mark Pulford
2020-11-09Revert "runtime: make stack traces of endless recursion print only top and bo...Emmanuel Odeke
2020-11-09runtime: disable TestCrashDumpsAllThreads on openbsd/mips64Joel Sing
2020-11-06runtime: make stack traces of endless recursion print only top and bottom 50Emmanuel T Odeke
2020-11-05cmd/compile: improve atomic swap intrinsics on arm64Jonathan Swinney
2020-11-05runtime: disable preemption in startmMichael Pratt