summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/pprof: fix symbol resolution for remote profilesRuss Cox2014-12-031-0/+4
* cmd/go: regenerate doc.goDominik Honnef2014-12-032-2/+7
* runtime: fix hang in GC due to shrinkstack vs netpoll raceRuss Cox2014-12-013-6/+35
* reflect: Fix reflect.funcLayout. The GC bitmap has two bits perKeith Randall2014-12-013-2/+122
* go/build: build $GOOS_test.go alwaysRuss Cox2014-11-242-3/+6
* image/jpeg: handle Read returning n > 0, err != nil in d.fillRuss Cox2014-11-222-0/+49
* cmd/go: fix running pprof on windows.Shenghou Ma2014-11-221-11/+1
* go/parser: Use test-specific filesets to avoid races.Robert Griesemer2014-11-202-25/+22
* runtime: fix atomic operations on non-heap addressesDmitriy Vyukov2014-11-203-13/+73
* build: disable race external linking test on OS X 10.6 and earlierRuss Cox2014-11-191-13/+24
* runtime: remove assumption that noptrdata data bss noptrbss are ordered and c...Russ Cox2014-11-193-9/+51
* undo CL 131750044 / 2d6d44ceb80eRuss Cox2014-11-192-73/+3
* runtime: fix getcallersp documentationAlex Brainman2014-11-181-1/+1
* cmd/pprof: fix EOF handling when getting function sourceAustin Clements2014-11-171-1/+5
* debug/goobj: move to cmd/internal/goobjRuss Cox2014-11-1614-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
* bufio: fix reading of many blank lines in a rowRuss Cox2014-11-052-1/+14
* bufio: don't loop generating empty tokensRob Pike2014-11-062-0/+70
* 5g: don't generate reg variables for direct-called functionsAustin Clements2014-11-051-1/+1
* gc: abort if given an unknown debug (-d) flagAustin Clements2014-11-041-2/+2
* runtime: make Go and C mallocgc signatures matchAustin Clements2014-11-031-3/+3