aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2018-03-29[release-branch.go1.10] runtime: identify special functions by flag instead o...Keith Randall
2018-03-29[release-branch.go1.10] runtime: use Android O friendly faccessat syscall on ...Tobias Klauser
2018-03-29[release-branch.go1.10] runtime: add symbol for AT_FDCWD on Linux amd64 and m...Tobias Klauser
2018-03-29[release-branch.go1.10] runtime: use Android O friendly syscalls on 64-bit ma...Jason A. Donenfeld
2018-03-29[release-branch.go1.10] runtime: don't check for String/Error methods in prin...Ian Lance Taylor
2018-01-31runtime: restore RSB for sigpanic call on mips64xAustin Clements
2018-01-31runtime: suppress "unexpected return pc" any time we're in cgoAustin Clements
2018-01-31runtime: fail silently if we unwind over sigpanic into C codeAustin Clements
2018-01-31runtime: don't unwind past asmcgocallAustin Clements
2018-01-24runtime/pprof: scale mutex profile with sampling rateHana Kim
2018-01-23runtime: never allocate during an unrecoverable panicAustin Clements
2018-01-23runtime: don't grow the stack on sigpanic if throwsplitAustin Clements
2018-01-22runtime: print hexdump on traceback failureAustin Clements
2018-01-21runtime: pass dummy argc/argv correctly in r0_386_android_libIan Lance Taylor
2018-01-16sync: consistently use article "a" for RWMutexBrad Fitzpatrick
2018-01-16runtime: fix time.Now on Sierra and olderGiovanni Bajo
2018-01-16runtime: update URL of the Linux vDSO parser toolTobias Klauser
2018-01-15runtime: don't issue cgocheck error for timer bucket source pointerIan Lance Taylor
2018-01-10all: use Fatalf instead of Fatal if format is givenKunpei Sakai
2018-01-09cmd/link: set runtime.GOROOT default during linkRuss Cox
2018-01-04runtime: avoid race on allp in findrunnableAustin Clements
2018-01-03runtime: always use 1MB stacks on 32-bit WindowsAustin Clements
2017-12-20cmd/trace: init goroutine info entries with GoCreate eventHana Kim
2017-12-15runtime: symbolize morestack caller in throwsplit panicAustin Clements
2017-12-13all: fix t.Skipf formatsRuss Cox
2017-12-11runtime: reset write barrier buffer on all flush pathsAustin Clements
2017-12-11runtime: mark heapBits.bits nosplitAustin Clements
2017-12-09runtime: don't use MAP_STACK in SigStack testIan Lance Taylor
2017-12-08fix a typo in the runtime.MemStats documentationPaul Boyd
2017-12-08runtime: make RawSyscall panic on SolarisBrad Fitzpatrick
2017-12-07runtime: sleep longer in dieFromSignal on DarwinIan Lance Taylor
2017-12-05runtime: fix NetBSD CPU spin in lwp_park when CPU profiling is activeChristos Zoulas
2017-12-04runtime: make NetBSD lwp_park use monotonic timeChristos Zoulas
2017-12-01runtime: use MAP_ANON in sigstack checkAustin Clements
2017-12-01runtime: skip gdb tests earlier before blocking goroutines in a t.ParallelBrad Fitzpatrick
2017-12-01runtime: even more TestStackGrowth timeout debuggingAustin Clements
2017-12-01runtime: improve sigsend documentationAustin Clements
2017-12-01runtime: restore the Go-allocated signal stack in unminitAustin Clements
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-12-01runtime: use monotonic time on NetBSDBrad Fitzpatrick
2017-12-01runtime/pprof: read memstats earlier in profile handlerRuss Cox
2017-11-30runtime: don't block signals that will kill the programIan Lance Taylor
2017-11-30runtime: more specific reason for skipping GDB tests on NetBSDAustin Clements
2017-11-30runtime/cgo, math: don't use FP instructions for soft-float mips{,le}Vladimir Stefanovic
2017-11-30runtime: implement some soft-float routines (used by GOMIPS=softfloat)Vladimir Stefanovic
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-29runtime: fix documentation typo for gostartcallSebastien Binet
2017-11-29runtime: fix sysctl calling convention on netbsd/386Brad Fitzpatrick
2017-11-28runtime: skip GDB tests on NetBSDIan Lance Taylor
2017-11-24runtime: fix final stack split in exitsyscallAustin Clements