aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2017-01-25runtime: reorder modules so main.main comes firstDavid Crawshaw
2017-01-24cmd/link: mark DWARF function symbols as reachableIan Lance Taylor
2017-01-23runtime: amd64, use 4-byte ops for memmove of 4 bytesKeith Randall
2017-01-19runtime: check for nil g and m in msanreadBryan C. Mills
2017-01-18runtime: force workers out before checking mark rootsAustin Clements
2017-01-17runtime: for plugins, don't add duplicate itabsKeith Randall
2017-01-12runtime: avoid clobbering C callee-save register in cgoSigtrampBryan C. Mills
2017-01-10runtime: debug prints for spanBytesAlloc underflowAustin Clements
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase
2017-01-08runtime: add table of size classes in a commentAustin Clements
2017-01-07all: fix misspellingsshawnps
2017-01-06runtime: fix corruption crash/race between select and stack growthRuss Cox
2017-01-06runtime: expand HACKING.mdAustin Clements
2017-01-06runtime: update big mgc.go commentAustin Clements
2017-01-06runtime: use 4K as the boundary of legal pointersAustin Clements
2017-01-05crypto: detect BMI usability on AMD64 for sha1 and sha256Lion Yang
2017-01-03runtime: check sched_getaffinity return valueMichael Marineau
2017-01-03runtime: fix SP alignment in mips{,le} sigfwdVladimir Stefanovic
2016-12-23runtime: document MemStats.BySize fieldsAustin Clements
2016-12-22runtime: skip floating point hardware check on AndroidElias Naur
2016-12-21runtime: avoid CreateThread panic when exiting processAustin Clements
2016-12-20runtime: avoid incorrect panic when a signal arrives during STWAustin Clements
2016-12-19runtime: use mincore to detect physical page size as last resort on AndroidShenghou Ma
2016-12-19runtime: clean up and improve reflect.methodValue commentsAustin Clements
2016-12-19cmd/compile, runtime: a different approach to duplicate itabsMichael Hudson-Doyle
2016-12-16runtime: cross-reference _func type betterAustin Clements
2016-12-16runtime/pprof: fix spelling in testKevin Burke
2016-12-16runtime/pprof: deflake tests for heavily loaded systemsIan Lance Taylor
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-12-15runtime: fix mips assemblyCherry Zhang
2016-12-14runtime: add cgo support for GOARCH=mips{,le}Vladimir Stefanovic
2016-12-14cmd/link: do not export plugin C symbolsDavid Crawshaw
2016-12-14runtime: correct writebarrier typosEuan Kemp
2016-12-12runtime: don't crash if signal delivered on g0 stackIan Lance Taylor
2016-12-12runtime, syscall: update openbsd for changes to syskillJoel Sing
2016-12-09runtime/pprof: track locations for goroutine profilesRaul Silvera
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-12-07runtime: add number of forced GCs to MemStatsAustin Clements
2016-12-07runtime: on stack copy, adjust BPKeith Randall
2016-12-05runtime/cgo: retry pthread_create on EAGAIN for OpenBSDIan Lance Taylor
2016-12-05runtime/cgo: retry pthread_create on EAGAINIan Lance Taylor
2016-12-05runtime: don't skip TestCgoCallbackGC on FreeBSDIan Lance Taylor
2016-12-05runtime: check that Version does not contain \r \nRuss Cox
2016-12-03runtime: skip GDB tests on mips64Brad Fitzpatrick
2016-12-01runtime: fix incorrect comment about bitvector layoutAustin Clements
2016-12-01Revert "runtime: handle SIGPIPE in c-archive and c-shared programs"Elias Naur
2016-11-30runtime: fix undead arguments in cgocallAustin Clements
2016-11-30runtime: use standard comment style in cgocallAustin Clements
2016-11-29runtime: fall back to /proc/self/auxv in Android libsAustin Clements
2016-11-29runtime: extract Linux auxv handlingAustin Clements