index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-08-06
[release-branch.go1.5] cmd/newlink: remove from release branch
go1.5rc1
Andrew Gerrand
2015-08-06
[release-branch.go1.5] go1.5rc1
Andrew Gerrand
2015-08-06
net/url: allow all valid host chars in RawPath
Russ Cox
2015-08-06
net/url: do not percent-encode valid host characters
Russ Cox
2015-08-06
doc/go1.5.html: fix typo
Mikio Hara
2015-08-06
net/url: restrict :port checking to [ipv6]:port form
Russ Cox
2015-08-05
A+C: add Andy Maloney
Andrew Gerrand
2015-08-05
cmd/go: fix handling of vendored imports in foo_test.go files
Russ Cox
2015-08-05
spec: clarify semantics of built-in functions 'complex', 'real', and 'imag'
Robert Griesemer
2015-08-05
crypto/tls: fix ConnectionState().VerifiedChains for resumed connection
Russ Cox
2015-08-05
build: clean current tree in clean.bash
Russ Cox
2015-08-05
net/http: close server conn after broken trailers
Jed Denlea
2015-08-05
crypto/tls: update testing certificates.
Adam Langley
2015-08-05
go/build: fix internal/testenv dependency
Russ Cox
2015-08-05
runtime: don't recheck heap trigger for periodic GC
Austin Clements
2015-08-05
spec: better organization of arithmetic operator section
Robert Griesemer
2015-08-05
spec: fix inconsistency of visibility rules for method names
Robert Griesemer
2015-08-05
spec: clarify that short variable declarations can redeclare parameters
Robert Griesemer
2015-08-05
spec: clarify sentence about non-constant shifts
Robert Griesemer
2015-08-05
doc/go1.5: fix hyperlink for runtime/trace
Russ Cox
2015-08-05
go/build: enable cgo on freebsd/arm
Russ Cox
2015-08-05
cmd/go: skip external tests on freebsd-arm builder
Russ Cox
2015-08-05
internal/testenv: add Builder, to report builder name
Russ Cox
2015-08-05
doc: mention new DWARF line table decoder in go1.5.html
Austin Clements
2015-08-05
doc/go1.5.html: update references to runtime/trace package
Dmitry Vyukov
2015-08-05
runtime: align stack pointer during initcgo call on arm
Russ Cox
2015-08-05
doc: adjust installation instructions dynamically for a given download
Andrew Gerrand
2015-08-05
doc: bump minimum requirement to OS X 10.7
Andrew Gerrand
2015-08-04
reflect: fix doc string
Robert Griesemer
2015-08-04
runtime: fix typos in comments
Austin Clements
2015-08-04
runtime: fix assist utilization computation
Austin Clements
2015-08-04
runtime: revise assist ratio aggressively
Austin Clements
2015-08-04
runtime: when gcpacertrace > 0, print information about assist ratio
Austin Clements
2015-08-04
runtime: make sweep proportional to spans bytes allocated
Austin Clements
2015-08-04
runtime: always give concurrent sweep some heap distance
Austin Clements
2015-08-04
runtime: assist the GC during GC startup and shutdown
Austin Clements
2015-08-04
runtime: recheck GC trigger before actually starting GC
Austin Clements
2015-08-04
doc: link to design doc for GOMAXPROCS change in go1.5.html
Ian Lance Taylor
2015-08-04
cmd/go: fix documentation for exported functions
Ian Lance Taylor
2015-08-04
archive/tar: don't treat multiple file system links as a tar hardlink
Vincent Batts
2015-08-04
cmd/go: document that functions are exported by cgo
Ian Lance Taylor
2015-08-04
go/types: remove the renaming import of go/constant
Rob Pike
2015-08-04
doc: link to the release cycle from contribute.html
Caleb Spare
2015-08-04
cmd/go: re-run mkalldocs.sh after testflag change
Caleb Spare
2015-08-04
doc: Mention contributor agreement immediately after Gerrit
Andy Maloney
2015-08-04
cmd/go: documented default value of the -timeout testflag
Caleb Spare
2015-08-03
cmd/go: clean up installHeader action
Russ Cox
2015-08-03
cmd/go: document and fix 'go build -o' semantics
Russ Cox
2015-08-03
net/http: deflake TestZeroLengthPostAndResponse
Brad Fitzpatrick
2015-08-03
net/http: fix server/transport data race when sharing the request body
Brad Fitzpatrick
[next]