summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.4] api: create go1.4.txtRuss Cox2014-12-101-2/+3
* [release-branch.go1.4] cmd/go: document import path checkingRuss Cox2014-12-083-3/+41
* [release-branch.go1.4] [release-branch.go1.4] encoding/xml: remove SyntaxErro...Russ Cox2014-12-051-1/+0
* [release-branch.go1.4] cmd/api: make API check fail for undeclared API in rel...Russ Cox2014-12-051-5/+9
* [release-branch.go1.4] cmd/go: fix buildRuss Cox2014-12-042-2/+2
* [release-branch.go1.4] cmd/go: avoid use of bufio.Scanner in generateRuss Cox2014-12-042-22/+70
* [release-branch.go1.4] cmd/pprof/internal/commands: add command to open brows...Russ Cox2014-12-041-4/+22
* [release-branch.go1.4] cmd/pprof: fix symbol resolution for remote profilesRuss Cox2014-12-031-0/+4
* [release-branch.go1.4] cmd/go: regenerate doc.goAndrew Gerrand2014-12-032-2/+7
* [release-branch.go1.4] runtime: fix hang in GC due to shrinkstack vs netpoll ...Russ Cox2014-12-013-6/+35
* [release-branch.go1.4] reflect: Fix reflect.funcLayout. The GC bitmap has tw...Russ Cox2014-12-013-2/+122
* [release-branch.go1.4] go/build: build $GOOS_test.go alwaysRuss Cox2014-11-242-3/+6
* [release-branch.go1.4] image/jpeg: handle Read returning n > 0, err != nil in...Russ Cox2014-11-232-0/+49
* [release-branch.go1.4] cmd/go: fix running pprof on windows.Russ Cox2014-11-221-11/+1
* [release-branch.go1.4] runtime: fix atomic operations on non-heap addressesRuss Cox2014-11-203-13/+73
* [release-branch.go1.4] build: disable race external linking test on OS X 10.6...Russ Cox2014-11-191-13/+24
* [release-branch.go1.4] runtime: remove assumption that noptrdata data bss nop...Russ Cox2014-11-193-9/+51
* [release-branch.go1.4] undo CL 131750044 / 2d6d44ceb80eRuss Cox2014-11-192-73/+3
* [release-branch.go1.4] remove cmd/linkAndrew Gerrand2014-11-1739-5270/+0
* [release-branch.go1.4] debug/goobj: move to cmd/internal/goobjAndrew Gerrand2014-11-1714-13/+13
* runtime: fix sudog leakRuss Cox2014-11-165-0/+31
* runtime: update URL for heap dump formatRuss Cox2014-11-161-1/+1
* net/http: add comment to clarify whether Dir is '/' or '\'.Nigel Tao2014-11-141-2/+6
* net/url: add example of using URL.Opaque with http.RequestBrad Fitzpatrick2014-11-121-0/+30
* hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao2014-11-121-2/+2
* regexp/syntax: Clarify comment of OpAnyCharNotNL.Robin Eklind2014-11-111-1/+1
* cmd/cgo: tweak doc to not show example of passing Go pointerIan Lance Taylor2014-11-101-1/+1
* crypto/x509: add Solaris certificate file locationIan Lance Taylor2014-11-091-0/+1
* cmd/5g: fix bit mask for div/mod routines clobbering R12Ian Lance Taylor2014-11-091-1/+1
* cmd/internal/objfile: minor editsRuss Cox2014-11-091-9/+14
* runtime: fix sudog leak in syncsemreleaseRuss Cox2014-11-091-0/+1
* runtime/cgo: add +build tags to files named for $GOOSRuss Cox2014-11-094-0/+8
* cmd/dist: remove old misc/pprofRuss Cox2014-11-091-9/+0
* cmd/pprof: install as go tool pprofRuss Cox2014-11-093-0/+21
* undo CL 169000043 / 05b838013df9Andrew Gerrand2014-11-102-4/+4
* undo CL 166380043 / 0b54a0927656Andrew Gerrand2014-11-101-1/+1
* cmd/api: bump go.tools golden CL hashAndrew Gerrand2014-11-101-1/+1
* cmd/go: use golang.org/x/... import pathsAndrew Gerrand2014-11-105-18/+29
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-105-10/+10
* cmd/api: use golang.org/x/... import pathsAndrew Gerrand2014-11-102-4/+4
* net/http: fix benchmark goroutine leakBrad Fitzpatrick2014-11-081-0/+1
* cmd/go: disable warnings from cmd/cc when building for SWIGIan Lance Taylor2014-11-071-1/+9
* cmd/internal/objfile: add DisasmRuss Cox2014-11-061-0/+243
* cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox2014-11-064-326/+69
* runtime: don't stop bitmap dump at BitsDeadKeith Randall2014-11-061-1/+3
* runtime: fix initial gp->sched.pc in newextramRuss Cox2014-11-061-4/+5
* os: document that users of Fd should keep f aliveRuss Cox2014-11-063-1/+4
* os/exec: tell lsof not to blockKeith Randall2014-11-051-1/+1
* bufio: remove unused 'panicked' variable from testAndrew Gerrand2014-11-061-4/+1
* runtime: avoid gentraceback of self on user goroutine stackRuss Cox2014-11-053-16/+77