aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-03runtime: skip TestCgoCallbackGC on dragonflyMikio Hara
2015-08-03doc: document new linker -X syntax in go1.5.htmlRob Pike
2015-08-03doc: link to proposal process from contribution guidelinesAndrew Gerrand
2015-08-02doc: update install from source instructions for go1.5ALTree
2015-08-02net/http: close server conn after request body errorJed Denlea
2015-08-02net/http: fix SetKeepAlivesEnabled receiver nameCarl Jackson
2015-07-31spec: fixed various example code snippetsRobert Griesemer
2015-07-31cmd/objdump: don't run TestDisasmExtld if cgo is not enabledIan Lance Taylor
2015-07-31os: add explicit tests for fchown(2) and lchown(2) on unix platformsDave Cheney
2015-07-31cmd/go: fix go get x/... matching internal directoriesRuss Cox
2015-07-31cmd/go: fix disallow of p/vendor/x during vendor experimentRuss Cox
2015-07-31cmd/compile, runtime: fix placement of map bucket overflow pointer on naclRuss Cox
2015-07-31test/bench/shootout: fix buildMikio Hara
2015-07-31net/mail: fixed quoted-localMathiasB
2015-07-31cmd/internal/obj/arm: fix large stack offsets on nacl/armRuss Cox
2015-07-31runtime: fix systemstack tracebacks on nacl/armRuss Cox
2015-07-31test/bench/shootout: clean up binaries after runAndrew Gerrand
2015-07-31runtime: avoid reference to stale stack after GC shrinkstackRuss Cox
2015-07-31cmd/link: increase ELFRESERVE to a full pageRuss Cox
2015-07-31cmd/go: permit installing into a subdirectory of $GOPATH/binIan Lance Taylor
2015-07-31doc: solaris info added to go1.5.htmlRob Pike
2015-07-30spec: document existing expression switch restrictionsRobert Griesemer
2015-07-30doc: in go1.5.html fix claim about linking for ppc64(le)?Rob Pike
2015-07-30A+C: automated updateBrad Fitzpatrick
2015-07-30api: update go1.5.txtBrad Fitzpatrick
2015-07-30runtime/trace: report negative frequency as a time-ordering problemRuss Cox
2015-07-30syscall: use fchownat(2) in place of lchown(2) for linux/arm64Dave Cheney
2015-07-30doc: add go1.5 note about change to zero-sized fields in cgoIan Lance Taylor
2015-07-30runtime, sync/atomic: add memory barriers in arm cas routinesRuss Cox
2015-07-30go/types: update comment to refer to package go/constantRobert Griesemer
2015-07-30encoding/json: revert "fix decoding of JSON null values"Russ Cox
2015-07-30runtime/cgo: fix darwin/amd64 signal handling setupRuss Cox
2015-07-30cmd/compile: add case for ODOTTYPE to escwalkDavid Chase
2015-07-30sync/atomic: reenable TestNilDeref everywhereRuss Cox
2015-07-30runtime: change arm software div/mod call sequence not to modify stackRuss Cox
2015-07-30cmd/cgo: discard trailing zero-sized fields in a non-empty C structIan Lance Taylor
2015-07-30runtime: replace divide with multiply in runtime.usleep on armRuss Cox
2015-07-30cmd/internal/obj/arm: fix line numbers after constant poolRuss Cox
2015-07-30crypto/x509: mark root_darwin_armx.go as cgo-onlyRuss Cox
2015-07-30net: allow longer timeout in dialClosedPort test on windowsRuss Cox
2015-07-30math/rand: warn against using package for security-sensitive workAndrey Petrov
2015-07-30runtime/trace: test requires 'go tool addr2line'David Crawshaw
2015-07-30cmd/compile: fix uninitialized memory during type switch assertE2I2Russ Cox
2015-07-30runtime: enable TestEmptySliceRuss Cox
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