aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2014-08-13[release-branch.go1.3] net: prevent spurious on-connect events via epoll on l...go1.3.1Andrew 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 flakinessAndrew Gerrand
2014-08-01compress/{gzip,zlib}: mention that Close flushesAndrew 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 funcRuss Cox
2014-06-11[release-branch.go1.3] net/http: fix double Content-Length in responseRuss 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 386David Symonds
2014-06-04[release-branch.go1.3] compress/gzip: allow Reset on Reader without NewReaderDavid 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 recordsDavid Symonds
2014-06-03[release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte TDavid Symonds
2014-06-02[release-branch.go1.3] remove package debug/goobj and copy functionality to c...Andrew Gerrand
2014-06-01runtime: fix correctness test at end of tracebackRuss Cox
2014-05-31runtime: mark some C globals as having no pointers.Keith Randall
2014-05-31runtime: make continuation pc available to stack walkRuss Cox
2014-05-31cmd/gc: fix handling of for post-condition in -race modeRuss Cox
2014-05-31runtime: fix error check in freebsd/386 i386_set_ldtRuss Cox
2014-05-31runtime/debug: skip TestWriteHeapDumpNonempty on NaCl.Shenghou Ma
2014-05-31runtime: fix empty heap dump bug on windows.Shenghou Ma
2014-05-30runtime: add zero field to rtypeIan Lance Taylor
2014-05-28regexp: hide one-pass code from exported APIRuss Cox
2014-05-28mime: sort attributes in FormatMediaTypeBrad Fitzpatrick
2014-05-28runtime: fix go of nil func valueDmitriy Vyukov
2014-05-27runtime: stack copier should handle nil defers without faulting.Keith Randall
2014-05-25runtime: skip stack growth test on 32bit platformsDave Cheney
2014-05-23doc: mention that reflect.SetMapIndex no longer panicsKeith Randall
2014-05-23os: document that Interrupt might not work on every osAlex Brainman
2014-05-21runtime: provide gc maps for the reflect.callXX frames.Keith Randall
2014-05-21fmt: fix floating-point padding once and for allRob Pike
2014-05-21database/sql/driver: correct method name in commentIan Lance Taylor
2014-05-20reflect: don't panic on delete from nil map.Keith Randall
2014-05-20all: fix "the the" typos.Shenghou Ma
2014-05-20runtime: revise the document of Version()Shenghou Ma
2014-05-20debug/plan9obj: cleanup apiDavid du Colombier
2014-05-20build: make nacl passRuss Cox
2014-05-20syscall: fix Write(nil) on NaClRuss Cox
2014-05-20runtime: switch default stack size back to 8kBRuss Cox
2014-05-19text/template,html/template: document that partial results may be written on ...Rob Pike
2014-05-19net/http: document that ProxyFromEnvironment special-cases localhostBrad Fitzpatrick
2014-05-19database/sql: more docs explaining that DB is a poolBrad Fitzpatrick
2014-05-19math/rand: restore Go 1.2 value stream for Float32, Float64Russ Cox
2014-05-19reflect: test, fix access to nil mapsRuss Cox