aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-29cmd/link: fix -s with external linkingRuss Cox
2015-06-29cmd/compile: enable PAUTO capture variables on arch != 6Russ Cox
2015-06-29crypto/rsa: check for primes ≤ 1 in ValidateAdam Langley
2015-06-29net/http/httptest: increase test Server's key sizeBrad Fitzpatrick
2015-06-29cmd/go: 'go env' print GO15VENDOREXPERIMENT in Go1.5Tom Heng
2015-06-29sync: disable flaky WaitGroup misuse test in short modeBrad Fitzpatrick
2015-06-29cmd/go: disable TestIssue10952 without external networkRuss Cox
2015-06-29cmd/compile: allow unnamed constants to set line numberRuss Cox
2015-06-29runtime: fix broken arm buildsRuss Cox
2015-06-29cmd/link: record missing pcdata tables correctlyRuss Cox
2015-06-29runtime: reset mark state before checkmark and gctrace=2 markAustin Clements
2015-06-29runtime: don't free stack spans during GCAustin Clements
2015-06-29runtime: remove unused _GCsweep stateAustin Clements
2015-06-29cmd/cgo: fix a problem with 'go build -compiler gccgo'Russ Cox
2015-06-29runtime: always clear stack barriers on G exitAustin Clements
2015-06-29encoding/binary: update protobuf documentation linkDmitry Savintsev
2015-06-29fmt: restore padding for %x on byte slices and stringsRob Pike
2015-06-29doc: fix typo in faqRob Pike
2015-06-29doc: update FAQ for Go 1.5Rob Pike
2015-06-29net/http: fix now-flaky TransportAndServerSharedBodyRace testBrad Fitzpatrick
2015-06-29syscall: return error instead of panicking in windows StartProcessAlex Brainman
2015-06-29cmd/link/internal/ld: exclude only real container symbols from symtabKeith Randall
2015-06-29encoding/asn1: don't parse invalid UTF-8.Adam Langley
2015-06-29encoding/asn1: be stricter by reserialising parsed times.Adam Langley
2015-06-29runtime: store syscall parameters in m not on stackAlex Brainman
2015-06-29cmd/go: reset read-only flag during TestIssue10952Alex Brainman
2015-06-28builtin: remove errant space in hyphenated adjective phraseBrad Fitzpatrick
2015-06-28net/http: fix race on postPendingDial test hookTodd Neal
2015-06-27html/template: prevent panic while escaping pipelinesDidier Spezia
2015-06-27cmd/link: no dwarf on darwin/armDavid Crawshaw
2015-06-27cmd/go: ignore custom import check when there is no import commentRoss Light
2015-06-27cmd/go: fetch git submodules in `go get`Tamir Duberstein
2015-06-27cmd/go: adjust TestFileLineInErrorMessagesAlex Brainman
2015-06-27cmd/go: handle error when git remote origin doesn't existc9s
2015-06-27net: relax IP interface address determination on linuxMikio Hara
2015-06-26cmd/asm: add tests for erroneous expressionsRob Pike
2015-06-26archive/tar: also skip header roundtrip test on naclBrad Fitzpatrick
2015-06-26sync: don't run known-racy tests under the race detectorBrad Fitzpatrick
2015-06-26runtime: repeat bitmap for slice of GCprog n-1 times, not n timesAustin Clements
2015-06-26doc/go1.5.html: first pass over the small API changesRob Pike
2015-06-26archive/tar: disable new failing test on windows and plan9Brad Fitzpatrick
2015-06-26runtime/race: enable tests that now passDmitry Vyukov
2015-06-26sync: simplify WaitGroupDmitry Vyukov
2015-06-26net/http: escape path in implicit /tree→/tree/ ServeMux.Handle redirectMihai Borobocea
2015-06-26testing/quick: improve function signature error.Matt T. Proud
2015-06-26unicode: upgrade to 8.0.0Marcel van Lohuizen
2015-06-26test: add test case for issue 8154Dave Cheney
2015-06-26runtime: slightly clean up softfloat codeShenghou Ma
2015-06-26runtime: reduce slice growth during append to 2xRuss Cox
2015-06-26net/url: don't escape star requests when writing requestsBrad Fitzpatrick