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
/
pkg
Age
Commit message (
Expand
)
Author
2014-08-13
[release-branch.go1.3] net: prevent spurious on-connect events via epoll on l...
go1.3.1
Andrew Gerrand
2014-08-12
[release-branch.go1.3] runtime: ignore exceptions from foreign threads.
Andrew Gerrand
2014-08-12
[release-branch.go1.3] runtime: turn off 'unexpected return pc' print on arm ...
Andrew Gerrand
2014-08-12
[release-branch.go1.3] crypto/rsa: fix out-of-bound access with short session...
Andrew Gerrand
2014-08-12
[release-branch.go1.3] net: Don't read beyond end of slice when parsing resol...
Andrew Gerrand
2014-08-12
[release-branch.go1.3] runtime: fix nacl amd64p32 flakiness
Andrew Gerrand
2014-08-01
compress/{gzip,zlib}: mention that Close flushes
Andrew Gerrand
2014-06-19
[release-branch.go1.3] fmt: fix signs when zero padding.
Andrew Gerrand
2014-06-18
[release-branch.go1.3] go/build: update doc.go for go1.3 build tag.
Russ Cox
2014-06-12
[release-branch.go1.3] runtime: revise CL 105140044 (defer nil) to work on Wi...
Russ Cox
2014-06-12
[release-branch.go1.3] runtime: do not trace past jmpdefer during pprof trace...
Russ Cox
2014-06-12
[release-branch.go1.3] runtime: fix defer of nil func
Russ Cox
2014-06-11
[release-branch.go1.3] net/http: fix double Content-Length in response
Russ Cox
2014-06-06
[release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...
Russ Cox
2014-06-04
[release-branch.go1.3] debug/elf: support DWARF that needs relocs for 386
David Symonds
2014-06-04
[release-branch.go1.3] compress/gzip: allow Reset on Reader without NewReader
David Symonds
2014-06-03
[release-branch.go1.3] crypto/tls: fix typo referencing the required Config f...
Russ Cox
2014-06-03
[release-branch.go1.3] time: support version 3 zone records
David Symonds
2014-06-03
[release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte T
David Symonds
2014-06-02
[release-branch.go1.3] remove package debug/goobj and copy functionality to c...
Andrew Gerrand
2014-06-01
runtime: fix correctness test at end of traceback
Russ Cox
2014-05-31
runtime: mark some C globals as having no pointers.
Keith Randall
2014-05-31
runtime: make continuation pc available to stack walk
Russ Cox
2014-05-31
cmd/gc: fix handling of for post-condition in -race mode
Russ Cox
2014-05-31
runtime: fix error check in freebsd/386 i386_set_ldt
Russ Cox
2014-05-31
runtime/debug: skip TestWriteHeapDumpNonempty on NaCl.
Shenghou Ma
2014-05-31
runtime: fix empty heap dump bug on windows.
Shenghou Ma
2014-05-30
runtime: add zero field to rtype
Ian Lance Taylor
2014-05-28
regexp: hide one-pass code from exported API
Russ Cox
2014-05-28
mime: sort attributes in FormatMediaType
Brad Fitzpatrick
2014-05-28
runtime: fix go of nil func value
Dmitriy Vyukov
2014-05-27
runtime: stack copier should handle nil defers without faulting.
Keith Randall
2014-05-25
runtime: skip stack growth test on 32bit platforms
Dave Cheney
2014-05-23
doc: mention that reflect.SetMapIndex no longer panics
Keith Randall
2014-05-23
os: document that Interrupt might not work on every os
Alex Brainman
2014-05-21
runtime: provide gc maps for the reflect.callXX frames.
Keith Randall
2014-05-21
fmt: fix floating-point padding once and for all
Rob Pike
2014-05-21
database/sql/driver: correct method name in comment
Ian Lance Taylor
2014-05-20
reflect: don't panic on delete from nil map.
Keith Randall
2014-05-20
all: fix "the the" typos.
Shenghou Ma
2014-05-20
runtime: revise the document of Version()
Shenghou Ma
2014-05-20
debug/plan9obj: cleanup api
David du Colombier
2014-05-20
build: make nacl pass
Russ Cox
2014-05-20
syscall: fix Write(nil) on NaCl
Russ Cox
2014-05-20
runtime: switch default stack size back to 8kB
Russ Cox
2014-05-19
text/template,html/template: document that partial results may be written on ...
Rob Pike
2014-05-19
net/http: document that ProxyFromEnvironment special-cases localhost
Brad Fitzpatrick
2014-05-19
database/sql: more docs explaining that DB is a pool
Brad Fitzpatrick
2014-05-19
math/rand: restore Go 1.2 value stream for Float32, Float64
Russ Cox
2014-05-19
reflect: test, fix access to nil maps
Russ Cox
[next]