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
2013-11-01
[release-branch.go1.2] cmd/5l, runtime: fix divide for profiling tracebacks o...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/cgo: accept extra leading _ on __cgodebug_data for...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: document Result methods
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: Fix typos in doc
Andrew Gerrand
2013-11-01
[release-branch.go1.2] time: correct path to time zone zip file on Unix
Andrew Gerrand
2013-11-01
[release-branch.go1.2] encoding/xml: fix doc comment
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/http/httputil: fix DumpRequestOut with ContentLeng...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] os: do not return Lstat errors from Readdir
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/gc: silence clang warning
Andrew Gerrand
2013-11-01
[release-branch.go1.2] debug/dwarf: add DWARF 4 form constants
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/cgo: stop using -fno-eliminate-unused-debug-types
Andrew Gerrand
2013-11-01
[release-branch.go1.2] runtime: relax preemption assertion during stack split
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net: handle single-line non-\n-terminated files correc...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/url: fix Encode doc comment
Andrew Gerrand
2013-11-01
[release-branch.go1.2] strings: fix Replacer bug with prefix matches
Andrew Gerrand
2013-11-01
[release-branch.go1.2] database/sql: link to wiki in package docs
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/cgo: use __typeof__, -w instead of typeof, -Wno-all
Andrew Gerrand
2013-11-01
[release-branch.go1.2] time: fix ParseDuration overflow when given more than ...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] math: remove unnecessary source file
Andrew Gerrand
2013-11-01
[release-branch.go1.2] go/build: document the go1.2 build tag
Andrew Gerrand
2013-11-01
[release-branch.go1.2] crypto/x509: name constraints should be a disjunction.
Andrew Gerrand
2013-11-01
[release-branch.go1.2] crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 ...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net/mail: fix minor doc typo.
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/yacc: fix stderr on Windows.
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/cgo: fix line number in an error message
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/cgo: stop using compiler error message text to ana...
Andrew Gerrand
2013-11-01
[release-branch.go1.2] cmd/gc: shorten name used for map bucket type
Andrew Gerrand
2013-11-01
[release-branch.go1.2] net: make sure failed Dial returns nil Conn
Andrew Gerrand
2013-11-01
[release-branch.go1.2] runtime: remove nomemprof
Andrew Gerrand
2013-10-18
go1.2rc2
go1.2rc2
Andrew Gerrand
2013-10-18
api: add go1.2.txt, use in tests
Andrew Gerrand
2013-10-17
net/url: fix regression when serializing relative URLs
Brad Fitzpatrick
2013-10-17
runtime: correct test for when to poll network
Ian Lance Taylor
2013-10-17
runtime: correct parameter name in MCentral_AllocList comment
Ian Lance Taylor
2013-10-17
encoding/xml: accept chains of interfaces and pointers
Russ Cox
2013-10-17
database/sql: make tests repeatable with -cpu=n,n
Alberto García Hierro
2013-10-16
database/sql: fix some test fmt verbs
Brad Fitzpatrick
2013-10-16
database/sql: Fix connection leak and potential deadlock
Alberto García Hierro
2013-10-16
database/sql: fix double decrement of numOpen count; test for connection leaks
Alberto García Hierro
2013-10-15
cmd/cgo: simpler fix for issue 6506.
Shenghou Ma
2013-10-15
cmd/cgo: print the builtin prolog after the per-file preamble
Russ Cox
2013-10-15
undo CL 14231047 / 2f4c2dde2756
Alex Brainman
2013-10-15
cmd/cgo: fix Xcode 5 incompatibility for #defined expressions
Russ Cox
2013-10-15
cmd/cgo: work around bug in clang debug info for builtins like memset
Russ Cox
2013-10-15
runtime/pprof: disable flaky TestGoroutineSwitch on windows
Alex Brainman
2013-10-14
cmd/gc: fix comment about performing indexing at compile time.
Keith Randall
2013-10-15
net/http: skip content-type sniffing if the header is explicitly unset.
Michael Piatek
2013-10-14
debug/dwarf: report the value of an unrecognized attribute format
Ian Lance Taylor
2013-10-14
cmd/api: make it work even when cgo is disabled
Shenghou Ma
2013-10-11
go/build: add GOOS and GOARCH to name of gccgo pkg directory
Ian Lance Taylor
[next]