aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2018-08-24[release-branch.go1.11] runtime: mark sigInitIgnored nosplitgo1.11Ian Lance Taylor
2018-08-16runtime: load errno as signed 32-bitKeith Randall
2018-08-14runtime: go fmt runtime2.goMartin Möhrmann
2018-08-09runtime: fix TestGdbPythonCgo failure with ld.goldDaniel Martí
2018-08-03runtime: document assumption about wbBufFlush argument slotsAustin Clements
2018-08-01runtime: fix syscall error returns on mips/mips64/ppc64David Wimmer
2018-07-27syscall: improve NewCallback documentation and panic messageJeet Parekh
2018-07-25runtime: ignore GNU/Linux sigaction errors for signals 32 and 33Ian Lance Taylor
2018-07-24runtime: traceback from outermost libc callKeith Randall
2018-07-19runtime: don't create heap hints outside TSAN's supported heapAustin Clements
2018-07-17Revert "runtime: fix lldb test after DWARF compression"Austin Clements
2018-07-17runtime: disable compressed DWARF for lldb testAustin Clements
2018-07-16runtime/pprof: add a fake mapping when /proc/self/maps is unavailableHana (Hyang-Ah) Kim
2018-07-13runtime: check tgkill error in Debug testsIan Lance Taylor
2018-07-12runtime: fix reference to funcdata.go in commentXia Bin
2018-07-11doc: update the minimum support Windows versionBrad Fitzpatrick
2018-07-11runtime: don't say "different packages" if they may not be differentIan Lance Taylor
2018-07-11runtime: document philosophy behind runtime atomic usageAustin Clements
2018-07-11runtime: correct new thread stack for openbsd MAP_STACKJoel Sing
2018-07-10runtime/cgo: Add initial NetBSD Thread Sanitizer supportKamil Rytarowski
2018-07-10runtime/trace: comment newlines to restore correct doc summaryAlberto Donizetti
2018-07-09runtime: clarify SetFinalizer docsIan Lance Taylor
2018-07-09runtime: only run TestMemStats sanity tests onceIan Lance Taylor
2018-07-09runtime: scale timeout in TestStackGrowthIan Lance Taylor
2018-07-08runtime: skip TestG0StackOverflow on AndroidAustin Clements
2018-07-08runtime: fix TestAbort on non-x86 archesAustin Clements
2018-07-08runtime: fix TestAbort on Plan 9David du Colombier
2018-07-07runtime: handle g0 stack overflows gracefullyAustin Clements
2018-07-07runtime: account for guard zone in Windows stack sizeAustin Clements
2018-07-07runtime: fix abort handling on WindowsAustin Clements
2018-07-04runtime: support capturing C backtrace from signal handler on darwin/amd64Nikhil Benesch
2018-07-03runtime: document when cgo traceback function is calledNikhil Benesch
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-07-02runtime: initialize g0 stack bounds on Windows to full stackAustin Clements
2018-07-02runtime: tidy OpenBSD sysctl codeAustin Clements
2018-07-02runtime: fix typo in mapextra commentcch123
2018-06-29runtime: throw if the runtime panics with out of bounds indexIan Lance Taylor
2018-06-29runtime: remap stack spans with MAP_STACK on OpenBSDAustin Clements
2018-06-26cmd/compile: map delete should clear value alwaysVladimir Kuzmin
2018-06-25runtime/trace: reword the trace package summaryJeremy Jackins
2018-06-25runtime: respect timeout in semasleep on DarwinNikhil Benesch
2018-06-22runtime: fix comments style typoZhou Peng
2018-06-22runtime: avoid recursive panic on bad lock countAustin Clements
2018-06-21cmd/compile: improve atomic add intrinsics with ARMv8.1 new instructionWei Xiao
2018-06-19runtime: fix FreeBSDNumCPU testDavid Carlier
2018-06-19runtime: implement procyield properly for ppc64xCarlos Eduardo Seo
2018-06-18runtime: fix lldb test after DWARF compressionHeschi Kreinick
2018-06-18runtime: skip gdb tests on mips after DWARF compressionHeschi Kreinick
2018-06-18runtime/pprof: fix incorrect assumption in TestMappingHana Kim
2018-06-16runtime: move semaphore ops from system calls to libc calls on iOSElias Naur