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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-07-17
runtime: don't free large spans until heapBitsSweepSpan returns
go1.5beta2
Austin Clements
2015-07-17
cmd/fix: add gotypes module
Rob Pike
2015-07-17
cmd/go: don't put mycmd in wrong directory
Mikio Hara
2015-07-16
net/mail: add example to package
Carlos C
2015-07-16
net: RFC 6724 address selection
Brad Fitzpatrick
2015-07-16
crypto/x509: iOS build tag
David Crawshaw
2015-07-16
net/url: add example to URL.ResolveReference
Carlos C
2015-07-16
flag: add comment stating that Set is called in sequence across the command line
Rob Pike
2015-07-16
Revert "runtime: diagnose invalid pointers during GC"
Russ Cox
2015-07-16
image/color: fix format typo in the tests.
Nigel Tao
2015-07-15
Revert "cmd/internal/obj: fix pc/sp information for prologue"
Russ Cox
2015-07-15
net/http: don't reuse conns after incomplete 100-continue requests
Brad Fitzpatrick
2015-07-15
cmd/go: fix parsing of Git SCP-like remotes
Andrew Gerrand
2015-07-15
runtime: fix saved PC/SP after safe-point function in syscall
Austin Clements
2015-07-15
runtime: run safe-point function before entering _Psyscall
Austin Clements
2015-07-15
runtime: fix go:nowritebarrier annotation on gcmarkwb_m
Matthew Dempsky
2015-07-15
cmd/compile: recognize embedded field in inlined function
Ian Lance Taylor
2015-07-15
encoding/json: document and test overwrite of slice, map during Unmarshal
Russ Cox
2015-07-15
asm: fix error messages and comments for "register pair"
Rob Pike
2015-07-15
runtime: diagnose invalid pointers during GC
Russ Cox
2015-07-15
cmd/compile: fix PtrTo(t) for unnamed t with embedded fields
Russ Cox
2015-07-15
math: fix Log2 test failures on ppc64 (and s390)
Russ Cox
2015-07-15
encoding/json: fix out of phase error unmarshaling non-string into TextUnmars...
Russ Cox
2015-07-15
net/smtp: give example addrs in docs
Russ Cox
2015-07-15
cmd/go: print all test flags in "go test -h"
Russ Cox
2015-07-15
cmd/dist: diagnose lack of gcc earlier in build
Russ Cox
2015-07-15
image/color: tweak the YCbCr to RGBA conversion formula.
Nigel Tao
2015-07-15
cmd/go: fix nocgo builder
Russ Cox
2015-07-15
time: make it clearer how to format a fractional second
Rob Pike
2015-07-15
os/exec: document that Cmd.Wait waits for stdin I/O
Russ Cox
2015-07-15
reflect: wait longer before declaring select test stuck
Russ Cox
2015-07-15
cmd/go: add test for issue 3652
Russ Cox
2015-07-15
cmd/go: fix build
Russ Cox
2015-07-15
cmd/go: accept go get domain.root
Russ Cox
2015-07-15
cmd/go: fix go get -u handling of changing dependencies
Russ Cox
2015-07-15
cmd/go: disable password prompt when running git
Russ Cox
2015-07-15
database/sql: document closing requirements for Stmts
Russ Cox
2015-07-15
crypto/x509: add /etc/ssl/cacert.pem to OmniOS cert search list
Russ Cox
2015-07-15
cmd/pprof: store temporary files in temporary directory
Russ Cox
2015-07-15
cmd/pprof: run $BROWSER and system browser before Chrome
Russ Cox
2015-07-15
cmd/go: fix TestVendorRun when $GOROOT is inside a symlinked path
Russ Cox
2015-07-15
cmd/go: reject missing source code in go get -d, same as go get -d -u
Russ Cox
2015-07-15
cmd/go: give full import stack for errors in dependencies of test dependencies
Russ Cox
2015-07-15
cmd/go: go test -race -i runtime/race must not install race-enabled cmd/cgo
Russ Cox
2015-07-15
cmd/go: add -pkgdir build flag
Russ Cox
2015-07-15
cmd/go: remove duplication of build flag info in testflag.go
Russ Cox
2015-07-15
cmd/go: fix error for go run with files in different directories
Russ Cox
2015-07-15
cmd/go: document that <meta> tags should be early in the HTML for go get
Russ Cox
2015-07-15
cmd/go: diagnose trivial test import cycle
Russ Cox
2015-07-15
Revert "cmd/compile: define func value symbols at declaration"
Russ Cox
[next]