aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2015-07-29runtime: set invalidptr=1 by default, as documentedgo1.5beta3Russ Cox
2015-07-29runtime/trace: remove existing SkipsRuss Cox
2015-07-29runtime/trace: record event sequence numbers explicitlyRuss Cox
2015-07-29runtime: ignore arguments in cgocallback_gofunc frameRuss Cox
2015-07-29runtime: fix darwin/amd64 assembly frame sizesRuss Cox
2015-07-29runtime: reenable bad pointer check in GCRuss Cox
2015-07-29runtime, reflect: use correctly aligned stack frame sizes on arm64Russ Cox
2015-07-29runtime: report GC CPU utilization in MemStatsAustin Clements
2015-07-29runtime: always capture GC phase transition timesAustin Clements
2015-07-29runtime: avoid race between SIGPROF traceback and stack barriersAustin Clements
2015-07-29runtime: force mutator to give work buffer to GCRick Hudson
2015-07-28runtime: fix out-of-bounds in stack debuggingDmitry Vyukov
2015-07-28runtime: use 64k page rounding on arm64Russ Cox
2015-07-28runtime: fix x86 stack trace for call to heap memory on Plan 9David du Colombier
2015-07-28runtime: don't define libc_getpid in os3_solaris.goIan Lance Taylor
2015-07-28runtime: fix definitions of getpid and kill on SolarisIan Lance Taylor
2015-07-28runtime: correct implementation of raiseproc on SolarisIan Lance Taylor
2015-07-27runtime/cgo: remove TMPDIR logic for iOSDavid Crawshaw
2015-07-27runtime: close window that hides GC work from concurrent markAustin Clements
2015-07-27runtime: enable GC assists ASAPAustin Clements
2015-07-27runtime: allow GC drain whenever write barrier is enabledAustin Clements
2015-07-27runtime: don't start workers between mark 1 & 2Austin Clements
2015-07-27runtime: retry GC assist until debt is paid offAustin Clements
2015-07-27runtime: yield to GC coordinator after assist completionAustin Clements
2015-07-27runtime: disallow GC assists in non-preemptible contextsAustin Clements
2015-07-27runtime: make notetsleep_internal nowritebarrierAustin Clements
2015-07-27runtime: fix mark 2 completion in fractional/idle workersAustin Clements
2015-07-27runtime: steal the correct amount of GC assist creditAustin Clements
2015-07-27runtime: document gctrace formatAustin Clements
2015-07-27runtime: always report starting heap size in gctraceAustin Clements
2015-07-27runtime: remove # from gctrace lineAustin Clements
2015-07-27runtime: log all thread stack traces during GODEBUG=crash on UnixIan Lance Taylor
2015-07-27runtime/pprof: document content of heap profileRuss Cox
2015-07-27runtime/cgo: move TMPDIR magic out of osRuss Cox
2015-07-27runtime: pass a smaller buffer to sched_getaffinity on ARMMichael Hudson-Doyle
2015-07-24runtime: require gdb version 7.9 for gdb testIan Lance Taylor
2015-07-24runtime: fix runtime·raise for dragonfly amd64Ian Lance Taylor
2015-07-23runtime: make pcln table check not trigger next to foreign codeRuss Cox
2015-07-23runtime/trace: fix TestTraceSymbolize networkingRuss Cox
2015-07-22runtime: handle linux CPU masks up to 64k CPUsRuss Cox
2015-07-22runtime/cgo: make compatible with race detectorRuss Cox
2015-07-22runtime/pprof: ignore too few samples on Windows testRuss Cox
2015-07-22runtime: if we don't handle a signal on a non-Go thread, raise itIan Lance Taylor
2015-07-22runtime: disable TestGoroutineParallelism on uniprocessorRuss Cox
2015-07-22runtime: fix comments referring to trace functions in runtime/pprofAustin Clements
2015-07-22runtime/trace: add new packageDmitry Vyukov
2015-07-20cmd/compile: define func value symbols at declarationMichael Hudson-Doyle
2015-07-19runtime: clarify runtime.GC blocking behaviorAustin Clements
2015-07-18runtime: check for findmoduledatap returning nilIan Lance Taylor
2015-07-18runtime: skip TestReturnAfterStackGrowInCallback if gcc is not foundAlex Brainman