aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-29runtime: set invalidptr=1 by default, as documentedgo1.5beta3Russ Cox
2015-07-29doc: remove non-answer from FAQAndrew Gerrand
2015-07-29runtime/trace: remove existing SkipsRuss Cox
2015-07-29runtime/trace: record event sequence numbers explicitlyRuss Cox
2015-07-29runtime: ignore arguments in cgocallback_gofunc frameRuss Cox
2015-07-29runtime: fix darwin/amd64 assembly frame sizesRuss Cox
2015-07-29cmd/internal/obj/arm64: fix buildRuss Cox
2015-07-29runtime: reenable bad pointer check in GCRuss Cox
2015-07-29cmd/internal/obj/arm64: reject misaligned stack frames, except empty framesRuss Cox
2015-07-29cmd/link: fix nosplit stack overflow checksRuss Cox
2015-07-29runtime, reflect: use correctly aligned stack frame sizes on arm64Russ Cox
2015-07-29cmd/compile: align arm64 stack frames correctlyRuss Cox
2015-07-29runtime: report GC CPU utilization in MemStatsAustin Clements
2015-07-29runtime: always capture GC phase transition timesAustin Clements
2015-07-29runtime: avoid race between SIGPROF traceback and stack barriersAustin Clements
2015-07-29runtime: force mutator to give work buffer to GCRick Hudson
2015-07-29doc: add json tokenizer to go1.5.htmlRob Pike
2015-07-29cmd/internal/asm: deleteMikio Hara
2015-07-29cmd: delete old[5689]aRob Pike
2015-07-28cmd/dist: cleanup message about building go_bootstrapMatthew Dempsky
2015-07-28cmd/go: fix go get -u with vendoringRuss Cox
2015-07-28runtime: fix out-of-bounds in stack debuggingDmitry Vyukov
2015-07-28runtime: use 64k page rounding on arm64Russ Cox
2015-07-28runtime: fix x86 stack trace for call to heap memory on Plan 9David du Colombier
2015-07-28cmd/doc: extend darwin/arm64 test TODO to armDavid Crawshaw
2015-07-28test: don't run fixedbugs/issue11656.go on netbsd/386Ian Lance Taylor
2015-07-28test: don't run issue10607.go on ppc64Ian Lance Taylor
2015-07-28cmd/asm: fix and test CALL, JMP aliases on arm, arm64, ppc64Russ Cox
2015-07-28runtime: don't define libc_getpid in os3_solaris.goIan Lance Taylor
2015-07-28net: make spuriousENOTAVAIL to be able to parse EADDRNOTAVAIL correctlyMikio Hara
2015-07-28cmd/go: avoid long lines in help messagesJeff R. Allen
2015-07-28net: don't return DNS query results including the second best records uncondi...Mikio Hara
2015-07-28encoding/json: test style tweaksBrad Fitzpatrick
2015-07-28runtime: fix definitions of getpid and kill on SolarisIan Lance Taylor
2015-07-28runtime: correct implementation of raiseproc on SolarisIan Lance Taylor
2015-07-28net/http: disable new flaky TestTransportCancelBeforeResponseHeaders testBrad Fitzpatrick
2015-07-28net: Set finalDeadline from TestDialParallel to avoid leaked sockets.Paul Marks
2015-07-28cmd/go: prefer <meta> tags on launchpad.net to the hard-coded logicRuss Cox
2015-07-28cmd/go: import runtime/cgo into darwin/arm64 testsDavid Crawshaw
2015-07-28encoding/json: take new decoder code off Decode path completelyRuss Cox
2015-07-28encoding/json: fix EOF bug decoding HTTP streamPeter Waldschmidt
2015-07-28all: cleanup usage of dashes in package documentationMatthew Dempsky
2015-07-27net/http: pause briefly after closing Server connection when body remainsBrad Fitzpatrick
2015-07-27runtime/cgo: remove TMPDIR logic for iOSDavid Crawshaw
2015-07-27runtime: close window that hides GC work from concurrent markAustin Clements
2015-07-27runtime: enable GC assists ASAPAustin Clements
2015-07-27runtime: allow GC drain whenever write barrier is enabledAustin Clements
2015-07-27runtime: don't start workers between mark 1 & 2Austin Clements
2015-07-27runtime: retry GC assist until debt is paid offAustin Clements
2015-07-27runtime: yield to GC coordinator after assist completionAustin Clements