aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-08-04runtime: recheck GC trigger before actually starting GCAustin Clements
2015-08-04doc: link to design doc for GOMAXPROCS change in go1.5.htmlIan Lance Taylor
2015-08-04cmd/go: fix documentation for exported functionsIan Lance Taylor
2015-08-04archive/tar: don't treat multiple file system links as a tar hardlinkVincent Batts
2015-08-04cmd/go: document that functions are exported by cgoIan Lance Taylor
2015-08-04go/types: remove the renaming import of go/constantRob Pike
2015-08-04doc: link to the release cycle from contribute.htmlCaleb Spare
2015-08-04cmd/go: re-run mkalldocs.sh after testflag changeCaleb Spare
2015-08-04doc: Mention contributor agreement immediately after GerritAndy Maloney
2015-08-04cmd/go: documented default value of the -timeout testflagCaleb Spare
2015-08-03cmd/go: clean up installHeader actionRuss Cox
2015-08-03cmd/go: document and fix 'go build -o' semanticsRuss Cox
2015-08-03net/http: deflake TestZeroLengthPostAndResponseBrad Fitzpatrick
2015-08-03net/http: fix server/transport data race when sharing the request bodyBrad Fitzpatrick