aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-09-25[release-branch.go1.3] crypto/tls: ensure that we don't resume when tickets a...Andrew Gerrand
2014-09-26[release-branch.go1.3] runtime: keep g->syscallsp consistent after cgo->Go ca...Russ Cox
2014-09-25[release-branch.go1.3] net/http/httptest: disable TestIssue7264Russ Cox
2014-08-13[release-branch.go1.3] undo 941ef9ddbada / 125150044Andrew Gerrand
2014-08-13[release-branch.go1.3] runtime: fix GC bitmap corruptionAndrew Gerrand
2014-08-13[release-branch.go1.3] net: prevent spurious on-connect events via epoll on l...go1.3.1Andrew Gerrand
2014-08-13[release-branch.go1.3] cmd/gc: make liveness ~10x fasterAndrew Gerrand
2014-08-12[release-branch.go1.3] cmd/8g: fix buildAndrew Gerrand
2014-08-12[release-branch.go1.3] runtime: ignore exceptions from foreign threads.Andrew Gerrand
2014-08-12[release-branch.go1.3] cmd/6g, cmd/8g: fix, test byte-sized magic multiplyAndrew 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] cmd/cgo: fix recursive type mappingAndrew 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-11[release-branch.go1.3] cmd/gc: two escape analysis fixesRuss Cox
2014-06-11[release-branch.go1.3] cmd/ld: fix PC deltas in DWARF line number tableRuss Cox
2014-06-11[release-branch.go1.3] nacltest.bash, misc/nacl/README: update NaCl docs.Russ Cox
2014-06-06[release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...Russ Cox
2014-06-06[release-branch.go1.3] cmd/6g: fix stack zeroing on native clientRuss Cox
2014-06-06[release-branch.go1.3] cmd/cgo: for typedef of untagged struct, use typedef n...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] cmd/gc: fix escape analysis of func returning indirect...Russ Cox
2014-06-03[release-branch.go1.3] time: support version 3 zone recordsDavid Symonds
2014-06-03[release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in in...David Symonds
2014-06-03[release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte TDavid Symonds
2014-06-03[release-branch.go1.3] cmd/gc: don't generate zillions of linehists for wrapp...David Symonds
2014-06-03[release-branch.go1.3] cmd/cgo: use same Go type for typedef to anonymous structDavid Symonds
2014-06-02[release-branch.go1.3] remove package debug/goobj and copy functionality to c...Andrew Gerrand
2014-06-02[release-branch.go1.3] remove cmd/linkAndrew Gerrand
2014-06-02api: add go1.3.txtBrad Fitzpatrick
2014-06-01build: don't build goplay in run.rc.Shenghou Ma
2014-06-01cmd/objdump: add arm disassemblerRuss Cox
2014-06-02cmd/dist: only use beta tag in version string for the exact revisionAndrew Gerrand
2014-06-02build: remove goplay from run.bash and run.batAndrew 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