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-18
[release-branch.go1.2] doc/asm: more about SP, ARM R11
Andrew Gerrand
2013-11-18
[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalText
Andrew Gerrand
2013-11-18
[release-branch.go1.2] encoding/gob: expose encode/decode example
Andrew Gerrand
2013-11-13
[release-branch.go1.2] src/cmd/?a: link to new assembler document
Andrew Gerrand
2013-11-13
[release-branch.go1.2] cmd/godoc: document package-level examples
Andrew Gerrand
2013-11-13
[release-branch.go1.2] cmd/cgo: fix handling of array of pointers when using ...
Andrew Gerrand
2013-11-13
[release-branch.go1.2] go/doc: add full stop of Japanese, Chinese and Korean.
Andrew Gerrand
2013-11-13
[release-branch.go1.2] net/textproto: fix CanonicalMIMEHeaderKey panic
Andrew Gerrand
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
[next]