aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-17[release-branch.go1.4] remove cmd/linkAndrew Gerrand
2014-11-17[release-branch.go1.4] debug/goobj: move to cmd/internal/goobjAndrew Gerrand
2014-11-16runtime: fix sudog leakRuss Cox
2014-11-16runtime: update URL for heap dump formatRuss Cox
2014-11-14net/http: add comment to clarify whether Dir is '/' or '\'.Nigel Tao
2014-11-12net/url: add example of using URL.Opaque with http.RequestBrad Fitzpatrick
2014-11-12hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao
2014-11-11regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind
2014-11-10cmd/cgo: tweak doc to not show example of passing Go pointerIan Lance Taylor
2014-11-09crypto/x509: add Solaris certificate file locationIan Lance Taylor
2014-11-09cmd/5g: fix bit mask for div/mod routines clobbering R12Ian Lance Taylor
2014-11-09cmd/internal/objfile: minor editsRuss Cox
2014-11-09runtime: fix sudog leak in syncsemreleaseRuss Cox
2014-11-09runtime/cgo: add +build tags to files named for $GOOSRuss Cox
2014-11-09cmd/dist: remove old misc/pprofRuss Cox
2014-11-09cmd/pprof: install as go tool pprofRuss Cox
2014-11-10undo CL 169000043 / 05b838013df9Andrew Gerrand
2014-11-10undo CL 166380043 / 0b54a0927656Andrew Gerrand
2014-11-10cmd/api: bump go.tools golden CL hashAndrew Gerrand
2014-11-10cmd/go: use golang.org/x/... import pathsAndrew Gerrand
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-11-10cmd/api: use golang.org/x/... import pathsAndrew Gerrand
2014-11-08net/http: fix benchmark goroutine leakBrad Fitzpatrick
2014-11-07cmd/go: disable warnings from cmd/cc when building for SWIGIan Lance Taylor
2014-11-06cmd/internal/objfile: add DisasmRuss Cox
2014-11-06cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox
2014-11-06runtime: don't stop bitmap dump at BitsDeadKeith Randall
2014-11-06runtime: fix initial gp->sched.pc in newextramRuss Cox
2014-11-06os: document that users of Fd should keep f aliveRuss Cox
2014-11-05os/exec: tell lsof not to blockKeith Randall
2014-11-06bufio: remove unused 'panicked' variable from testAndrew Gerrand
2014-11-05runtime: avoid gentraceback of self on user goroutine stackRuss Cox
2014-11-05bufio: fix reading of many blank lines in a rowRuss Cox
2014-11-06bufio: don't loop generating empty tokensRob Pike
2014-11-055g: don't generate reg variables for direct-called functionsAustin Clements
2014-11-04gc: abort if given an unknown debug (-d) flagAustin Clements
2014-11-03runtime: make Go and C mallocgc signatures matchAustin Clements
2014-10-31net/http: add missing newline in list of leaked goroutinesIan Lance Taylor
2014-10-31database/sql: make TestDrivers not crash on second runBrad Fitzpatrick
2014-10-31cmd/go: fixed typo in doc and generatorGabriel Aszalos
2014-10-31sync/atomic: fix comment referencing Value.Store's argument nameBrad Fitzpatrick
2014-10-30cmd/go: fix minor typoNathan P Finch
2014-10-30cmd/cgo: avoid worklist nondeterminism.Alan Donovan
2014-10-29cmd/objdump: disable test failing on arm5go1.4beta1Russ Cox
2014-10-29runtime: change top-most return PC from goexit to goexit+PCQuantumRuss Cox
2014-10-30runtime: make TestCgoExternalThreadPanic run on windowsAlex Brainman
2014-10-29cmd/objdump: use cmd/internal/objfileRuss Cox
2014-10-29runtime: fix line number in first stack frame in printed stack traceRuss Cox
2014-10-29runtime: update comment for CallersRuss Cox
2014-10-29fmt: fix one-letter typo in doc.goRob Pike