aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2016-07-08[release-branch.go1.7] runtime: fix nanotime for macOS Sierrago1.7rc1Ian Lance Taylor
2016-07-08runtime: handle selects with duplicate channels in shrinkstackIan Lance Taylor
2016-06-30runtime/internal/sys: implement Ctz and Bswap in assembly for 386Austin Clements
2016-06-29runtime: fix race atomic operations on external memoryDmitry Vyukov
2016-06-29runtime: correct printing of blocked field in scheduler traceIan Lance Taylor
2016-06-29runtime: better error message for newosproc failureIan Lance Taylor
2016-06-28reflect, runtime: optimize Name methodDavid Crawshaw
2016-06-28runtime/internal/atomic: Use power5 compatible instructions for ppc64Lynn Boger
2016-06-27runtime/pprof: update comments to point to new pprofRaul Silvera
2016-06-24cmd/compile, etc: use tflag to optimize Name()==""David Crawshaw
2016-06-23cmd/compile, etc: bring back ptrToThisDavid Crawshaw
2016-06-21cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor
2016-06-21runtime: panic with the right error on iface conversionIan Lance Taylor
2016-06-20runtime: set PPROF_TMPDIR before running pprofIan Lance Taylor
2016-06-17runtime: eliminate poisonStack checksAustin Clements
2016-06-16runtime: fix stale comment in lfstackgo1.7beta2Austin Clements
2016-06-16runtime: remove useless loop from CgoCCodeSIGPROF test programIan Lance Taylor
2016-06-15runtime: if the test program hangs, try to get a stack traceIan Lance Taylor
2016-06-14cmd/compile, etc: handle many struct fieldsDavid Crawshaw
2016-06-13runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor
2016-06-11runtime: aeshash, xor seed in earlierKeith Randall
2016-06-09runtime: set $sp before $pc in gdb python scriptCherry Zhang
2016-06-08runtime/cgo: restore the g pointer correctly in crosscall_s390xMichael Munday
2016-06-07cmd/compile: fix heap dump test on androidKeith Randall
2016-06-05runtime: fix typoKeith Randall
2016-06-03runtime/cgo: add TSAN locks around mmap callIan Lance Taylor
2016-06-03cmd/internal/obj, runtime: fixes for defer in 386 shared librariesMichael Hudson-Doyle
2016-06-02runtime: only permit SetCgoTraceback to be called onceIan Lance Taylor
2016-06-02runtime/cgo: avoid races on cgo_context_functionIan Lance Taylor
2016-06-02runtime: fix typo in commentDmitry Vyukov
2016-06-01runtime: document heap scavenger memory summaryEmmanuel Odeke
2016-05-31runtime: fix restoring PC in ARM version of cgocallback_gofuncIan Lance Taylor
2016-05-31runtime: pass signal context to cgo traceback functionIan Lance Taylor
2016-05-31runtime: update pprof binary header URLIan Lance Taylor
2016-05-31runtime/cgo: add TSAN acquire/release callsIan Lance Taylor
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-05-27strings: fix and reenable amd64 Index for 17-31 byte stringsIlya Tocar
2016-05-27runtime: skip TestGdbBacktrace on netbsdMikio Hara
2016-05-27runtime: always call stackfree on the system stackAustin Clements
2016-05-27runtime: record Python stack on TestGdbPython failureAustin Clements
2016-05-26build: enable framepointer mode by defaultRuss Cox
2016-05-26runtime: tell race detector about reflectOffs.lockDavid Crawshaw
2016-05-26runtime: unwind BP in jmpdefer to match SP unwindAustin Clements
2016-05-26runtime: make framepointer mode safe for WindowsRuss Cox
2016-05-26runtime: add library startup support for ppc64leRuss Cox
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-05-25runtime: align C library startup calls on amd64Russ Cox
2016-05-25runtime: pass gcWork to scanstackAustin Clements
2016-05-25runtime: document scanstackAustin Clements
2016-05-25runtime: use Run for more benchmarksMarcel van Lohuizen