aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-11net/mail: fix build.David Symonds
2015-08-11net/mail: avoid panic in (*Address).String for malformed addresses.David Symonds
2015-08-11cmd/yacc: use %q to print strings in ToknamesRob Pike
2015-08-11doc: link to Go 1.5 release notes from "project" pageAndrew Gerrand
2015-08-10fmt: don't unread eof scanning %xRob Pike
2015-08-10doc: NaCl requires pepper 41Dave Cheney
2015-08-07runtime: make sure heapBitsBulkBarrier cannot be preemptedRuss Cox
2015-08-07runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systemsRuss Cox
2015-08-07cmd/go: replace code.google.com examples in docs with relevant reposAndrew Gerrand
2015-08-07doc: tweak phrasing in Go 1.5 release notesAndrew Gerrand
2015-08-06doc: do not call WaitGroup a functionRuss Cox
2015-08-06runtime: call goexit1 instead of goexitAustin Clements
2015-08-06runtime: fix race that dropped GoSysExit events from traceRuss Cox
2015-08-06doc: remove duplicate -asmflags mentionJoe Shaw
2015-08-06[release-branch.go1.5] cmd/newlink: remove from release branchgo1.5rc1Andrew Gerrand
2015-08-06[release-branch.go1.5] go1.5rc1Andrew Gerrand
2015-08-06net/url: allow all valid host chars in RawPathRuss Cox
2015-08-06net/url: do not percent-encode valid host charactersRuss Cox
2015-08-06doc/go1.5.html: fix typoMikio Hara
2015-08-06net/url: restrict :port checking to [ipv6]:port formRuss Cox
2015-08-05A+C: add Andy MaloneyAndrew Gerrand
2015-08-05cmd/go: fix handling of vendored imports in foo_test.go filesRuss Cox
2015-08-05spec: clarify semantics of built-in functions 'complex', 'real', and 'imag'Robert Griesemer
2015-08-05crypto/tls: fix ConnectionState().VerifiedChains for resumed connectionRuss Cox
2015-08-05build: clean current tree in clean.bashRuss Cox
2015-08-05net/http: close server conn after broken trailersJed Denlea
2015-08-05crypto/tls: update testing certificates.Adam Langley
2015-08-05go/build: fix internal/testenv dependencyRuss Cox
2015-08-05runtime: don't recheck heap trigger for periodic GCAustin Clements
2015-08-05spec: better organization of arithmetic operator sectionRobert Griesemer
2015-08-05spec: fix inconsistency of visibility rules for method namesRobert Griesemer
2015-08-05spec: clarify that short variable declarations can redeclare parametersRobert Griesemer
2015-08-05spec: clarify sentence about non-constant shiftsRobert Griesemer
2015-08-05doc/go1.5: fix hyperlink for runtime/traceRuss Cox
2015-08-05go/build: enable cgo on freebsd/armRuss Cox
2015-08-05cmd/go: skip external tests on freebsd-arm builderRuss Cox
2015-08-05internal/testenv: add Builder, to report builder nameRuss Cox
2015-08-05doc: mention new DWARF line table decoder in go1.5.htmlAustin Clements
2015-08-05doc/go1.5.html: update references to runtime/trace packageDmitry Vyukov
2015-08-05runtime: align stack pointer during initcgo call on armRuss Cox
2015-08-05doc: adjust installation instructions dynamically for a given downloadAndrew Gerrand
2015-08-05doc: bump minimum requirement to OS X 10.7Andrew Gerrand
2015-08-04reflect: fix doc stringRobert Griesemer
2015-08-04runtime: fix typos in commentsAustin Clements
2015-08-04runtime: fix assist utilization computationAustin Clements
2015-08-04runtime: revise assist ratio aggressivelyAustin Clements
2015-08-04runtime: when gcpacertrace > 0, print information about assist ratioAustin Clements
2015-08-04runtime: make sweep proportional to spans bytes allocatedAustin Clements
2015-08-04runtime: always give concurrent sweep some heap distanceAustin Clements
2015-08-04runtime: assist the GC during GC startup and shutdownAustin Clements