summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.3] crypto/tls: ensure that we don't resume when tickets a...Andrew Gerrand2014-09-255-1/+206
* [release-branch.go1.3] runtime: keep g->syscallsp consistent after cgo->Go ca...Russ Cox2014-09-265-6/+30
* [release-branch.go1.3] net/http/httptest: disable TestIssue7264Russ Cox2014-09-251-0/+1
* [release-branch.go1.3] undo 941ef9ddbada / 125150044Andrew Gerrand2014-08-131-13/+2
* [release-branch.go1.3] runtime: fix GC bitmap corruptionAndrew Gerrand2014-08-131-2/+13
* [release-branch.go1.3] net: prevent spurious on-connect events via epoll on l...go1.3.1Andrew Gerrand2014-08-133-19/+30
* [release-branch.go1.3] cmd/gc: make liveness ~10x fasterAndrew Gerrand2014-08-134-35/+69
* [release-branch.go1.3] cmd/8g: fix buildAndrew Gerrand2014-08-121-2/+2
* [release-branch.go1.3] runtime: ignore exceptions from foreign threads.Andrew Gerrand2014-08-122-0/+10
* [release-branch.go1.3] cmd/6g, cmd/8g: fix, test byte-sized magic multiplyAndrew Gerrand2014-08-124-2/+12
* [release-branch.go1.3] runtime: turn off 'unexpected return pc' print on arm ...Andrew Gerrand2014-08-121-2/+7
* [release-branch.go1.3] crypto/rsa: fix out-of-bound access with short session...Andrew Gerrand2014-08-123-17/+55
* [release-branch.go1.3] cmd/cgo: fix recursive type mappingAndrew Gerrand2014-08-121-13/+44
* [release-branch.go1.3] net: Don't read beyond end of slice when parsing resol...Andrew Gerrand2014-08-122-3/+8
* [release-branch.go1.3] runtime: fix nacl amd64p32 flakinessAndrew Gerrand2014-08-121-1/+1
* compress/{gzip,zlib}: mention that Close flushesAndrew Gerrand2014-08-012-2/+4
* [release-branch.go1.3] fmt: fix signs when zero padding.Andrew Gerrand2014-06-192-39/+147
* [release-branch.go1.3] go/build: update doc.go for go1.3 build tag.Russ Cox2014-06-181-0/+1
* [release-branch.go1.3] runtime: revise CL 105140044 (defer nil) to work on Wi...Russ Cox2014-06-121-1/+10
* [release-branch.go1.3] runtime: do not trace past jmpdefer during pprof trace...Russ Cox2014-06-122-0/+17
* [release-branch.go1.3] runtime: fix defer of nil funcRuss Cox2014-06-121-1/+6
* [release-branch.go1.3] net/http: fix double Content-Length in responseRuss Cox2014-06-113-2/+23
* [release-branch.go1.3] cmd/gc: two escape analysis fixesRuss Cox2014-06-111-2/+25
* [release-branch.go1.3] cmd/ld: fix PC deltas in DWARF line number tableRuss Cox2014-06-111-2/+2
* [release-branch.go1.3] nacltest.bash, misc/nacl/README: update NaCl docs.Russ Cox2014-06-111-1/+7
* [release-branch.go1.3] runtime: fix panic stack during runtime.Goexit during ...Russ Cox2014-06-061-0/+6
* [release-branch.go1.3] cmd/6g: fix stack zeroing on native clientRuss Cox2014-06-061-1/+1
* [release-branch.go1.3] cmd/cgo: for typedef of untagged struct, use typedef n...Russ Cox2014-06-061-0/+5
* [release-branch.go1.3] debug/elf: support DWARF that needs relocs for 386David Symonds2014-06-043-2/+62
* [release-branch.go1.3] compress/gzip: allow Reset on Reader without NewReaderDavid Symonds2014-06-042-1/+19
* [release-branch.go1.3] crypto/tls: fix typo referencing the required Config f...Russ Cox2014-06-031-1/+1
* [release-branch.go1.3] cmd/gc: fix escape analysis of func returning indirect...Russ Cox2014-06-032-8/+39
* [release-branch.go1.3] time: support version 3 zone recordsDavid Symonds2014-06-032-2/+11
* [release-branch.go1.3] cmd/gc: fix liveness for address-taken variables in in...David Symonds2014-06-031-0/+1
* [release-branch.go1.3] runtime: fix 1-byte return during x.(T) for 0-byte TDavid Symonds2014-06-031-4/+19
* [release-branch.go1.3] cmd/gc: don't generate zillions of linehists for wrapp...David Symonds2014-06-031-1/+6
* [release-branch.go1.3] cmd/cgo: use same Go type for typedef to anonymous structDavid Symonds2014-06-031-1/+11
* [release-branch.go1.3] remove package debug/goobj and copy functionality to c...Andrew Gerrand2014-06-023-204/+181
* [release-branch.go1.3] remove cmd/linkAndrew Gerrand2014-06-0239-5268/+0
* api: add go1.3.txtBrad Fitzpatrick2014-06-021-1/+1
* build: don't build goplay in run.rc.Shenghou Ma2014-06-011-4/+0
* cmd/objdump: add arm disassemblerRuss Cox2014-06-014-17/+10868
* cmd/dist: only use beta tag in version string for the exact revisionAndrew Gerrand2014-06-021-3/+2
* build: remove goplay from run.bash and run.batAndrew Gerrand2014-06-022-10/+0
* runtime: fix correctness test at end of tracebackRuss Cox2014-06-012-3/+69
* runtime: mark some C globals as having no pointers.Keith Randall2014-05-3111-0/+16
* runtime: make continuation pc available to stack walkRuss Cox2014-05-319-16/+150
* cmd/gc: fix handling of for post-condition in -race modeRuss Cox2014-05-312-1/+16
* runtime: fix error check in freebsd/386 i386_set_ldtRuss Cox2014-05-311-3/+2
* runtime/debug: skip TestWriteHeapDumpNonempty on NaCl.Shenghou Ma2014-05-311-0/+4