aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2019-03-14[release-branch.go1.11] runtime: skip TestLockOSThreadAvoidsStatePropagation ...Michael Anthony Knyszek
2019-02-01[release-branch.go1.11] runtime: disable GDB tests on freebsd on all GOARCH v...Yuval Pavel Zholkover
2019-01-04[release-branch.go1.11] runtime: don't scan go'd function args past length of...Keith Randall
2019-01-04[release-branch.go1.11] runtime: skip stack barrier copy when there are no po...Inada Naoki
2018-12-19[release-branch.go1.11] runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek
2018-11-26runtime: when using explicit argmap, also use arglenKeith Randall
2018-11-14[release-branch.go1.11] runtime: avoid arm64 8.1 atomics on AndroidElias Naur
2018-11-12[release-branch.go1.11] runtime: never call into race detector with retaken PNikhil Benesch
2018-10-01[release-branch.go1.11] reflect: ensure correct scanning of return valuesKeith Randall
2018-10-01[release-branch.go1.11] reflect: use correct write barrier operations for met...Keith Randall
2018-09-27[release-branch.go1.11] runtime: ignore races between close and len/capKeith Randall
2018-09-11[release-branch.go1.11] runtime/trace: fix syntax errors in NewTask doc exampleCharles Kenney
2018-09-07[release-branch.go1.11] runtime: in semasleep, subtract time spent so far fro...Keith Randall
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